diff options
author | obache <obache> | 2008-10-15 12:18:37 +0000 |
---|---|---|
committer | obache <obache> | 2008-10-15 12:18:37 +0000 |
commit | 0af27c5151807ca9687f9991f7279cd6bdf11a70 (patch) | |
tree | aaf8cb24a355c0277178b2bc5e12785c385872ce /multimedia/gst-plugins0.10-bad | |
parent | 692bfb230585b7f948828c3783a0086d7b3c2f27 (diff) | |
download | pkgsrc-0af27c5151807ca9687f9991f7279cd6bdf11a70.tar.gz |
real plugin is only works on x86 platforms.
Fixes PR 39690.
Diffstat (limited to 'multimedia/gst-plugins0.10-bad')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 9 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/PLIST | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index 6e492daca79..235d5562717 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -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 @@ USE_LANGUAGES= c c++ 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 --git a/multimedia/gst-plugins0.10-bad/PLIST b/multimedia/gst-plugins0.10-bad/PLIST index 61b07d1dd45..f840411d881 100644 --- a/multimedia/gst-plugins0.10-bad/PLIST +++ b/multimedia/gst-plugins0.10-bad/PLIST @@ -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/libgstnsf.la 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 |