pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faac Use `mpeg4ip' option instead of `faad' opti...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fd13ea6f12f8
branches: trunk
changeset: 514115:fd13ea6f12f8
user: hira <hira%pkgsrc.org@localhost>
date: Wed Jun 07 21:33:21 2006 +0000
description:
Use `mpeg4ip' option instead of `faad' option for encoding to AAC
format. No PKGREVISION bump because it's disabled by default.
diffstat:
audio/faac/options.mk | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r a214c85a3e96 -r fd13ea6f12f8 audio/faac/options.mk
--- a/audio/faac/options.mk Wed Jun 07 21:32:45 2006 +0000
+++ b/audio/faac/options.mk Wed Jun 07 21:33:21 2006 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.1 2005/12/11 11:09:06 hira Exp $
+# $NetBSD: options.mk,v 1.2 2006/06/07 21:33:21 hira Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.faac
-PKG_SUPPORTED_OPTIONS= faad
+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