summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-bad
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-07-06 19:20:15 +0000
committerdrochner <drochner@pkgsrc.org>2007-07-06 19:20:15 +0000
commit04675aa41402fab91c86df5ff299ea02ad26c317 (patch)
tree0824e5fb9d1aea9fb958ec0e883cb91619ae037f /multimedia/gst-plugins0.10-bad
parent875ef0a17b2562e069bba01f1a8085fa6d71e5fe (diff)
downloadpkgsrc-04675aa41402fab91c86df5ff299ea02ad26c317.tar.gz
update to 0.10.5
changes: -some new plugins -LADSPA plugin improvements -IIR equaliser ported to 0.10 -libsndfile output ported to 0.10 -mpegvideoparse ported to 0.10 and improved -switch element ported to 0.10 -VCD source element ported to 0.10 -AMR-WB support fixes -MIDI renderer plugin based on timidity -qtdemux, wavpack and videocrop plugins moved to the Good module -Many other bug fixes and improvements
Diffstat (limited to 'multimedia/gst-plugins0.10-bad')
-rw-r--r--multimedia/gst-plugins0.10-bad/Makefile.common5
-rw-r--r--multimedia/gst-plugins0.10-bad/PLIST21
-rw-r--r--multimedia/gst-plugins0.10-bad/distinfo9
-rw-r--r--multimedia/gst-plugins0.10-bad/patches/patch-ab13
4 files changed, 38 insertions, 10 deletions
diff --git a/multimedia/gst-plugins0.10-bad/Makefile.common b/multimedia/gst-plugins0.10-bad/Makefile.common
index f1463f7487b..a8256870365 100644
--- a/multimedia/gst-plugins0.10-bad/Makefile.common
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.2 2007/01/09 15:21:34 drochner Exp $
+# $NetBSD: Makefile.common,v 1.3 2007/07/06 19:20:15 drochner Exp $
#
GST_PLUGINS0.10_TYPE= bad
-GST_PLUGINS0.10_VER= 0.10.4
+GST_PLUGINS0.10_VER= 0.10.5
# Disable all drivers and features by default.
.for driver in amrwb \
@@ -24,7 +24,6 @@ GST_PLUGINS0.10_VER= 0.10.4
swfdec \
theoraexpdec \
v4l2src \
- wavpack \
xvid
CONFIGURE_ARGS+= --disable-${driver}
.endfor
diff --git a/multimedia/gst-plugins0.10-bad/PLIST b/multimedia/gst-plugins0.10-bad/PLIST
index 09802c6c3f9..77eb0a53417 100644
--- a/multimedia/gst-plugins0.10-bad/PLIST
+++ b/multimedia/gst-plugins0.10-bad/PLIST
@@ -1,27 +1,41 @@
-@comment $NetBSD: PLIST,v 1.2 2007/01/09 15:21:34 drochner Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/07/06 19:20:15 drochner 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
+lib/gstreamer-0.10/libgstapp.la
+lib/gstreamer-0.10/libgstbayer.la
lib/gstreamer-0.10/libgstbz2.la
lib/gstreamer-0.10/libgstcdxaparse.la
lib/gstreamer-0.10/libgstdeinterlace.la
+lib/gstreamer-0.10/libgstequalizer.la
lib/gstreamer-0.10/libgstfilter.la
lib/gstreamer-0.10/libgstfreeze.la
lib/gstreamer-0.10/libgsth264parse.la
+lib/gstreamer-0.10/libgstinterleave.la
lib/gstreamer-0.10/libgstmodplug.la
+lib/gstreamer-0.10/libgstmpegvideoparse.la
lib/gstreamer-0.10/libgstmultifile.la
+lib/gstreamer-0.10/libgstmve.la
lib/gstreamer-0.10/libgstnsf.la
lib/gstreamer-0.10/libgstnuvdemux.la
-lib/gstreamer-0.10/libgstqtdemux.la
+lib/gstreamer-0.10/libgstreal.la
lib/gstreamer-0.10/libgstreplaygain.la
lib/gstreamer-0.10/libgstrfbsrc.la
+lib/gstreamer-0.10/libgstrtpmanager.la
lib/gstreamer-0.10/libgstspectrum.la
lib/gstreamer-0.10/libgstspeed.la
+lib/gstreamer-0.10/libgstswitch.la
lib/gstreamer-0.10/libgsttta.la
-lib/gstreamer-0.10/libgstvideocrop.la
lib/gstreamer-0.10/libgstvideoparse.la
+lib/gstreamer-0.10/libgstvideosignal.la
+lib/gstreamer-0.10/libgstvmnc.la
lib/gstreamer-0.10/libgstxingheader.la
lib/gstreamer-0.10/libgsty4menc.la
+lib/libgstapp-0.10.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/da/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
@@ -34,3 +48,4 @@ 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
+@dirrm include/gstreamer-0.10/gst/app
diff --git a/multimedia/gst-plugins0.10-bad/distinfo b/multimedia/gst-plugins0.10-bad/distinfo
index 11aac2f27f3..54948dd1b67 100644
--- a/multimedia/gst-plugins0.10-bad/distinfo
+++ b/multimedia/gst-plugins0.10-bad/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2007/01/09 15:21:34 drochner Exp $
+$NetBSD: distinfo,v 1.3 2007/07/06 19:20:15 drochner Exp $
-SHA1 (gst-plugins-bad-0.10.4.tar.bz2) = 6e73f612cfd72675b1e5b5eb378b9620b62d4946
-RMD160 (gst-plugins-bad-0.10.4.tar.bz2) = d59e78c7594c94bc1e59aa5841afe424024710bd
-Size (gst-plugins-bad-0.10.4.tar.bz2) = 1231000 bytes
+SHA1 (gst-plugins-bad-0.10.5.tar.bz2) = ad339ad401052e25e2dc2825c87b954857e53800
+RMD160 (gst-plugins-bad-0.10.5.tar.bz2) = e34c6a4eabab1fcc0fb57fd5cff3ffb8bdf54980
+Size (gst-plugins-bad-0.10.5.tar.bz2) = 1402345 bytes
SHA1 (patch-aa) = 9a2989ee2f50631143b9f8f90006142b00f75c0f
+SHA1 (patch-ab) = 05a4538a3055b09b5209de7437d11010cc6fbe96
diff --git a/multimedia/gst-plugins0.10-bad/patches/patch-ab b/multimedia/gst-plugins0.10-bad/patches/patch-ab
new file mode 100644
index 00000000000..90f82adb15e
--- /dev/null
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2007/07/06 19:20:15 drochner Exp $
+
+--- gst/vmnc/vmncdec.c.orig 2007-06-21 20:45:32.000000000 +0200
++++ gst/vmnc/vmncdec.c
+@@ -993,7 +993,7 @@ vmnc_dec_chain_frame (GstVMncDec * dec,
+
+ if (res < 0) {
+ ret = GST_FLOW_ERROR;
+- GST_ELEMENT_ERROR (dec, STREAM, DECODE, NULL, ("Couldn't decode packet"));
++ GST_ELEMENT_ERROR (dec, STREAM, DECODE, (NULL), ("Couldn't decode packet"));
+ } else {
+ GST_DEBUG_OBJECT (dec, "read %d bytes of %d", res, len);
+ /* inbuf may be NULL; that's ok */