pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/transcode filter_tomsmocomp is only present...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d808afdf4b5
branches:  trunk
changeset: 547487:2d808afdf4b5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Sep 17 18:52:10 2008 +0000

description:
filter_tomsmocomp is only present on i386. Mark as DESTDIR safe.

diffstat:

 multimedia/transcode/Makefile |  13 ++++++++++++-
 multimedia/transcode/PLIST    |   4 ++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r db5899ecc448 -r 2d808afdf4b5 multimedia/transcode/Makefile
--- a/multimedia/transcode/Makefile     Wed Sep 17 16:34:40 2008 +0000
+++ b/multimedia/transcode/Makefile     Wed Sep 17 18:52:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2008/09/15 12:46:44 abs Exp $
+# $NetBSD: Makefile,v 1.50 2008/09/17 18:52:10 joerg Exp $
 #
 
 DISTNAME=      transcode-1.0.6
@@ -11,6 +11,8 @@
 HOMEPAGE=      http://www.transcoding.org/
 COMMENT=       Command line video-stream processing tool
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    awk:run gmake pkg-config
@@ -30,6 +32,15 @@
 PTHREAD_OPTS=          require
 LIBS+=                 ${LIBOSSAUDIO}
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_ARCH} == "i386"
+PLIST.i386=    yes
+.endif
+
+PLIST_VARS+=   i386
+
+
 .include "options.mk"
 .include "../../audio/faac/buildlink3.mk"
 .include "../../audio/lame/buildlink3.mk"
diff -r db5899ecc448 -r 2d808afdf4b5 multimedia/transcode/PLIST
--- a/multimedia/transcode/PLIST        Wed Sep 17 16:34:40 2008 +0000
+++ b/multimedia/transcode/PLIST        Wed Sep 17 18:52:10 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2008/04/12 22:43:08 jlam Exp $
+@comment $NetBSD: PLIST,v 1.12 2008/09/17 18:52:10 joerg Exp $
 bin/avifix
 bin/aviindex
 bin/avimerge
@@ -105,7 +105,7 @@
 lib/transcode/filter_test.la
 lib/transcode/filter_testframe.la
 ${PLIST.freetype2}lib/transcode/filter_text.la
-lib/transcode/filter_tomsmocomp.la
+${PLIST.i386}lib/transcode/filter_tomsmocomp.la
 lib/transcode/filter_unsharp.la
 lib/transcode/filter_videocore.la
 lib/transcode/filter_whitebalance.la



Home | Main Index | Thread Index | Old Index