diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-06-28 17:45:56 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-06-28 17:45:56 +0000 |
commit | 8ca70f6328484024ec39e76120f756df4b5bb382 (patch) | |
tree | 48bdaebbf04a757d26dd3ea7cc405ea2278f911f /multimedia | |
parent | bd52193ae1b5cce5306f19aa627a55fbc9a198de (diff) | |
download | pkgsrc-8ca70f6328484024ec39e76120f756df4b5bb382.tar.gz |
Update to 0.8.2:
New features:
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Ukrainian, British
* Translations: af az en_GB nl sr sv uk
* id3 fixes
* asf fixes
* qt demux fixes
* dv fixes
* auparse fixes
* wavparse seeking/querying fixes
* alsa fixes for mixing and device releasing
* categorisation fixes
* v4lsrc fixes for webcams
* streamheader fixes
* Portability fixes
* new element: DTS decoder
* new element: libvisual
* new element: theoraenc
* new element: oggmuxer
* new element: rawvorbisenc
* new elements: audiorate and videorate
* new elements: TCP server/client src/sink
* new element: pixbufscale
* new element: osxaudiosink
* new element: sunaudiosink
* new element: videomixer
* new elements: multipartmux/multipartdemux
* new elements: smokeenc/smokedec
* new element: vorbisparse
Bugs fixed:
* 132440 : configure botches DVDNAV_CFLAGS
* 133002 : configure should check for dvdnav header
* 134007 : [alsasink] assertion failure in alsalib snd_pcm_plug_hw_p...
* 135145 : [asfdemux] Can't play randomfile.wma
* 135862 : [wavparse] add ADPCM support
* 135989 : v4l-conf called even when not present
* 136392 : [v4lsrc] buggy wit qc-usb driver
* 136572 : [esdsink] blocks other esd apps in PAUSED state
* 137711 : [oggdemux] jump or move depends on uninitialised value
* 137724 : [qtdemux/ffdec_mpeg4/faad] MPEG-4 video/audio esds atoms
* 137750 : Gst-player not able to seek in wav file
* 138251 : [mad] Can't play bad1.mp3, bad2.mp3
* 139524 : ogg muxer needed
* 139658 : [alsasrc] probes inexistant playback device on capture on...
* 140064 : [speed] can't negotiate
* 140138 : media file makes totem-gst go nuts
* 140265 : ffmpegcolorspace and gnomevfs fail to build buildable
* 140268 : ximagesink and xvimagesink do not build under FreeBSD
* 140384 : Incorrect library dependency in SDL plugin
* 140640 : [asfdemux] segfault
* 140668 : gst-plugins-0.8.1 does not compile
* 140844 : icecastsend (shout) doesnt even try to connect to server
* 140878 : ima adpcm encoded wavs are not supported
* 141176 : [mad] Can't play ...Faithfulness.mp3
* 141188 : monoscope plugin doesnt work as intended
* 141258 : mp3 file seek problem
* 141318 : ffmpegcolorspace doesn't compile on Solaris
* 141821 : kdemacros.h
* 142044 : m4a typefinds to x-m4a instead of quicktime
* 142084 : mad and level plugins dont like each other (caps related ...
* 142107 : build error under mdk 10.0
* 142127 : GstPlay's time_tick event does not return the right time ...
* 142193 : Patch for plugins Codecs klassifications
* 142205 : return type of gst_audio_clock_id_wait_async is wrong
* 142211 : alsasink broken due to mixer device
* 142262 : shout2send not compiling or working (fix attached)
* 142272 : qtdemux doesn't work with sources that cannot seek
* 142286 : The au plugin cannot play au files encoded with ulaw
* 142320 : [ffmpeg - ima-adpcm-ws/wsaud] scheduler issues
* 142493 : default fragment size in osssink is too small
* 142507 : [PATCH] id3tag plugin does not correctly set buffer offset
* 142555 : wavparse doesn't handle truncated files gracefully
* 142566 : Certain mp3s don't get played correctly
* 142585 : gstresample makes wrong assumption about buffer sizes (se...
* 142586 : alsasink resync is broken
* 142664 : v4l2_buffer redeclaration : won't compile with -Werror
* 142764 : ogg that caueses error
* 142797 : Mac OS X Audio Sink and Src
* 142851 : gstid3tag sends wrong offset on discont events
* 142954 : [patch] adding a connection problem signal to shout2send
* 142962 : Error converting wav file to ogg/vorbis
* 143032 : [adder] crash on certain errors
* 143130 : [mixmatrix] returns garbage pointer as request pad
* 143146 : [patch] gst/tcp plugin doesnt compile on OSX
* 143153 : [patch] osxaudio - fix warnings
* 143262 : rifflib does not know several fourccs
* 143283 : [PATCH] Property accessors for the mixer interface
* 143454 : [alsasink] outputs silence on sync problem
* 143749 : tcp plugin dosn't compile on FreeBSD
* 143861 : OSS elements portability on BSD (soundcard.h location)
* 144240 : [cdparanoia] sets wrong timestamps on buffers [patch]
* 144425 : Invalid read of size 4in riff-read.c [patch]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins/Makefile.common | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins/PLIST | 27 | ||||
-rw-r--r-- | multimedia/gst-plugins/distinfo | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins/patches/patch-aa | 13 | ||||
-rw-r--r-- | multimedia/gst-plugins/patches/patch-ab | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins/patches/patch-ac | 12 | ||||
-rw-r--r-- | multimedia/gst-plugins/patches/patch-ad | 13 |
7 files changed, 33 insertions, 62 deletions
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common index 74708be320c..5c712c16025 100644 --- a/multimedia/gst-plugins/Makefile.common +++ b/multimedia/gst-plugins/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.5 2004/05/06 12:12:59 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/06/28 17:45:56 jmmv Exp $ # -DISTNAME= gst-plugins-0.8.1 +DISTNAME= gst-plugins-0.8.2 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} EXTRACT_SUFX= .tar.bz2 @@ -42,6 +42,7 @@ CONFIGURE_ARGS+= --disable-tests cdparanoia \ cdrom \ divx \ + dts \ dvdnav \ dvdread \ dxr3 \ @@ -69,6 +70,7 @@ CONFIGURE_ARGS+= --disable-tests libpng \ libpng \ librfb \ + libvisual \ mad \ mikmod \ mpeg2dec \ @@ -79,6 +81,7 @@ CONFIGURE_ARGS+= --disable-tests ogg \ oggtest \ oss \ + osx_audio \ pango \ qcam \ raw1394 \ @@ -90,6 +93,7 @@ CONFIGURE_ARGS+= --disable-tests sidplay \ smoothwave \ sndfile \ + sunaudio \ speex \ swfdec \ tarkin \ diff --git a/multimedia/gst-plugins/PLIST b/multimedia/gst-plugins/PLIST index 6709b80ad35..7db08043344 100644 --- a/multimedia/gst-plugins/PLIST +++ b/multimedia/gst-plugins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2004/04/15 21:24:29 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/06/28 17:45:56 jmmv Exp $ bin/gst-launch-ext-0.8 bin/gst-visualise-0.8 include/gstreamer-0.8/gst/audio/audio.h @@ -13,6 +13,7 @@ include/gstreamer-0.8/gst/idct/idct.h include/gstreamer-0.8/gst/media-info/media-info.h include/gstreamer-0.8/gst/mixer/mixer-enumtypes.h include/gstreamer-0.8/gst/mixer/mixer.h +include/gstreamer-0.8/gst/mixer/mixeroptions.h include/gstreamer-0.8/gst/mixer/mixertrack.h include/gstreamer-0.8/gst/navigation/navigation.h include/gstreamer-0.8/gst/play/play-enumtypes.h @@ -40,6 +41,9 @@ lib/gstreamer-0.8/libgstadder.so lib/gstreamer-0.8/libgstalaw.a lib/gstreamer-0.8/libgstalaw.la lib/gstreamer-0.8/libgstalaw.so +lib/gstreamer-0.8/libgstalpha.a +lib/gstreamer-0.8/libgstalpha.la +lib/gstreamer-0.8/libgstalpha.so lib/gstreamer-0.8/libgstasf.a lib/gstreamer-0.8/libgstasf.la lib/gstreamer-0.8/libgstasf.so @@ -52,6 +56,9 @@ lib/gstreamer-0.8/libgstaudioconvert.so lib/gstreamer-0.8/libgstaudiofilter.a lib/gstreamer-0.8/libgstaudiofilter.la lib/gstreamer-0.8/libgstaudiofilter.so +lib/gstreamer-0.8/libgstaudiorate.a +lib/gstreamer-0.8/libgstaudiorate.la +lib/gstreamer-0.8/libgstaudiorate.so lib/gstreamer-0.8/libgstaudioscale.a lib/gstreamer-0.8/libgstaudioscale.la lib/gstreamer-0.8/libgstaudioscale.so @@ -148,6 +155,9 @@ lib/gstreamer-0.8/libgstmpegstream.so lib/gstreamer-0.8/libgstmulaw.a lib/gstreamer-0.8/libgstmulaw.la lib/gstreamer-0.8/libgstmulaw.so +lib/gstreamer-0.8/libgstmultipart.a +lib/gstreamer-0.8/libgstmultipart.la +lib/gstreamer-0.8/libgstmultipart.so lib/gstreamer-0.8/libgstnavigationtest.a lib/gstreamer-0.8/libgstnavigationtest.la lib/gstreamer-0.8/libgstnavigationtest.so @@ -226,6 +236,9 @@ lib/gstreamer-0.8/libgstvideo.so lib/gstreamer-0.8/libgstvideobalance.a lib/gstreamer-0.8/libgstvideobalance.la lib/gstreamer-0.8/libgstvideobalance.so +lib/gstreamer-0.8/libgstvideobox.a +lib/gstreamer-0.8/libgstvideobox.la +lib/gstreamer-0.8/libgstvideobox.so lib/gstreamer-0.8/libgstvideocrop.a lib/gstreamer-0.8/libgstvideocrop.la lib/gstreamer-0.8/libgstvideocrop.so @@ -238,6 +251,12 @@ lib/gstreamer-0.8/libgstvideofilter.so lib/gstreamer-0.8/libgstvideoflip.a lib/gstreamer-0.8/libgstvideoflip.la lib/gstreamer-0.8/libgstvideoflip.so +lib/gstreamer-0.8/libgstvideomixer.a +lib/gstreamer-0.8/libgstvideomixer.la +lib/gstreamer-0.8/libgstvideomixer.so +lib/gstreamer-0.8/libgstvideorate.a +lib/gstreamer-0.8/libgstvideorate.la +lib/gstreamer-0.8/libgstvideorate.so lib/gstreamer-0.8/libgstvideoscale.a lib/gstreamer-0.8/libgstvideoscale.la lib/gstreamer-0.8/libgstvideoscale.so @@ -294,14 +313,16 @@ lib/pkgconfig/gstreamer-libs-0.8.pc lib/pkgconfig/gstreamer-media-info-0.8.pc lib/pkgconfig/gstreamer-play-0.8.pc lib/pkgconfig/gstreamer-plugins-0.8.pc -man/man1/gst-launch-ext-${PKGVERSION} -man/man1/gst-visualise-${PKGVERSION} +man/man1/gst-launch-ext-0.8.1 +man/man1/gst-visualise-0.8.1 share/gconf/schemas/gstreamer-0.8.schemas ${PKGLOCALEDIR}/locale/af/LC_MESSAGES/gst-plugins-0.8.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gst-plugins-0.8.mo +${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/gst-plugins-0.8.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gst-plugins-0.8.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gst-plugins-0.8.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gst-plugins-0.8.mo +${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gst-plugins-0.8.mo @comment in GConf2: @dirrm share/gconf/schemas @comment in gstreamer: @dirrm lib/gstreamer-0.8 @dirrm include/gstreamer-0.8/gst/xwindowlistener diff --git a/multimedia/gst-plugins/distinfo b/multimedia/gst-plugins/distinfo index 90615a99dfd..4a6abc97c3e 100644 --- a/multimedia/gst-plugins/distinfo +++ b/multimedia/gst-plugins/distinfo @@ -1,9 +1,5 @@ -$NetBSD: distinfo,v 1.7 2004/06/20 20:38:23 agc Exp $ +$NetBSD: distinfo,v 1.8 2004/06/28 17:45:56 jmmv Exp $ -SHA1 (gst-plugins-0.8.1.tar.bz2) = 6d4f95cdc8acb70279995aad3c7765a684b00ea8 -Size (gst-plugins-0.8.1.tar.bz2) = 1809789 bytes -SHA1 (patch-aa) = 794c95c71b7c055fb1778a8ccfa18aaf2908d1df -SHA1 (patch-ab) = 018d981b32e2d8484334e0dd53a1a5e4bb7c4360 -SHA1 (patch-ac) = 2ee2741b86c2b9f76c8d8cc32d27e82f79e26464 -SHA1 (patch-ad) = 0884a895b00cc54041a412d387720ffe4fde9a52 +SHA1 (gst-plugins-0.8.2.tar.bz2) = 639a47d294ed9870662d4a2bb2f8d5bc484ad14a +Size (gst-plugins-0.8.2.tar.bz2) = 1978467 bytes SHA1 (patch-ae) = d51997b93689753fa0a34eec21ac14dc22af7500 diff --git a/multimedia/gst-plugins/patches/patch-aa b/multimedia/gst-plugins/patches/patch-aa deleted file mode 100644 index c2020147511..00000000000 --- a/multimedia/gst-plugins/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.5 2004/04/15 21:24:29 jmmv Exp $ - ---- gst/ffmpegcolorspace/gstffmpegcolorspace.c.orig 2004-04-14 18:12:11.000000000 +0200 -+++ gst/ffmpegcolorspace/gstffmpegcolorspace.c -@@ -306,7 +306,7 @@ gst_ffmpegcolorspace_chain (GstPad * pad - g_return_if_fail (GST_IS_FFMPEGCOLORSPACE (space)); - - if (space->from_pixfmt == PIX_FMT_NB || space->to_pixfmt == PIX_FMT_NB) { -- GST_ELEMENT_ERROR (space, CORE, NOT_IMPLEMENTED, NULL, -+ GST_ELEMENT_ERROR (space, CORE, NOT_IMPLEMENTED, (NULL), - ("attempting to convert colorspaces between unknown formats")); - gst_buffer_unref (inbuf); - return; diff --git a/multimedia/gst-plugins/patches/patch-ab b/multimedia/gst-plugins/patches/patch-ab deleted file mode 100644 index ff9627726ae..00000000000 --- a/multimedia/gst-plugins/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.3 2004/04/15 12:56:22 xtraeme Exp $ - ---- sys/ximage/ximagesink.h.orig Tue Mar 16 22:51:03 2004 -+++ sys/ximage/ximagesink.h Tue Mar 16 23:06:44 2004 -@@ -23,6 +23,7 @@ - #include <gst/video/videosink.h> - - #ifdef HAVE_XSHM -+#include <sys/types.h> - #include <sys/ipc.h> - #include <sys/shm.h> - #endif /* HAVE_XSHM */ diff --git a/multimedia/gst-plugins/patches/patch-ac b/multimedia/gst-plugins/patches/patch-ac deleted file mode 100644 index 85dd075dfe3..00000000000 --- a/multimedia/gst-plugins/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.3 2004/04/15 12:56:22 xtraeme Exp $ - ---- sys/xvimage/xvimagesink.h.orig Tue Mar 16 22:51:04 2004 -+++ sys/xvimage/xvimagesink.h Tue Mar 16 23:07:39 2004 -@@ -23,6 +23,7 @@ - #include <gst/video/videosink.h> - - #ifdef HAVE_XSHM -+#include <sys/types.h> - #include <sys/ipc.h> - #include <sys/shm.h> - #endif /* HAVE_XSHM */ diff --git a/multimedia/gst-plugins/patches/patch-ad b/multimedia/gst-plugins/patches/patch-ad deleted file mode 100644 index 916dc5b1e8a..00000000000 --- a/multimedia/gst-plugins/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2004/04/15 21:24:29 jmmv Exp $ - ---- ext/gnomevfs/gstgnomevfssink.c.orig 2004-04-14 18:12:18.000000000 +0200 -+++ ext/gnomevfs/gstgnomevfssink.c -@@ -347,7 +347,7 @@ gst_gnomevfssink_open_file (GstGnomeVFSS - } - sink->own_handle = TRUE; - } else if (!sink->handle) { -- GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), NULL); -+ GST_ELEMENT_ERROR (sink, RESOURCE, FAILED, (_("No filename given")), (NULL)); - return FALSE; - } - |