pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-bad real plugin is only wor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d816d996487
branches:  trunk
changeset: 548440:4d816d996487
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Oct 15 12:18:37 2008 +0000

description:
real plugin is only works on x86 platforms.

Fixes PR 39690.

diffstat:

 multimedia/gst-plugins0.10-bad/Makefile |  9 ++++++++-
 multimedia/gst-plugins0.10-bad/PLIST    |  4 ++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r f6df2669fbf1 -r 4d816d996487 multimedia/gst-plugins0.10-bad/Makefile
--- a/multimedia/gst-plugins0.10-bad/Makefile   Wed Oct 15 12:16:10 2008 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile   Wed Oct 15 12:18:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 01:09:27 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/10/15 12:18:37 obache Exp $
 #
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -8,6 +8,13 @@
 
 COMMENT+=              bad plugins
 
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+=   x86
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+PLIST.x86=     yes
+.endif
+
 # bzip2 is likely present anyway, make it default
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f6df2669fbf1 -r 4d816d996487 multimedia/gst-plugins0.10-bad/PLIST
--- a/multimedia/gst-plugins0.10-bad/PLIST      Wed Oct 15 12:16:10 2008 +0000
+++ b/multimedia/gst-plugins0.10-bad/PLIST      Wed Oct 15 12:18:37 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2008/08/06 18:19:45 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/10/15 12:18:38 obache Exp $
 include/gstreamer-0.10/gst/app/gstappbuffer.h
 include/gstreamer-0.10/gst/app/gstappsink.h
 include/gstreamer-0.10/gst/app/gstappsrc.h
@@ -23,7 +23,7 @@
 lib/gstreamer-0.10/libgstnuvdemux.la
 lib/gstreamer-0.10/libgstoss4audio.la
 lib/gstreamer-0.10/libgstrawparse.la
-lib/gstreamer-0.10/libgstreal.la
+${PLIST.x86}lib/gstreamer-0.10/libgstreal.la
 lib/gstreamer-0.10/libgstrfbsrc.la
 lib/gstreamer-0.10/libgstrtpmanager.la
 lib/gstreamer-0.10/libgstsdpelem.la



Home | Main Index | Thread Index | Old Index