diff options
author | drochner <drochner@pkgsrc.org> | 2009-03-09 16:02:07 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-03-09 16:02:07 +0000 |
commit | 2d6ba18c6b07dc9b0e5e8f55940d54401b05fcc6 (patch) | |
tree | f8f2849e8dc61cec27c6ace343d304973540bb62 /multimedia | |
parent | 96bad86d75a2a8927b7df001e58794ab79851eb2 (diff) | |
download | pkgsrc-2d6ba18c6b07dc9b0e5e8f55940d54401b05fcc6.tar.gz |
Don't build resindvd here -- it is not a good idea to introduce external
dependencies in the base pkg, especially not on low quality stuff
as libdvd*. That's what plugins are good for.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 6 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/PLIST | 3 |
3 files changed, 5 insertions, 7 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile index c938c1f3538..0eab72654b0 100644 --- a/multimedia/gst-plugins0.10-bad/Makefile +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2009/03/09 12:32:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/03/09 16:02:07 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -6,7 +6,7 @@ USE_LANGUAGES= c c++ .include "Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 COMMENT+= bad plugins .include "../../mk/bsd.prefs.mk" @@ -17,7 +17,5 @@ PLIST.x86= yes .endif # bzip2 is likely present anyway, make it default -.include "../../multimedia/libdvdnav/buildlink3.mk" -.include "../../multimedia/libdvdread/buildlink3.mk" .include "../../archivers/bzip2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common index 8227489209b..af4b60b6908 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.8 2009/01/26 10:42:02 drochner Exp $ +# $NetBSD: Makefile.common,v 1.9 2009/03/09 16:02:07 drochner Exp $ # # used by audio/gst-plugins0.10-dts/Makefile # used by audio/gst-plugins0.10-faad/Makefile @@ -15,6 +15,7 @@ GST_PLUGINS0.10_VER= 0.10.10 .for driver in amrwb \ cdaudio \ dfbvideosink \ + dvdnav \ divx \ tsdec \ faac \ diff --git a/multimedia/gst-plugins0.10-bad/PLIST b/multimedia/gst-plugins0.10-bad/PLIST index 23d8b27079a..01b83cc8508 100644 --- a/multimedia/gst-plugins0.10-bad/PLIST +++ b/multimedia/gst-plugins0.10-bad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2009/03/09 11:31:34 jmcneill Exp $ +@comment $NetBSD: PLIST,v 1.11 2009/03/09 16:02:08 drochner Exp $ lib/gstreamer-0.10/libgstaacparse.la lib/gstreamer-0.10/libgstaiffparse.la lib/gstreamer-0.10/libgstamrparse.la @@ -43,7 +43,6 @@ lib/gstreamer-0.10/libgsttta.la lib/gstreamer-0.10/libgstvideosignal.la lib/gstreamer-0.10/libgstvmnc.la lib/gstreamer-0.10/libgsty4menc.la -lib/gstreamer-0.10/libresindvd.la share/locale/af/LC_MESSAGES/gst-plugins-bad-0.10.mo share/locale/az/LC_MESSAGES/gst-plugins-bad-0.10.mo share/locale/bg/LC_MESSAGES/gst-plugins-bad-0.10.mo |