pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/faac Add MP4 encoding support by audio/faad2 (wi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/876d636e83e5
branches: trunk
changeset: 504413:876d636e83e5
user: hira <hira%pkgsrc.org@localhost>
date: Sun Dec 11 11:09:06 2005 +0000
description:
Add MP4 encoding support by audio/faad2 (with options.mk).
It's disabled by default.
diffstat:
audio/faac/Makefile | 4 +++-
audio/faac/options.mk | 11 +++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 2c2a8f236d4c -r 876d636e83e5 audio/faac/Makefile
--- a/audio/faac/Makefile Sun Dec 11 11:06:12 2005 +0000
+++ b/audio/faac/Makefile Sun Dec 11 11:09:06 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/01 20:07:59 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/12/11 11:09:06 hira Exp $
#
DISTNAME= faac-1.24
@@ -22,4 +22,6 @@
${LIBTOOLIZE} --automake; \
aclocal; autoheader; automake -a --foreign -i; autoconf
+.include "options.mk"
+
.include "../../mk/bsd.pkg.mk"
diff -r 2c2a8f236d4c -r 876d636e83e5 audio/faac/options.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/faac/options.mk Sun Dec 11 11:09:06 2005 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2005/12/11 11:09:06 hira Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.faac
+PKG_SUPPORTED_OPTIONS= faad
+PKG_SUGGESTED_OPTIONS=
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mfaad)
+. include "../../audio/faad2/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index