diff options
author | drochner <drochner@pkgsrc.org> | 2006-10-12 13:35:33 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-10-12 13:35:33 +0000 |
commit | 5827b0336da770f56c24591d8c1515296f61b334 (patch) | |
tree | 6c4e01acc59509e77957edfb36c68fa338fc2bd5 | |
parent | d63ce4fdcc6fdf3e2982a80e422084d829a718bf (diff) | |
download | pkgsrc-5827b0336da770f56c24591d8c1515296f61b334.tar.gz |
update to 0.10.4
changes: many bugfixes
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/PLIST | 16 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/distinfo | 9 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/patches/patch-gstmad | 20 |
4 files changed, 21 insertions, 28 deletions
diff --git a/multimedia/gst-plugins0.10-ugly/Makefile.common b/multimedia/gst-plugins0.10-ugly/Makefile.common index c443c233b92..934074994a4 100644 --- a/multimedia/gst-plugins0.10-ugly/Makefile.common +++ b/multimedia/gst-plugins0.10-ugly/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.2 2006/10/12 13:35:33 drochner Exp $ # GST_PLUGINS0.10_TYPE= ugly -GST_PLUGINS0.10_VER= 0.10.3 +GST_PLUGINS0.10_VER= 0.10.4 # Disable all drivers and features by default. .for driver in a52dec \ diff --git a/multimedia/gst-plugins0.10-ugly/PLIST b/multimedia/gst-plugins0.10-ugly/PLIST index 6b6718985a7..d8b7998c493 100644 --- a/multimedia/gst-plugins0.10-ugly/PLIST +++ b/multimedia/gst-plugins0.10-ugly/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/08 11:42:37 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/10/12 13:35:33 drochner Exp $ lib/gstreamer-0.10/libgstasf.la lib/gstreamer-0.10/libgstdvdlpcmdec.la lib/gstreamer-0.10/libgstdvdsub.la @@ -6,4 +6,18 @@ lib/gstreamer-0.10/libgstiec958.la lib/gstreamer-0.10/libgstmpegaudioparse.la lib/gstreamer-0.10/libgstmpegstream.la lib/gstreamer-0.10/libgstrmdemux.la +share/locale/af/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/az/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/cs/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/hu/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/it/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/nb/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/nl/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/or/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/sq/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/sr/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/sv/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/uk/LC_MESSAGES/gst-plugins-ugly-0.10.mo +share/locale/vi/LC_MESSAGES/gst-plugins-ugly-0.10.mo @comment in gstreamer0.10: @dirrm lib/gstreamer-0.10 diff --git a/multimedia/gst-plugins0.10-ugly/distinfo b/multimedia/gst-plugins0.10-ugly/distinfo index e976695590f..45382c665f8 100644 --- a/multimedia/gst-plugins0.10-ugly/distinfo +++ b/multimedia/gst-plugins0.10-ugly/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2006/04/13 22:09:16 rillig Exp $ +$NetBSD: distinfo,v 1.3 2006/10/12 13:35:33 drochner Exp $ -SHA1 (gst-plugins-ugly-0.10.3.tar.bz2) = 98c69c4feeee975fdbe829cf6534d6c12b960182 -RMD160 (gst-plugins-ugly-0.10.3.tar.bz2) = 0ea0d039cf87ecf662655521b9dbca8c2a388412 -Size (gst-plugins-ugly-0.10.3.tar.bz2) = 605833 bytes -SHA1 (patch-gstmad) = deb7218d649660c440671ee3753b38e51465fb65 +SHA1 (gst-plugins-ugly-0.10.4.tar.bz2) = e31b671dcfab7842a1b546decc7c7a3fcc76790c +RMD160 (gst-plugins-ugly-0.10.4.tar.bz2) = 0651853d7d36bda9d267ca3cecfb6cead95a3e6e +Size (gst-plugins-ugly-0.10.4.tar.bz2) = 720893 bytes diff --git a/multimedia/gst-plugins0.10-ugly/patches/patch-gstmad b/multimedia/gst-plugins0.10-ugly/patches/patch-gstmad deleted file mode 100644 index 109ea0eec72..00000000000 --- a/multimedia/gst-plugins0.10-ugly/patches/patch-gstmad +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-gstmad,v 1.1 2006/04/13 22:09:16 rillig Exp $ - -gcc 2.95 does not like code intermixed with declarations. - ---- ext/mad/gstmad.c.orig 2006-03-28 20:58:46.000000000 +0200 -+++ ext/mad/gstmad.c 2006-04-14 00:02:07.000000000 +0200 -@@ -710,11 +710,12 @@ index_seek (GstMad * mad, GstPad * pad, - }; - const GstFormat *try_formats = try_all_formats; - const GstFormat *peer_formats; -+ GstIndexEntry *entry; - - gst_event_parse_seek (event, &rate, &format, &flags, - &cur_type, &cur, &stop_type, &stop); - -- GstIndexEntry *entry = gst_index_get_assoc_entry (mad->index, mad->index_id, -+ entry = gst_index_get_assoc_entry (mad->index, mad->index_id, - GST_INDEX_LOOKUP_BEFORE, 0, - format, cur); - |