pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/cmus cmus actually requires multimedia/mp4v2, no...
details: https://anonhg.NetBSD.org/pkgsrc/rev/44a7674dfc12
branches: trunk
changeset: 358950:44a7674dfc12
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Thu Feb 23 14:45:22 2017 +0000
description:
cmus actually requires multimedia/mp4v2, not the older multimedia/libmp4v2
package. Fixes the faad option build.
diffstat:
audio/cmus/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 355332627813 -r 44a7674dfc12 audio/cmus/options.mk
--- a/audio/cmus/options.mk Thu Feb 23 11:07:32 2017 +0000
+++ b/audio/cmus/options.mk Thu Feb 23 14:45:22 2017 +0000
@@ -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 @@
#
.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