Mon May 25 15:50:13 2009 UTC ()
update to 0.10.15
changes:
Some fixes for seeking in wav and FLAC files
Faster seeking in Matroska and AVI files
RTSP and RTP improvements
directdrawsink moved to Bad
y4menc and flvmux/flvdemux moved from Bad
deinterlace2 moved from Bad, replacing deinterlace
Many bug fixes and improvements
Pulseaudio sink completely overhauled


(drochner)
diff -r1.17 -r1.18 pkgsrc/multimedia/gst-plugins0.10-good/Makefile
diff -r1.18 -r1.19 pkgsrc/multimedia/gst-plugins0.10-good/Makefile.common
diff -r1.15 -r1.16 pkgsrc/multimedia/gst-plugins0.10-good/PLIST
diff -r1.19 -r1.20 pkgsrc/multimedia/gst-plugins0.10-good/distinfo

cvs diff -r1.17 -r1.18 pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile 2008/09/14 13:10:11 1.17
+++ pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile 2009/05/25 15:50:12 1.18
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.17 2008/09/14 13:10:11 drochner Exp $ 1# $NetBSD: Makefile,v 1.18 2009/05/25 15:50:12 drochner Exp $
2# 2#
3 3
4PKG_DESTDIR_SUPPORT= user-destdir 4PKG_DESTDIR_SUPPORT= user-destdir
5 5
6.include "Makefile.common" 6.include "Makefile.common"
7 7
8COMMENT+= good plugins 8COMMENT+= good plugins
9 9
10# some plugins were moved from bad to good 10# some plugins were moved from bad to good
11CONFLICTS+= gst-plugins0.10-bad<0.10.8 11CONFLICTS+= gst-plugins0.10-bad<0.10.12
12 12
13CONFIGURE_ARGS+= --enable-gconf 13CONFIGURE_ARGS+= --enable-gconf
14CONFIGURE_ARGS+= --enable-gconftool 14CONFIGURE_ARGS+= --enable-gconftool
15CONFIGURE_ARGS+= --enable-zlib 15CONFIGURE_ARGS+= --enable-zlib
16 16
17# We depend on libxml anyway (indirectly through GConf), so this 17# We depend on libxml anyway (indirectly through GConf), so this
18# doesn't hurt. Just make it explicite. 18# doesn't hurt. Just make it explicite.
19CONFIGURE_ARGS+= --enable-annodex 19CONFIGURE_ARGS+= --enable-annodex
20.include "../../textproc/libxml2/buildlink3.mk" 20.include "../../textproc/libxml2/buildlink3.mk"
21 21
22GCONF_SCHEMAS= gstreamer-0.10.schemas 22GCONF_SCHEMAS= gstreamer-0.10.schemas
23 23
24# only useful if gstreamer was built with the "gstcheck" option 24# only useful if gstreamer was built with the "gstcheck" option

cvs diff -r1.18 -r1.19 pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile.common 2009/02/27 21:10:43 1.18
+++ pkgsrc/multimedia/gst-plugins0.10-good/Attic/Makefile.common 2009/05/25 15:50:12 1.19
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile.common,v 1.18 2009/02/27 21:10:43 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.19 2009/05/25 15:50:12 drochner Exp $
2# 2#
3# used by audio/gst-plugins0.10-esound/Makefile 3# used by audio/gst-plugins0.10-esound/Makefile
4# used by audio/gst-plugins0.10-flac/Makefile 4# used by audio/gst-plugins0.10-flac/Makefile
5# used by audio/gst-plugins0.10-oss/Makefile 5# used by audio/gst-plugins0.10-oss/Makefile
6# used by audio/gst-plugins0.10-pulse/Makefile 6# used by audio/gst-plugins0.10-pulse/Makefile
7# used by audio/gst-plugins0.10-speex/Makefile 7# used by audio/gst-plugins0.10-speex/Makefile
8# used by audio/gst-plugins0.10-wavpack/Makefile 8# used by audio/gst-plugins0.10-wavpack/Makefile
9# used by graphics/gst-plugins0.10-cairo/Makefile 9# used by graphics/gst-plugins0.10-cairo/Makefile
10# used by graphics/gst-plugins0.10-jpeg/Makefile 10# used by graphics/gst-plugins0.10-jpeg/Makefile
11# used by graphics/gst-plugins0.10-png/Makefile 11# used by graphics/gst-plugins0.10-png/Makefile
12# used by multimedia/gst-plugins0.10-v4l2/Makefile 12# used by multimedia/gst-plugins0.10-v4l2/Makefile
13# used by net/gst-plugins0.10-soup/Makefile 13# used by net/gst-plugins0.10-soup/Makefile
14 14
15GST_PLUGINS0.10_TYPE= good 15GST_PLUGINS0.10_TYPE= good
16GST_PLUGINS0.10_VER= 0.10.14 16GST_PLUGINS0.10_VER= 0.10.15
17 17
18# Disable all drivers and features by default. 18# Disable all drivers and features by default.
19.for driver in aalib \ 19.for driver in aalib \
20 aalibtest \ 20 aalibtest \
21 annodex \ 21 annodex \
22 cairo \ 22 cairo \
23 cdio \ 23 cdio \
24 dv1394 \ 24 dv1394 \
25 esd \ 25 esd \
26 esdtest \ 26 esdtest \
27 flac \ 27 flac \
28 gconf \ 28 gconf \
29 gconftool \ 29 gconftool \

cvs diff -r1.15 -r1.16 pkgsrc/multimedia/gst-plugins0.10-good/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-good/Attic/PLIST 2009/02/27 21:10:43 1.15
+++ pkgsrc/multimedia/gst-plugins0.10-good/Attic/PLIST 2009/05/25 15:50:12 1.16
@@ -1,53 +1,59 @@ @@ -1,53 +1,59 @@
1@comment $NetBSD: PLIST,v 1.15 2009/02/27 21:10:43 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.16 2009/05/25 15:50:12 drochner Exp $
2lib/gstreamer-0.10/libgstalaw.la 2lib/gstreamer-0.10/libgstalaw.la
3lib/gstreamer-0.10/libgstalpha.la 3lib/gstreamer-0.10/libgstalpha.la
4lib/gstreamer-0.10/libgstalphacolor.la 4lib/gstreamer-0.10/libgstalphacolor.la
5lib/gstreamer-0.10/libgstannodex.la 5lib/gstreamer-0.10/libgstannodex.la
6lib/gstreamer-0.10/libgstapetag.la 6lib/gstreamer-0.10/libgstapetag.la
7lib/gstreamer-0.10/libgstaudiofx.la 7lib/gstreamer-0.10/libgstaudiofx.la
8lib/gstreamer-0.10/libgstauparse.la 8lib/gstreamer-0.10/libgstauparse.la
9lib/gstreamer-0.10/libgstautodetect.la 9lib/gstreamer-0.10/libgstautodetect.la
10lib/gstreamer-0.10/libgstavi.la 10lib/gstreamer-0.10/libgstavi.la
11lib/gstreamer-0.10/libgstcutter.la 11lib/gstreamer-0.10/libgstcutter.la
 12lib/gstreamer-0.10/libgstdebug.la
 13lib/gstreamer-0.10/libgstdeinterlace.la
 14lib/gstreamer-0.10/libgstefence.la
12lib/gstreamer-0.10/libgsteffectv.la 15lib/gstreamer-0.10/libgsteffectv.la
13lib/gstreamer-0.10/libgstequalizer.la 16lib/gstreamer-0.10/libgstequalizer.la
 17lib/gstreamer-0.10/libgstflv.la
14lib/gstreamer-0.10/libgstflxdec.la 18lib/gstreamer-0.10/libgstflxdec.la
15lib/gstreamer-0.10/libgstgamma.la 19lib/gstreamer-0.10/libgstgamma.la
16lib/gstreamer-0.10/libgstgconfelements.la 20lib/gstreamer-0.10/libgstgconfelements.la
17lib/gstreamer-0.10/libgstgoom.la 21lib/gstreamer-0.10/libgstgoom.la
18lib/gstreamer-0.10/libgstgoom2k1.la 22lib/gstreamer-0.10/libgstgoom2k1.la
19lib/gstreamer-0.10/libgsticydemux.la 23lib/gstreamer-0.10/libgsticydemux.la
20lib/gstreamer-0.10/libgstid3demux.la 24lib/gstreamer-0.10/libgstid3demux.la
21lib/gstreamer-0.10/libgstinterleave.la 25lib/gstreamer-0.10/libgstinterleave.la
22lib/gstreamer-0.10/libgstlevel.la 26lib/gstreamer-0.10/libgstlevel.la
23lib/gstreamer-0.10/libgstmatroska.la 27lib/gstreamer-0.10/libgstmatroska.la
24lib/gstreamer-0.10/libgstmulaw.la 28lib/gstreamer-0.10/libgstmulaw.la
25lib/gstreamer-0.10/libgstmultifile.la 29lib/gstreamer-0.10/libgstmultifile.la
26lib/gstreamer-0.10/libgstmultipart.la 30lib/gstreamer-0.10/libgstmultipart.la
 31lib/gstreamer-0.10/libgstnavigationtest.la
27lib/gstreamer-0.10/libgstqtdemux.la 32lib/gstreamer-0.10/libgstqtdemux.la
28lib/gstreamer-0.10/libgstreplaygain.la 33lib/gstreamer-0.10/libgstreplaygain.la
29lib/gstreamer-0.10/libgstrtp.la 34lib/gstreamer-0.10/libgstrtp.la
30lib/gstreamer-0.10/libgstrtsp.la 35lib/gstreamer-0.10/libgstrtsp.la
31lib/gstreamer-0.10/libgstsmpte.la 36lib/gstreamer-0.10/libgstsmpte.la
32lib/gstreamer-0.10/libgstspectrum.la 37lib/gstreamer-0.10/libgstspectrum.la
33lib/gstreamer-0.10/libgstudp.la 38lib/gstreamer-0.10/libgstudp.la
34lib/gstreamer-0.10/libgstvideobalance.la 39lib/gstreamer-0.10/libgstvideobalance.la
35lib/gstreamer-0.10/libgstvideobox.la 40lib/gstreamer-0.10/libgstvideobox.la
36lib/gstreamer-0.10/libgstvideocrop.la 41lib/gstreamer-0.10/libgstvideocrop.la
37lib/gstreamer-0.10/libgstvideoflip.la 42lib/gstreamer-0.10/libgstvideoflip.la
38lib/gstreamer-0.10/libgstvideomixer.la 43lib/gstreamer-0.10/libgstvideomixer.la
39lib/gstreamer-0.10/libgstwavenc.la 44lib/gstreamer-0.10/libgstwavenc.la
40lib/gstreamer-0.10/libgstwavparse.la 45lib/gstreamer-0.10/libgstwavparse.la
 46lib/gstreamer-0.10/libgsty4menc.la
41share/gconf/schemas/gstreamer-0.10.schemas 47share/gconf/schemas/gstreamer-0.10.schemas
42share/gstreamer-0.10/presets/GstIirEqualizer10Bands.prs 48share/gstreamer-0.10/presets/GstIirEqualizer10Bands.prs
43share/gstreamer-0.10/presets/GstIirEqualizer3Bands.prs 49share/gstreamer-0.10/presets/GstIirEqualizer3Bands.prs
44share/locale/af/LC_MESSAGES/gst-plugins-good-0.10.mo 50share/locale/af/LC_MESSAGES/gst-plugins-good-0.10.mo
45share/locale/az/LC_MESSAGES/gst-plugins-good-0.10.mo 51share/locale/az/LC_MESSAGES/gst-plugins-good-0.10.mo
46share/locale/bg/LC_MESSAGES/gst-plugins-good-0.10.mo 52share/locale/bg/LC_MESSAGES/gst-plugins-good-0.10.mo
47share/locale/ca/LC_MESSAGES/gst-plugins-good-0.10.mo 53share/locale/ca/LC_MESSAGES/gst-plugins-good-0.10.mo
48share/locale/cs/LC_MESSAGES/gst-plugins-good-0.10.mo 54share/locale/cs/LC_MESSAGES/gst-plugins-good-0.10.mo
49share/locale/da/LC_MESSAGES/gst-plugins-good-0.10.mo 55share/locale/da/LC_MESSAGES/gst-plugins-good-0.10.mo
50share/locale/en_GB/LC_MESSAGES/gst-plugins-good-0.10.mo 56share/locale/en_GB/LC_MESSAGES/gst-plugins-good-0.10.mo
51share/locale/es/LC_MESSAGES/gst-plugins-good-0.10.mo 57share/locale/es/LC_MESSAGES/gst-plugins-good-0.10.mo
52share/locale/eu/LC_MESSAGES/gst-plugins-good-0.10.mo 58share/locale/eu/LC_MESSAGES/gst-plugins-good-0.10.mo
53share/locale/fi/LC_MESSAGES/gst-plugins-good-0.10.mo 59share/locale/fi/LC_MESSAGES/gst-plugins-good-0.10.mo

cvs diff -r1.19 -r1.20 pkgsrc/multimedia/gst-plugins0.10-good/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/multimedia/gst-plugins0.10-good/Attic/distinfo 2009/02/27 21:10:43 1.19
+++ pkgsrc/multimedia/gst-plugins0.10-good/Attic/distinfo 2009/05/25 15:50:12 1.20
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.19 2009/02/27 21:10:43 wiz Exp $ 1$NetBSD: distinfo,v 1.20 2009/05/25 15:50:12 drochner Exp $
2 2
3SHA1 (gst-plugins-good-0.10.14.tar.bz2) = 49dbcfcbbab9bd6a1e54d9e548184016c20f3aba 3SHA1 (gst-plugins-good-0.10.15.tar.bz2) = b37611f5b4e28c19159ed3f71aeaf7dfff513174
4RMD160 (gst-plugins-good-0.10.14.tar.bz2) = 7832c2087c2a5d6c354f5a931dcc49f24c547ee9 4RMD160 (gst-plugins-good-0.10.15.tar.bz2) = 6caa4c4f93285f03c15c23ac0ae5d390c20bfd07
5Size (gst-plugins-good-0.10.14.tar.bz2) = 2228076 bytes 5Size (gst-plugins-good-0.10.15.tar.bz2) = 2354906 bytes
6SHA1 (patch-ab) = ab70993a71c4b288c21e72847186011c33bd0fb1 6SHA1 (patch-ab) = ab70993a71c4b288c21e72847186011c33bd0fb1
7SHA1 (patch-ac) = 8867119011dc8cca89cc3a35fb3f095212887bf7 7SHA1 (patch-ac) = 8867119011dc8cca89cc3a35fb3f095212887bf7
8SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a 8SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a