[PATCH] gnu: ardour: Update to 7.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sughosha
  • Christopher Baines
Owner
unassigned
Submitted by
Sughosha
Severity
normal

Debbugs page

Sughosha wrote 2 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
Cf2JrKUM1bkaUnJzdvolmLCIY22Wrqn7Ld9grh0taqMO7XKCfsGalgHnRjSBk9folBwlyoWQFY2W2lH8pcNFIAuMicdqYa_dsWSfEtWSVpk=@proton.me
* gnu/packages/audio.scm (ardour): Update to 7.4.
[inputs]: Remove boost.
[native-inputs]: Add boost.
---
gnu/packages/audio.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (40 lines)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cf7fcd8..a438b13 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -735,7 +735,7 @@ purposes developed at Queen Mary, University of London.")
(define-public ardour
(package
(name "ardour")
- (version "7.3")
+ (version "7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -752,7 +752,7 @@ purposes developed at Queen Mary, University of London.")
namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \"\"; }")))))
(sha256
(base32
- "0bkhrgswhc9y1ly8nfg8hpwad77cgbr663dgj86h3aisljc4cdkw"))
+ "0v66h9fghjyjinldw9yfhhlfi3my235x6n4dpxx432z35lka2h89"))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
@@ -796,7 +796,6 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
(list alsa-lib
atkmm
aubio
- boost
cairomm
curl
dbus
@@ -841,7 +840,8 @@ namespace ARDOUR { const char* revision = \"" version "\" ; const char* date = \
taglib
vamp))
(native-inputs
- (list cppunit
+ (list boost
+ cppunit
gettext-minimal
itstool
perl
--
libgit2 1.5.1
Christopher Baines wrote 2 years ago
(name . Sughosha)(address . Sughosha@proton.me)(address . 63175-done@debbugs.gnu.org)
87v8fjkb3d.fsf@cbaines.net
Sughosha via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (7 lines)
> * gnu/packages/audio.scm (ardour): Update to 7.4.
> [inputs]: Remove boost.
> [native-inputs]: Add boost.
> ---
> gnu/packages/audio.scm | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)

Looks good to me, I've pushed this to master as
3acd924f2ae2a5af41aacbcd615f2221acb53d9e.

Thanks,

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSQK9ZfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xdzzg/9EHPulfRbpahUhYsijJWRhP/sYdqjbX0g
f+VB30XMGu62DOQYiBnBGEKbSMGO1+cT7o3chTKsIzET6B6PFR8wDXI9SC7bxNCt
+pFipqzHJW5VnU7D3LSuEkiWfB/uAysnod54dR10JsZ7rOHjGrQckXOsYwr6v8Ko
HPdEP3Qxx1V2ZP6ZTdDyUzGb7wdfJsFyljwJc7ZCmor/8vYCNd+IQUFO99BwYQTR
GAK+t3UkPoWZQPOYJ80OsOnP536xGEd9H8NlR0pIObib2ZYeZpGOt5hqe1n5UihY
b62hPglKxP7q5EfQW+Onb49XvViYhXDQSp2QcSTOAsA0+3XVIpJUbxoPJwes1xzz
bboyZCOOhll2nPppbyc+JFloNnsW2tNrmnueg3wvEH+Nh3Yms+2htgMR6asFPugL
StjM1cChdiWmKkpuErhIBGJk/oubeLmKkIYCGJfDhYf9xS8H73I4muqfRKRd4TM9
hm9IEGPrbnynETyjswFv2qT4qhpxKuStauIw11sUIXzllmpgJ9+v3YsyOGklj1Ij
z2bPkspLDL0u2evjHBweB5jHmwc06f+WbQ9FOOML9uOYSOcuKAy41yVUhkOSd/ne
sq7ikqXYzdvnGj5hkGd/Lb6SUY2xgFErNmsxMNrAdO00hWQtoINRgPSgXwHxN9cF
gN9BtvF8G9M=
=d6v1
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 63175@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63175
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help