summaryrefslogtreecommitdiff
path: root/multimedia/gst-plugins0.10-ugly
diff options
context:
space:
mode:
authordrochner <drochner>2010-03-12 20:56:14 +0000
committerdrochner <drochner>2010-03-12 20:56:14 +0000
commitf14559b6ab0f7e03254ce70432ff0755f6a1e07f (patch)
tree287ea6372def463e0222fe9fee8d6c5be92cc9eb /multimedia/gst-plugins0.10-ugly
parentc7ac837d644eb18f71a0d7dc753d3de1ec3c07b9 (diff)
downloadpkgsrc-f14559b6ab0f7e03254ce70432ff0755f6a1e07f.tar.gz
update to 0.10.14
changes: -amrwbdec: give decoder a rank so decodebin/playbin will use it -asfdemux improvements -misc fixes
Diffstat (limited to 'multimedia/gst-plugins0.10-ugly')
-rw-r--r--multimedia/gst-plugins0.10-ugly/Makefile.common4
-rw-r--r--multimedia/gst-plugins0.10-ugly/PLIST4
-rw-r--r--multimedia/gst-plugins0.10-ugly/distinfo10
-rw-r--r--multimedia/gst-plugins0.10-ugly/patches/patch-aa8
4 files changed, 14 insertions, 12 deletions
diff --git a/multimedia/gst-plugins0.10-ugly/Makefile.common b/multimedia/gst-plugins0.10-ugly/Makefile.common
index c9f0557e852..95473828b93 100644
--- a/multimedia/gst-plugins0.10-ugly/Makefile.common
+++ b/multimedia/gst-plugins0.10-ugly/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2009/10/28 18:28:14 drochner Exp $
+# $NetBSD: Makefile.common,v 1.13 2010/03/12 20:56:14 drochner Exp $
#
# used by audio/gst-plugins0.10-a52/Makefile
# used by audio/gst-plugins0.10-mad/Makefile
@@ -7,7 +7,7 @@
# used by multimedia/gst-plugins0.10-mpeg2dec/Makefile
GST_PLUGINS0.10_TYPE= ugly
-GST_PLUGINS0.10_VER= 0.10.13
+GST_PLUGINS0.10_VER= 0.10.14
# 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 dd6614fec9a..00a7e913da1 100644
--- a/multimedia/gst-plugins0.10-ugly/PLIST
+++ b/multimedia/gst-plugins0.10-ugly/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2009/10/28 18:28:14 drochner Exp $
+@comment $NetBSD: PLIST,v 1.11 2010/03/12 20:56:14 drochner Exp $
lib/gstreamer-0.10/libgstasf.la
lib/gstreamer-0.10/libgstdvdlpcmdec.la
lib/gstreamer-0.10/libgstdvdsub.la
@@ -13,6 +13,7 @@ share/locale/ca/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/cs/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/da/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/de/LC_MESSAGES/gst-plugins-ugly-0.10.mo
+share/locale/el/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/es/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/eu/LC_MESSAGES/gst-plugins-ugly-0.10.mo
@@ -33,6 +34,7 @@ share/locale/pl/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/ru/LC_MESSAGES/gst-plugins-ugly-0.10.mo
share/locale/sk/LC_MESSAGES/gst-plugins-ugly-0.10.mo
+share/locale/sl/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
diff --git a/multimedia/gst-plugins0.10-ugly/distinfo b/multimedia/gst-plugins0.10-ugly/distinfo
index 790268cf772..8baf04c800b 100644
--- a/multimedia/gst-plugins0.10-ugly/distinfo
+++ b/multimedia/gst-plugins0.10-ugly/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2009/10/28 18:28:14 drochner Exp $
+$NetBSD: distinfo,v 1.14 2010/03/12 20:56:14 drochner Exp $
-SHA1 (gst-plugins-ugly-0.10.13.tar.bz2) = 20252cc743cbdcca62c702b5ab703c2be0f9d955
-RMD160 (gst-plugins-ugly-0.10.13.tar.bz2) = 1cf856fd273fff8b08b3bd987ec36b82c33c374a
-Size (gst-plugins-ugly-0.10.13.tar.bz2) = 1016859 bytes
-SHA1 (patch-aa) = 3009b8bbf1e3a6b47ce37aa7dbdf239ee38e6acc
+SHA1 (gst-plugins-ugly-0.10.14.tar.bz2) = b1622b732335835c73b334c3769e00834ad0e387
+RMD160 (gst-plugins-ugly-0.10.14.tar.bz2) = 37708268cda49a77faf28a26f04191a50c2830fe
+Size (gst-plugins-ugly-0.10.14.tar.bz2) = 1028518 bytes
+SHA1 (patch-aa) = 456f22518e96cf554eab1f62cb4b2f33fae535e6
diff --git a/multimedia/gst-plugins0.10-ugly/patches/patch-aa b/multimedia/gst-plugins0.10-ugly/patches/patch-aa
index 7e7da060765..76d9f31601c 100644
--- a/multimedia/gst-plugins0.10-ugly/patches/patch-aa
+++ b/multimedia/gst-plugins0.10-ugly/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2009/04/07 09:55:36 drochner Exp $
+$NetBSD: patch-aa,v 1.5 2010/03/12 20:56:14 drochner Exp $
---- configure.orig 2009-03-21 00:50:13.000000000 +0100
+--- configure.orig 2010-03-06 00:56:32.000000000 +0000
+++ configure
-@@ -25938,7 +25938,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -21719,7 +21719,7 @@ rm -f core conftest.err conftest.$ac_obj
$as_echo "$flag_ok" >&6; }
@@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.4 2009/04/07 09:55:36 drochner Exp $
+ if test "x$ERROR_CFLAGS" = "x"
then
- { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5