diff options
author | drochner <drochner@pkgsrc.org> | 2006-06-14 10:56:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-06-14 10:56:21 +0000 |
commit | 6d85a17007b4a120df3bcff5d61ee91f400c7fc6 (patch) | |
tree | 0d2adfe8c048643606bbd1902b2240ded2ed1f1e /multimedia | |
parent | e5bc8cb9547f6d37b3e6fd8f5fd5fe900de2a467 (diff) | |
download | pkgsrc-6d85a17007b4a120df3bcff5d61ee91f400c7fc6.tar.gz |
import gst-plugins0.10-bad-0.10.3, a collection of gstreamer plugins
which have quality problems, but are needed to make eg totem usable
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-bad/DESCR | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/Makefile.common | 36 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/PLIST | 24 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/buildlink3.mk | 22 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-bad/distinfo | 5 |
6 files changed, 111 insertions, 0 deletions
diff --git a/multimedia/gst-plugins0.10-bad/DESCR b/multimedia/gst-plugins0.10-bad/DESCR new file mode 100644 index 00000000000..f5e8f286fdf --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/DESCR @@ -0,0 +1,12 @@ +GStreamer is a library that allows the construction of graphs of +media-handling components, ranging from simple Ogg/Vorbis playback to +complex audio (mixing) and video (non-linear editing) processing. + +Applications can take advantage of advances in codec and filter technology +transparently. Developers can add new codecs and filters by writing a +simple plugin with a clean, generic interface. + +GStreamer is released under the LGPL. + +This package is part of the ugly GStreamer plugins; that is, those that +might pose some legal problems. diff --git a/multimedia/gst-plugins0.10-bad/Makefile b/multimedia/gst-plugins0.10-bad/Makefile new file mode 100644 index 00000000000..7ec3b2ccb77 --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ +# + +USE_LANGUAGES+= c++ + +.include "Makefile.common" + +COMMENT+= bad plugins + +# 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/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common new file mode 100644 index 00000000000..4245ebed67f --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/Makefile.common @@ -0,0 +1,36 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ +# + +GST_PLUGINS0.10_TYPE= bad +GST_PLUGINS0.10_VER= 0.10.3 + +# Disable all drivers and features by default. +.for driver in amrwb \ + dfbvideosink \ + divx \ + tsdec \ + faac \ + faad \ + glsink \ + gsmenc gsmdec \ + ivorbisdec \ + libmms \ + musepack \ + musicbrainz \ + neonhttpsrc \ + sdlvideosink sdlaudiosink \ + soundtouch \ + swfdec \ + theoraexpdec \ + v4l2src \ + wavpack \ + xvid +CONFIGURE_ARGS+= --disable-${driver} +.endfor + +BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.3 +BUILDLINK_API_DEPENDS.gst-plugins0.10-base+= gst-plugins0.10-base>=0.10.3 + +.include "../../multimedia/gst-plugins0.10-base/plugins.mk" + +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" diff --git a/multimedia/gst-plugins0.10-bad/PLIST b/multimedia/gst-plugins0.10-bad/PLIST new file mode 100644 index 00000000000..2cd2006db5f --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/PLIST @@ -0,0 +1,24 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ +lib/gstreamer-0.10/libgstbz2.la +lib/gstreamer-0.10/libgstcdxaparse.la +lib/gstreamer-0.10/libgstfreeze.la +lib/gstreamer-0.10/libgstmodplug.la +lib/gstreamer-0.10/libgstqtdemux.la +lib/gstreamer-0.10/libgstspeed.la +lib/gstreamer-0.10/libgsttta.la +lib/gstreamer-0.10/libgstxingheader.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/cs/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/en_GB/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/hu/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/it/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/nb/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/nl/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/or/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/sq/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/sr/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/sv/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/uk/LC_MESSAGES/gst-plugins-bad-0.10.mo +share/locale/vi/LC_MESSAGES/gst-plugins-bad-0.10.mo +@comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 diff --git a/multimedia/gst-plugins0.10-bad/buildlink3.mk b/multimedia/gst-plugins0.10-bad/buildlink3.mk new file mode 100644 index 00000000000..5c8ea64d708 --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/buildlink3.mk @@ -0,0 +1,22 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GST_PLUGINS0.10_BAD_BUILDLINK3_MK:= ${GST_PLUGINS0.10_BAD_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gst-plugins0.10-bad +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngst-plugins0.10-bad} +BUILDLINK_PACKAGES+= gst-plugins0.10-bad + +.if !empty(GST_PLUGINS0.10_BAD_BUILDLINK3_MK:M+) +BUILDLINK_API_DEPENDS.gst-plugins0.10-bad+= gst-plugins0.10-bad>=0.10.3 +BUILDLINK_ABI_DEPENDS.gst-plugins0.10-bad?= gst-plugins0.10-bad>=0.10.3 +BUILDLINK_PKGSRCDIR.gst-plugins0.10-bad?= ../../multimedia/gst-plugins0.10-bad +.endif # GST_PLUGINS0.10_BAD_BUILDLINK3_MK + +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/multimedia/gst-plugins0.10-bad/distinfo b/multimedia/gst-plugins0.10-bad/distinfo new file mode 100644 index 00000000000..fef22d344fd --- /dev/null +++ b/multimedia/gst-plugins0.10-bad/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/06/14 10:56:21 drochner Exp $ + +SHA1 (gst-plugins-bad-0.10.3.tar.bz2) = 1b74664340c2f3dc52c7fdc592e30500e33afd0f +RMD160 (gst-plugins-bad-0.10.3.tar.bz2) = 3902838dad5b0ec1023e1f5f25f9ee65d6a0ca5f +Size (gst-plugins-bad-0.10.3.tar.bz2) = 953949 bytes |