pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-ugly update to 0.10.11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe68e5b33f31
branches:  trunk
changeset: 556948:fe68e5b33f31
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Tue Apr 07 09:55:36 2009 +0000

description:
update to 0.10.11
changes:
Migrate twolame element from -bad
mp3parse improvements
Support scaling in the synaesthsia visualisation
Improve realmedia streaming, supporting RDT and pnm://
Improved ASF demuxing, including streaming-mode seeking
Support for 4:4:4 MPEG-2 video

diffstat:

 multimedia/gst-plugins0.10-ugly/Makefile.common  |   4 ++--
 multimedia/gst-plugins0.10-ugly/PLIST            |   4 +++-
 multimedia/gst-plugins0.10-ugly/distinfo         |  10 +++++-----
 multimedia/gst-plugins0.10-ugly/patches/patch-aa |  10 +++++-----
 4 files changed, 15 insertions(+), 13 deletions(-)

diffs (80 lines):

diff -r 7f8f264e17fe -r fe68e5b33f31 multimedia/gst-plugins0.10-ugly/Makefile.common
--- a/multimedia/gst-plugins0.10-ugly/Makefile.common   Tue Apr 07 09:53:54 2009 +0000
+++ b/multimedia/gst-plugins0.10-ugly/Makefile.common   Tue Apr 07 09:55:36 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2008/12/03 09:00:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2009/04/07 09:55:36 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.10
+GST_PLUGINS0.10_VER=   0.10.11
 
 # Disable all drivers and features by default.
 .for driver in a52dec \
diff -r 7f8f264e17fe -r fe68e5b33f31 multimedia/gst-plugins0.10-ugly/PLIST
--- a/multimedia/gst-plugins0.10-ugly/PLIST     Tue Apr 07 09:53:54 2009 +0000
+++ b/multimedia/gst-plugins0.10-ugly/PLIST     Tue Apr 07 09:55:36 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2008/12/03 09:00:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/04/07 09:55:36 drochner Exp $
 lib/gstreamer-0.10/libgstasf.la
 lib/gstreamer-0.10/libgstdvdlpcmdec.la
 lib/gstreamer-0.10/libgstdvdsub.la
@@ -19,6 +19,7 @@
 share/locale/hu/LC_MESSAGES/gst-plugins-ugly-0.10.mo
 share/locale/id/LC_MESSAGES/gst-plugins-ugly-0.10.mo
 share/locale/it/LC_MESSAGES/gst-plugins-ugly-0.10.mo
+share/locale/ja/LC_MESSAGES/gst-plugins-ugly-0.10.mo
 share/locale/lt/LC_MESSAGES/gst-plugins-ugly-0.10.mo
 share/locale/mt/LC_MESSAGES/gst-plugins-ugly-0.10.mo
 share/locale/nb/LC_MESSAGES/gst-plugins-ugly-0.10.mo
@@ -31,6 +32,7 @@
 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/tr/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
 share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-0.10.mo
diff -r 7f8f264e17fe -r fe68e5b33f31 multimedia/gst-plugins0.10-ugly/distinfo
--- a/multimedia/gst-plugins0.10-ugly/distinfo  Tue Apr 07 09:53:54 2009 +0000
+++ b/multimedia/gst-plugins0.10-ugly/distinfo  Tue Apr 07 09:55:36 2009 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2008/12/03 09:00:19 wiz Exp $
+$NetBSD: distinfo,v 1.11 2009/04/07 09:55:36 drochner Exp $
 
-SHA1 (gst-plugins-ugly-0.10.10.tar.bz2) = 1829bf0321c92fce702d70b3d177fd321ef6f0cf
-RMD160 (gst-plugins-ugly-0.10.10.tar.bz2) = 0734644930cbbe9adb84f9025c819a5dd3c37b88
-Size (gst-plugins-ugly-0.10.10.tar.bz2) = 938525 bytes
-SHA1 (patch-aa) = b1e9732a2832d88898b98ae293d8f08968d386a2
+SHA1 (gst-plugins-ugly-0.10.11.tar.bz2) = a5cbdfae6b4c3949fa4dd7cfbf7e9c3b36a61e57
+RMD160 (gst-plugins-ugly-0.10.11.tar.bz2) = 0a8cdae59a25e3d2ad2f87b56cbd50355da2e9e0
+Size (gst-plugins-ugly-0.10.11.tar.bz2) = 993960 bytes
+SHA1 (patch-aa) = 3009b8bbf1e3a6b47ce37aa7dbdf239ee38e6acc
diff -r 7f8f264e17fe -r fe68e5b33f31 multimedia/gst-plugins0.10-ugly/patches/patch-aa
--- a/multimedia/gst-plugins0.10-ugly/patches/patch-aa  Tue Apr 07 09:53:54 2009 +0000
+++ b/multimedia/gst-plugins0.10-ugly/patches/patch-aa  Tue Apr 07 09:55:36 2009 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.3 2008/05/30 17:36:50 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2009/04/07 09:55:36 drochner Exp $
 
---- configure.orig     2008-05-22 00:12:18.000000000 +0200
+--- configure.orig     2009-03-21 00:50:13.000000000 +0100
 +++ configure
-@@ -29635,7 +29635,7 @@ rm -f core conftest.err conftest.$ac_obj
- echo "${ECHO_T}$flag_ok" >&6; }
+@@ -25938,7 +25938,7 @@ rm -f core conftest.err conftest.$ac_obj
+ $as_echo "$flag_ok" >&6; }
  
  
 -        if test "x$ERROR_CFLAGS" == "x"
 +        if test "x$ERROR_CFLAGS" = "x"
      then
  
-   { echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
+   { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5



Home | Main Index | Thread Index | Old Index