summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjmmv <jmmv>2005-05-25 21:07:59 +0000
committerjmmv <jmmv>2005-05-25 21:07:59 +0000
commitdf95235a95ed2847c539ed0c1c93476731fa6318 (patch)
tree65f058b6a5a147e694f1fcc376b966a74012c91a /multimedia
parentf0a54778781f81deef760b51db880c4a03e2f45e (diff)
downloadpkgsrc-df95235a95ed2847c539ed0c1c93476731fa6318.tar.gz
Update gst-plugins* to 0.8.9:
Changes since 0.8.8: * new element: ximagesrc * new plugin: video4linuxradio * new plugin: freeze Bugs fixed since 0.8.8: * 118033 : Autodetect audiosink at run-time * 141189 : [PATCH] [SPC] playback * 149158 : [qtdemux/faad] MP4 file encoded Nero AAC Codec 2.6.2.0 is... * 154431 : [mpeg] on PPC, gstreamer segfaults on any mpeg video * 161661 : [PATCH] screenshots via gstreamer * 162024 : [alsasink] doesn't probe HW buffer_size/period_size/perio... * 162355 : [PATCH] [cdparanoia] Fix for _QUERY_POSITION * 163443 : crash when searching in a file (cvs) * 165643 : [qtdemux] doesn't handle embedded URLs * 165726 : [PATCH] New plugin: freeze * 166113 : [faad] plugin won't compile against faad CVS (unreleased ... * 168390 : data caching (queue) breaks mms/asf * 168406 : asfdemux always uses 25fps * 168558 : [faad] Unsupported FAAD channel position 0x0 encountered ... * 168728 : [v4lsrc] Support for v4l radio (patch included) * 169073 : muine crashes on song change * 169081 : ogg broken stream fix * 169289 : Playbin should fallback on x11 when xvideo isn't available * 169333 : [pngdec, pngenc] Stride problems * 169400 : decodebin finalization bug * 169629 : [theoraenc] sharpness property * 170060 : Segmentation Fault when open a video file with external s... * 170066 : Leak in oggdemux * 170083 : nautilus restarts (crashes) when trying to view the prope... * 170249 : [nassink] playing .wav gives only noise * 170319 : id3demuxbin loses tags * 170387 : gstreamer fails to play free format mp3 using playbin * 170390 : adder fails to implement a release_pad function * 171341 : seeks on the silence plugin * 171371 : need wavpack decoder * 171530 : new plugin: libcdio-based cdda source * 171777 : Ogm seek support is broken * 171997 : gst-plugins structure addon for mikmod < = 3.2.0 just a on... * 172242 : gstspeed doesn't handle seek events correct * 172281 : Buffer overflows in gstspeed * 172563 : [videocrop] corrupts video when setting property in state... * 172697 : [PATCH] mpeg2dec skip-frame * 172845 : one pixel cropped off at left when rendering subtitles * 172854 : totem spawns error and stops when opening with a badly fo... * 172884 : When un-muting the sound volume is restored to 100% * 172946 : crash when playing a .mov quicktime file * 300337 : [PATCH] [switch] Does not set debug category * 300377 : Totem cannot read files from davs URIs (other GNOME apps ... * 300457 : Totem never errors if you try playing a mp3 stream withou... * 300495 : configure does not find v4l, v4l2, Xlib.h, and SDL * 301158 : 2 casts of buf in the gst_ximagesink_chain function (xima... * 301292 : caps nego problem in gst-adder * 301894 : Wavpack doesn't compile on FreeBSD. * 301944 : GstAdder doesn't EOS when all input channels did * 302188 : totem crashes on a mp3 file * 302222 : update for future Cairo 0.5 API * 302625 : mad element doesn't report bitrate for mp3 files with no ... * 302813 : volume inside playbin doesn't work after the first file h... * 302837 : [playbin] gst_tag_list_copy: assertion `GST_IS_TAG_LIST (... * 302864 : gst-plugins fails to compile with gcc4 * 303011 : compilation fails on GCC4 warnings * 303117 : Gstreamer plugins 0.8.8 musepack plugin build fails * 303253 : More gcc4 issues in 0.8 head plugins * 303650 : mpeg1videoparse does not recognize keyframes * 303936 : should use g++ to link with cpp code * 304125 : POTFILES.in fixes for gst-plugins * 304180 : [directfb] compilation fails with gcc-4 * 304284 : [dv1394src] doesn't compile with gcc4 * 304284 : [dv1394src] doesn't compile with gcc4 * 304537 : [dvdnav] dvdnav doesn't like gcc4 * 304538 : [hermes] doesn't like gcc4 * 304540 : [libmms] libmms doesn't like gcc4 * 304588 : totem crashes on invalid WAV file (channels=0) * 305012 : [ximage] doesn't compile with gcc4 * 305186 : alsasink borkage
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins-dvdnav/Makefile4
-rw-r--r--multimedia/gst-plugins-mpeg2dec/Makefile4
-rw-r--r--multimedia/gst-plugins/Makefile.common12
-rw-r--r--multimedia/gst-plugins/PLIST4
-rw-r--r--multimedia/gst-plugins/distinfo9
-rw-r--r--multimedia/gst-plugins/patches/patch-ab12
6 files changed, 29 insertions, 16 deletions
diff --git a/multimedia/gst-plugins-dvdnav/Makefile b/multimedia/gst-plugins-dvdnav/Makefile
index 92ca3252305..17cf7cd8ecb 100644
--- a/multimedia/gst-plugins-dvdnav/Makefile
+++ b/multimedia/gst-plugins-dvdnav/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/05/04 16:22:31 drochner Exp $
+# $NetBSD: Makefile,v 1.3 2005/05/25 21:07:59 jmmv Exp $
#
GST_PLUGINS_NAME= dvdnav
@@ -6,7 +6,5 @@ GST_PLUGINS_DIR= ext/dvdnav
.include "../../multimedia/gst-plugins/Makefile.common"
-PKGREVISION= 1
-
.include "../../multimedia/libdvdnav/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins-mpeg2dec/Makefile b/multimedia/gst-plugins-mpeg2dec/Makefile
index a427eca6180..5d67433618d 100644
--- a/multimedia/gst-plugins-mpeg2dec/Makefile
+++ b/multimedia/gst-plugins-mpeg2dec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/03/27 15:43:37 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2005/05/25 21:07:59 jmmv Exp $
#
GST_PLUGINS_NAME= mpeg2dec
@@ -6,7 +6,5 @@ GST_PLUGINS_DIR= ext/mpeg2dec
.include "../../multimedia/gst-plugins/Makefile.common"
-PKGREVISION= 1
-
.include "../../multimedia/libmpeg2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/gst-plugins/Makefile.common b/multimedia/gst-plugins/Makefile.common
index d7897020c22..a37778434ff 100644
--- a/multimedia/gst-plugins/Makefile.common
+++ b/multimedia/gst-plugins/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.18 2005/05/22 20:08:18 jlam Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/05/25 21:07:59 jmmv Exp $
#
-DISTNAME= gst-plugins-0.8.8
+DISTNAME= gst-plugins-0.8.9
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gst-plugins/0.8/} \
http://gstreamer.freedesktop.org/src/gst-plugins/
@@ -46,6 +46,7 @@ CONFIGURE_ENV+= have_func=no
audioresample \
cairo \
cdaudio \
+ cdio \
cdparanoia \
cdrom \
dirac \
@@ -84,7 +85,6 @@ CONFIGURE_ENV+= have_func=no
libmms \
libmng \
libpng \
- librfb \
libvisual \
mad \
mikmod \
@@ -113,6 +113,7 @@ CONFIGURE_ENV+= have_func=no
smoothwave \
sndfile \
sunaudio \
+ spc \
speex \
swfdec \
tarkin \
@@ -120,6 +121,7 @@ CONFIGURE_ENV+= have_func=no
vcd \
vorbis \
vorbistest \
+ wavpack \
x \
xshm \
xvid \
@@ -155,11 +157,11 @@ SUBST_STAGE.libs= pre-configure
SUBST_FILES.libs= ${GST_PLUGINS_DIR}/Makefile.in
SUBST_SED.libs= -e 's|$$(top_builddir)/gst-libs/gst/libgst|${BUILDLINK_PREFIX.gst-plugins}/lib/libgst|g'
-BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.8
+BUILDLINK_DEPENDS.gst-plugins+= gst-plugins>=0.8.9
.include "../../multimedia/gst-plugins/buildlink3.mk"
.endif
-BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.9
+BUILDLINK_DEPENDS.gstreamer+= gstreamer>=0.8.9.1
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
diff --git a/multimedia/gst-plugins/PLIST b/multimedia/gst-plugins/PLIST
index 3fc37a6787a..feadfce0f24 100644
--- a/multimedia/gst-plugins/PLIST
+++ b/multimedia/gst-plugins/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/03/22 16:16:33 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.14 2005/05/25 21:07:59 jmmv Exp $
bin/gst-launch-ext-0.8
bin/gst-visualise-0.8
include/gstreamer-0.8/gst/audio/audio.h
@@ -64,6 +64,7 @@ lib/gstreamer-0.8/libgstfestival.la
lib/gstreamer-0.8/libgstffmpegcolorspace.la
lib/gstreamer-0.8/libgstfilter.la
lib/gstreamer-0.8/libgstflxdec.la
+lib/gstreamer-0.8/libgstfreeze.la
lib/gstreamer-0.8/libgstgamma.la
lib/gstreamer-0.8/libgstgconfelements.la
lib/gstreamer-0.8/libgstgoom.la
@@ -159,6 +160,7 @@ ${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
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/gst-plugins-0.8.mo
+${PKGLOCALEDIR}/locale/zh_TW/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 a81eab82ccd..febda7ea180 100644
--- a/multimedia/gst-plugins/distinfo
+++ b/multimedia/gst-plugins/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.19 2005/05/04 16:22:31 drochner Exp $
+$NetBSD: distinfo,v 1.20 2005/05/25 21:07:59 jmmv Exp $
-SHA1 (gst-plugins-0.8.8.tar.bz2) = 5ba9908c3a09c1b7554ed0194a85ba63c2cc1ced
-RMD160 (gst-plugins-0.8.8.tar.bz2) = e141c576b668109d41f32541a96da5c79016e55c
-Size (gst-plugins-0.8.8.tar.bz2) = 2214274 bytes
+SHA1 (gst-plugins-0.8.9.tar.bz2) = f73dd3b96e1e5c7e90fdb1bf2c72de8c8d035bb1
+RMD160 (gst-plugins-0.8.9.tar.bz2) = 294b1873c8d54ac225bf94a2e5ba872f089fd605
+Size (gst-plugins-0.8.9.tar.bz2) = 2356958 bytes
SHA1 (patch-aa) = 49a78bc16c4bfc541ecb940a629c61dcacdadcb5
+SHA1 (patch-ab) = ca6dd27984a020f5a01e14d785e425e8cd219e74
SHA1 (patch-ae) = 3509dd08d3e010e9eb85c71ae6c42e28f6f9ec2d
diff --git a/multimedia/gst-plugins/patches/patch-ab b/multimedia/gst-plugins/patches/patch-ab
new file mode 100644
index 00000000000..ce979dffc43
--- /dev/null
+++ b/multimedia/gst-plugins/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.9 2005/05/25 21:07:59 jmmv Exp $
+
+--- gst/librfb/gstrfbsrc.c.orig 2005-05-17 08:41:44.000000000 +0000
++++ gst/librfb/gstrfbsrc.c
+@@ -27,6 +27,7 @@
+
+ #include <string.h>
+ #include <stdlib.h>
++#include <time.h>
+ #include <unistd.h>
+
+ #include <librfb/rfb.h>