diff options
author | marino <marino@pkgsrc.org> | 2011-11-21 00:43:48 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-11-21 00:43:48 +0000 |
commit | d781b9246a1e3cf3c23ead2d1c1f0945e3364e22 (patch) | |
tree | 53494110c2a847dd233b8d7d62e7dae5369c8c44 /multimedia | |
parent | 53c77840d2f42eb352a2eb019c65e2fb7dc91d65 (diff) | |
download | pkgsrc-d781b9246a1e3cf3c23ead2d1c1f0945e3364e22.tar.gz |
multimedia/gst-plugins0.10-bad: Disable shm plugin
The libgstshm plugin was building on DragonFly, but it wasn't in the PLIST.
Rather than conditionally add it to the PLIST, instead shm was added to
the disabled list. This now builds cleanly with PKG_DEVELOPER=yes.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index 3ef2afecd88..1f33254bc3a 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2011/05/18 09:39:57 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/21 00:43:48 marino Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -7,6 +7,7 @@ USE_LANGUAGES= c c++ .include "Makefile.common" COMMENT+= bad plugins +PKGREVISION= 1 # builds gsettings module BUILDLINK_API_DEPENDS.glib2+= glib2>=2.26.0 diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index 9a218796d1a..b5013e58631 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile.common +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2011/05/18 09:39:57 drochner Exp $ +# $NetBSD: Makefile.common,v 1.30 2011/11/21 00:43:48 marino Exp $ # # used by audio/gst-plugins0.10-dts/Makefile # used by audio/gst-plugins0.10-faac/Makefile @@ -32,6 +32,7 @@ GST_PLUGINS0.10_VER= 0.10.22 neon \ real \ sdl \ + shm \ soundtouch \ swfdec \ theoradec \ |