pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/audacity
Module Name: pkgsrc
Committed By: nia
Date: Sun Nov 24 14:34:37 UTC 2019
Modified Files:
pkgsrc/audio/audacity: Makefile
Log Message:
audacity: Require portaudio with working recording
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/audio/audacity/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/audacity/Makefile
diff -u pkgsrc/audio/audacity/Makefile:1.128 pkgsrc/audio/audacity/Makefile:1.129
--- pkgsrc/audio/audacity/Makefile:1.128 Sun Nov 24 13:15:16 2019
+++ pkgsrc/audio/audacity/Makefile Sun Nov 24 14:34:37 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2019/11/24 13:15:16 nia Exp $
+# $NetBSD: Makefile,v 1.129 2019/11/24 14:34:37 nia Exp $
DISTNAME= audacity-2.3.3
CATEGORIES= audio
@@ -97,7 +97,7 @@ BUILDLINK_API_DEPENDS.twolame+= twolame>
.include "../../audio/libsoxr/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../audio/libvorbis/buildlink3.mk"
-BUILDLINK_API_DEPENDS.portaudio+= portaudio>=190600.20161030nb1
+BUILDLINK_API_DEPENDS.portaudio+= portaudio>=190600.20161030nb2
.include "../../audio/portaudio/buildlink3.mk"
.include "../../audio/suil/buildlink3.mk"
.include "../../audio/vamp-plugin-sdk/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index