pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/gtkpod Use `mpeg4ip' option instead of `faad' op...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bb8f8c36f991
branches: trunk
changeset: 514139:bb8f8c36f991
user: hira <hira%pkgsrc.org@localhost>
date: Thu Jun 08 09:09:21 2006 +0000
description:
Use `mpeg4ip' option instead of `faad' option for reading AAC files.
No PKGREVISION bump because it's disabled by default.
diffstat:
audio/gtkpod/options.mk | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r a1e471775079 -r bb8f8c36f991 audio/gtkpod/options.mk
--- a/audio/gtkpod/options.mk Thu Jun 08 08:55:10 2006 +0000
+++ b/audio/gtkpod/options.mk Thu Jun 08 09:09:21 2006 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2005/11/15 16:12:33 hira Exp $
+# $NetBSD: options.mk,v 1.2 2006/06/08 09:09:21 hira Exp $
-PKG_OPTIONS_VAR= PKG_OPTIONS.gtkpod
-PKG_SUPPORTED_OPTIONS= faad
+PKG_OPTIONS_VAR= PKG_OPTIONS.gtkpod
+PKG_SUPPORTED_OPTIONS= mpeg4ip
PKG_SUGGESTED_OPTIONS=
+PKG_OPTIONS_LEGACY_OPTS+= faad:mpeg4ip
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mfaad)
-. include "../../audio/faad2/buildlink3.mk"
+.if !empty(PKG_OPTIONS:Mmpeg4ip)
+. include "../../multimedia/mpeg4ip/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index