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.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/1d5f83d02303
branches: trunk
changeset: 398784:1d5f83d02303
user: drochner <drochner%pkgsrc.org@localhost>
date: Tue Sep 08 20:27:11 2009 +0000
description:
update to 0.10.14
changes:
Moved rtpmanager to -good
Moved dirac elements from schroedinger to gst-plugins-bad (new schroedinger release
without the gstreamer elements will follow shortly)
amrwb: Remove AMR-WB parser and decoder and rename encoder plugin from amrwb
to amrwbenc (the removed elements will re-appear in the next -ugly release;
no migration strategy provided in this case because of the 'special' status
of the amrwb plugin)
asfmux, rtpasfpay: add ASF muxer and windows media payloader
basevideo: add experimental video base class library/API
camerabin: lots of fixes and improvements
capssetter: new element for debugging purposes
directdraw: Implement GstNavigation interface
directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
frei0r: wrapper for frei0r video filter plugins
gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
Implement SEEKING query in more demuxers and decoders (notably mpeg-ps/mpeg-ts,
mxf, musepack, rawparse)
kate: add kate subtitle encoder, decoder and overlay
mimic: lots of fixes for mimenc and mimdec; add "paused mode"
mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
shapewipe: support ARGB/RGBA for video input/output; fix for still images
vdpau: add experimental vdpau plugin
diffstat:
multimedia/gst-plugins0.10-bad/Makefile.common | 4 ++--
multimedia/gst-plugins0.10-bad/PLIST | 13 +++++++++++--
multimedia/gst-plugins0.10-bad/distinfo | 10 +++++-----
multimedia/gst-plugins0.10-bad/patches/patch-aa | 10 +++++-----
4 files changed, 23 insertions(+), 14 deletions(-)
diffs (116 lines):
diff -r ed6e7c324b4e -r 1d5f83d02303 multimedia/gst-plugins0.10-bad/Makefile.common
--- a/multimedia/gst-plugins0.10-bad/Makefile.common Tue Sep 08 20:22:02 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/Makefile.common Tue Sep 08 20:27:11 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2009/07/09 18:15:23 drochner Exp $
+# $NetBSD: Makefile.common,v 1.15 2009/09/08 20:27:11 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.13
+GST_PLUGINS0.10_VER= 0.10.14
# Disable all drivers and features by default.
.for driver in amrwb \
diff -r ed6e7c324b4e -r 1d5f83d02303 multimedia/gst-plugins0.10-bad/PLIST
--- a/multimedia/gst-plugins0.10-bad/PLIST Tue Sep 08 20:22:02 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/PLIST Tue Sep 08 20:27:11 2009 +0000
@@ -1,11 +1,17 @@
-@comment $NetBSD: PLIST,v 1.15 2009/07/09 18:15:23 drochner Exp $
+@comment $NetBSD: PLIST,v 1.16 2009/09/08 20:27:11 drochner Exp $
include/gstreamer-0.10/gst/interfaces/photography-enumtypes.h
include/gstreamer-0.10/gst/interfaces/photography.h
+include/gstreamer-0.10/gst/video/gstbasevideocodec.h
+include/gstreamer-0.10/gst/video/gstbasevideodecoder.h
+include/gstreamer-0.10/gst/video/gstbasevideoencoder.h
+include/gstreamer-0.10/gst/video/gstbasevideoparse.h
+include/gstreamer-0.10/gst/video/gstbasevideoutils.h
lib/gstreamer-0.10/libgstaacparse.la
lib/gstreamer-0.10/libgstadpcmdec.la
lib/gstreamer-0.10/libgstaiffparse.la
lib/gstreamer-0.10/libgstamrparse.la
lib/gstreamer-0.10/libgstapexsink.la
+lib/gstreamer-0.10/libgstasfmux.la
lib/gstreamer-0.10/libgstautoconvert.la
lib/gstreamer-0.10/libgstbayer.la
lib/gstreamer-0.10/libgstbz2.la
@@ -17,6 +23,7 @@
lib/gstreamer-0.10/libgstdvdspu.la
lib/gstreamer-0.10/libgstfestival.la
lib/gstreamer-0.10/libgstfreeze.la
+lib/gstreamer-0.10/libgstfrei0r.la
lib/gstreamer-0.10/libgsth264parse.la
lib/gstreamer-0.10/libgsthdvparse.la
lib/gstreamer-0.10/libgstid3tag.la
@@ -35,7 +42,6 @@
lib/gstreamer-0.10/libgstqtmux.la
lib/gstreamer-0.10/libgstrawparse.la
lib/gstreamer-0.10/libgstrfbsrc.la
-lib/gstreamer-0.10/libgstrtpmanager.la
lib/gstreamer-0.10/libgstrtpmux.la
lib/gstreamer-0.10/libgstscaletempoplugin.la
lib/gstreamer-0.10/libgstsdpelem.la
@@ -50,7 +56,9 @@
lib/gstreamer-0.10/libgstvideosignal.la
lib/gstreamer-0.10/libgstvmnc.la
lib/gstreamer-0.10/libgstxdgmime.la
+lib/libgstbasevideo-0.10.la
lib/libgstphotography-0.10.la
+lib/libgstsignalprocessor.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
@@ -68,6 +76,7 @@
share/locale/ja/LC_MESSAGES/gst-plugins-bad-0.10.mo
share/locale/ky/LC_MESSAGES/gst-plugins-bad-0.10.mo
share/locale/lt/LC_MESSAGES/gst-plugins-bad-0.10.mo
+share/locale/lv/LC_MESSAGES/gst-plugins-bad-0.10.mo
share/locale/mt/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
diff -r ed6e7c324b4e -r 1d5f83d02303 multimedia/gst-plugins0.10-bad/distinfo
--- a/multimedia/gst-plugins0.10-bad/distinfo Tue Sep 08 20:22:02 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/distinfo Tue Sep 08 20:27:11 2009 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2009/07/09 18:15:23 drochner Exp $
+$NetBSD: distinfo,v 1.16 2009/09/08 20:27:11 drochner Exp $
-SHA1 (gst-plugins-bad-0.10.13.tar.bz2) = c5c2404aab55a04c57c4847f814d3e02e3ab914b
-RMD160 (gst-plugins-bad-0.10.13.tar.bz2) = 34ca2d43501e4c4e365bc88e5acb48a933acf111
-Size (gst-plugins-bad-0.10.13.tar.bz2) = 2637823 bytes
-SHA1 (patch-aa) = a5cbc3d7d688b7ecc53cb3a06647d6f0949ead8e
+SHA1 (gst-plugins-bad-0.10.14.tar.bz2) = a09af51b3c06d10d86b29de48fbe57768525f977
+RMD160 (gst-plugins-bad-0.10.14.tar.bz2) = 51c7804f3d913b00f3ab87d814ae1188e3915803
+Size (gst-plugins-bad-0.10.14.tar.bz2) = 2781487 bytes
+SHA1 (patch-aa) = b76460150c7dde5e0a2f70d98cbd4acf543d8b35
SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64
diff -r ed6e7c324b4e -r 1d5f83d02303 multimedia/gst-plugins0.10-bad/patches/patch-aa
--- a/multimedia/gst-plugins0.10-bad/patches/patch-aa Tue Sep 08 20:22:02 2009 +0000
+++ b/multimedia/gst-plugins0.10-bad/patches/patch-aa Tue Sep 08 20:27:11 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2009/04/07 09:53:54 drochner Exp $
+$NetBSD: patch-aa,v 1.6 2009/09/08 20:27:11 drochner Exp $
---- configure.orig 2009-03-20 23:01:00.000000000 +0100
+--- configure.orig 2009-08-29 00:07:00.000000000 +0200
+++ configure
-@@ -28313,7 +28313,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -23389,7 +23389,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "$flag_ok" >&6; }
@@ -10,8 +10,8 @@
+ if test "x$ERROR_CFLAGS" = "x"
then
- { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
-@@ -35901,11 +35901,7 @@ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5
+@@ -29531,11 +29531,7 @@ fi
DVDNAV_CFLAGS=
HAVE_DVDNAV=no
else
Home |
Main Index |
Thread Index |
Old Index