pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/cmus



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Feb 23 14:45:22 UTC 2017

Modified Files:
        pkgsrc/audio/cmus: options.mk

Log Message:
cmus actually requires multimedia/mp4v2, not the older multimedia/libmp4v2
package. Fixes the faad option build.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/cmus/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/cmus/options.mk
diff -u pkgsrc/audio/cmus/options.mk:1.16 pkgsrc/audio/cmus/options.mk:1.17
--- pkgsrc/audio/cmus/options.mk:1.16   Tue Jan 24 17:44:45 2017
+++ pkgsrc/audio/cmus/options.mk        Thu Feb 23 14:45:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.16 2017/01/24 17:44:45 maya Exp $
+# $NetBSD: options.mk,v 1.17 2017/02/23 14:45:22 fhajny Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.cmus
 PKG_SUPPORTED_OPTIONS=         flac mad vorbis arts libao musepack faad wavpack pulseaudio
@@ -149,7 +149,7 @@ PLIST.modplug=              yes
 #
 .if !empty(PKG_OPTIONS:Mfaad)
 .include "../../audio/faad2/buildlink3.mk"
-.include "../../multimedia/libmp4v2/buildlink3.mk"
+.include "../../multimedia/mp4v2/buildlink3.mk"
 CONFIGURE_ARGS+=       CONFIG_AAC=y
 CONFIGURE_ARGS+=       CONFIG_MP4=y
 PLIST.faad=            yes



Home | Main Index | Thread Index | Old Index