pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-bad update to 0.10.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8b011991555
branches:  trunk
changeset: 393732:f8b011991555
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon May 25 15:41:34 2009 +0000

description:
update to 0.10.12
changes:
Presets support in several elements
Support ITV HD MPEG-TS streams
New element: flvmux
New element: osxvideosrc
Fixes in RTP elements
camerabin fixes
Improved QT/mp4 muxing
xdgmime based content type guessing
deinterlace2 moved to the Good plugins (replacing deinterlace)
Support for MXF muxing, and improved MXF demuxing
Greatly improved DVD playback
DirectDraw element moved back from Good plugins
Many other bug fixes and improvements

pkgsrc change: explicitely disable build of libgstreal, should fix
PR pkg/41476 by "U.F.B.".
If needed, this should be put into its own plugin which would be
ONLY_FOR i386/amd64. (Actually, there seem to be realplayer codecs
also for alpha and ppc, so in theory these could also be supported.)

diffstat:

 multimedia/gst-plugins0.10-bad/Makefile        |  9 +--------
 multimedia/gst-plugins0.10-bad/Makefile.common |  5 +++--
 multimedia/gst-plugins0.10-bad/PLIST           |  8 ++------
 multimedia/gst-plugins0.10-bad/distinfo        |  8 ++++----
 4 files changed, 10 insertions(+), 20 deletions(-)

diffs (103 lines):

diff -r 5615d0fd6f52 -r f8b011991555 multimedia/gst-plugins0.10-bad/Makefile
--- a/multimedia/gst-plugins0.10-bad/Makefile   Mon May 25 15:25:01 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile   Mon May 25 15:41:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/04/08 19:04:54 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2009/05/25 15:41:34 drochner Exp $
 #
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -8,13 +8,6 @@
 
 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"
 # same for OpenSSL
diff -r 5615d0fd6f52 -r f8b011991555 multimedia/gst-plugins0.10-bad/Makefile.common
--- a/multimedia/gst-plugins0.10-bad/Makefile.common    Mon May 25 15:25:01 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common    Mon May 25 15:41:34 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2009/04/08 19:04:54 drochner Exp $
+# $NetBSD: Makefile.common,v 1.12 2009/05/25 15:41:34 drochner Exp $
 #
 # used by audio/gst-plugins0.10-dts/Makefile
 # used by audio/gst-plugins0.10-faad/Makefile
@@ -9,7 +9,7 @@
 # used by multimedia/gst-plugins0.10-xvid/Makefile
 
 GST_PLUGINS0.10_TYPE=  bad
-GST_PLUGINS0.10_VER=   0.10.11
+GST_PLUGINS0.10_VER=   0.10.12
 
 # Disable all drivers and features by default.
 .for driver in amrwb \
@@ -28,6 +28,7 @@
                musepack \
                musicbrainz \
                neon \
+               real \
                sdl \
                soundtouch \
                swfdec \
diff -r 5615d0fd6f52 -r f8b011991555 multimedia/gst-plugins0.10-bad/PLIST
--- a/multimedia/gst-plugins0.10-bad/PLIST      Mon May 25 15:25:01 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/PLIST      Mon May 25 15:41:34 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2009/04/07 09:53:54 drochner Exp $
+@comment $NetBSD: PLIST,v 1.13 2009/05/25 15:41:34 drochner Exp $
 include/gstreamer-0.10/gst/interfaces/photography-enumtypes.h
 include/gstreamer-0.10/gst/interfaces/photography.h
 lib/gstreamer-0.10/libgstaacparse.la
@@ -11,12 +11,10 @@
 lib/gstreamer-0.10/libgstcamerabin.la
 lib/gstreamer-0.10/libgstcdxaparse.la
 lib/gstreamer-0.10/libgstdccp.la
-lib/gstreamer-0.10/libgstdeinterlace.la
-lib/gstreamer-0.10/libgstdeinterlace2.la
+lib/gstreamer-0.10/libgstdebugutilsbad.la
 lib/gstreamer-0.10/libgstdtmf.la
 lib/gstreamer-0.10/libgstdvdspu.la
 lib/gstreamer-0.10/libgstfestival.la
-lib/gstreamer-0.10/libgstflv.la
 lib/gstreamer-0.10/libgstfreeze.la
 lib/gstreamer-0.10/libgsth264parse.la
 lib/gstreamer-0.10/libgstlegacyresample.la
@@ -33,7 +31,6 @@
 lib/gstreamer-0.10/libgstpcapparse.la
 lib/gstreamer-0.10/libgstqtmux.la
 lib/gstreamer-0.10/libgstrawparse.la
-lib/gstreamer-0.10/libgstreal.la
 lib/gstreamer-0.10/libgstrfbsrc.la
 lib/gstreamer-0.10/libgstrtpmanager.la
 lib/gstreamer-0.10/libgstrtpmux.la
@@ -49,7 +46,6 @@
 lib/gstreamer-0.10/libgstvideosignal.la
 lib/gstreamer-0.10/libgstvmnc.la
 lib/gstreamer-0.10/libgstxdgmime.la
-lib/gstreamer-0.10/libgsty4menc.la
 lib/libgstphotography-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
diff -r 5615d0fd6f52 -r f8b011991555 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo   Mon May 25 15:25:01 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo   Mon May 25 15:41:34 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2009/04/07 09:53:54 drochner Exp $
+$NetBSD: distinfo,v 1.14 2009/05/25 15:41:34 drochner Exp $
 
-SHA1 (gst-plugins-bad-0.10.11.tar.bz2) = 0850df0ef0ac64b57866f5275a3794849c7ece82
-RMD160 (gst-plugins-bad-0.10.11.tar.bz2) = 59c5b91d1dcd4090073a72a095837bd8e4fdc129
-Size (gst-plugins-bad-0.10.11.tar.bz2) = 2564601 bytes
+SHA1 (gst-plugins-bad-0.10.12.tar.bz2) = 146a710170b601c0ed54422f6c96d6472f0d6936
+RMD160 (gst-plugins-bad-0.10.12.tar.bz2) = 091124d7d77700a072dcb2056ea9feb4fe6d0fd3
+Size (gst-plugins-bad-0.10.12.tar.bz2) = 2598249 bytes
 SHA1 (patch-aa) = a5cbc3d7d688b7ecc53cb3a06647d6f0949ead8e
 SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64



Home | Main Index | Thread Index | Old Index