Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio updates #9273

Merged
merged 4 commits into from Aug 19, 2015
Merged

Audio updates #9273

merged 4 commits into from Aug 19, 2015

Conversation

joelmo
Copy link
Contributor

@joelmo joelmo commented Aug 16, 2015

No description provided.

@@ -42,7 +38,7 @@ stdenv.mkDerivation rec {
];

patchPhase = ''
printf '#include "libs/ardour/ardour/revision.h"\nnamespace ARDOUR { const char* revision = \"${revision}\"; }\n' > libs/ardour/revision.cc
printf '#include "libs/ardour/ardour/revision.h"\nnamespace ARDOUR { const char* revision = \"${tag}-${builtins.substring 0 8 src.rev}\"; }\n' > libs/ardour/revision.cc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note travis's error.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is fixed now with a modificaiton to fetchFromGitHub

@jagajaga
Copy link
Member

Please rename commit's name following our guide in CONTRIBUTING.md.

@vcunat
Copy link
Member

vcunat commented Aug 16, 2015

/cc maintainer @cillianderoiste.

@joelmo
Copy link
Contributor Author

joelmo commented Aug 18, 2015

Travis check is ok now, build killed because of memory constraints

@jagajaga
Copy link
Member

Please notice my first comment :)

@joelmo
Copy link
Contributor Author

joelmo commented Aug 18, 2015

@jagajaga fixed :)

@cillianderoiste
Copy link
Member

Thanks @joelmo, if you want to rkrlv2 in a separate PR I'd be happy to merge that, but I'd like a second opinion on the change to fetchFromGitHub. I guess it will trigger a lot of rebuilds and maybe it's overkill ... or, on the other hand, maybe it's a clever addition.

@vcunat
Copy link
Member

vcunat commented Aug 18, 2015

No, the fetchFromGitHub change is OK and won't trigger any rebuilds, I believe. (It's good to verify that on something just before merging, to be really sure.)

@cillianderoiste
Copy link
Member

Thanks, I'll build it here tomorrow and check (since Travis is running out of memory).

cillianderoiste added a commit that referenced this pull request Aug 19, 2015
@cillianderoiste cillianderoiste merged commit 7d807f3 into NixOS:master Aug 19, 2015
@jtojnar jtojnar mentioned this pull request Nov 17, 2018
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants