diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-28 18:36:28 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-28 18:36:28 +0000 |
commit | 57fe1f715901301c0d6f70c8ea2fd11dabb6c162 (patch) | |
tree | f3a9dafc3eca484ef644df7588df964a413627e7 /multimedia | |
parent | f3e252aa0a2d8a15b37e85bbdae2c4ef87a59a68 (diff) | |
download | pkgsrc-57fe1f715901301c0d6f70c8ea2fd11dabb6c162.tar.gz |
update to 0.10.19
changes:
-most audio decoders and encoders ported to the new base classes
(with the exception of mad)
-lame mp3 and twolame mp2 encoders now output framed mpeg audio
(better for muxing)
-x264enc now supports configuration via downstream caps restrictions
(useful for encodebin / rtp etc.)
-mad doesn't depend on libid3tag any longer (often a hassle on
embedded builds)
-mpeg2dec is more error resilient
-lots of dvdreadsrc fixes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-ugly/distinfo | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/multimedia/gst-plugins0.10-ugly/Makefile b/multimedia/gst-plugins0.10-ugly/Makefile index 13a9c4f8bd3..8663b995690 100644 --- a/multimedia/gst-plugins0.10-ugly/Makefile +++ b/multimedia/gst-plugins0.10-ugly/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2012/02/06 12:41:04 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2012/02/28 18:36:28 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 1 - COMMENT+= ugly plugins .include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins0.10-ugly/Makefile.common b/multimedia/gst-plugins0.10-ugly/Makefile.common index 81226ba7b15..d638ed6036a 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.20 2011/05/18 09:41:44 drochner Exp $ +# $NetBSD: Makefile.common,v 1.21 2012/02/28 18:36:28 drochner Exp $ # # used by audio/gst-plugins0.10-a52/Makefile # used by audio/gst-plugins0.10-lame/Makefile @@ -10,7 +10,7 @@ # used by multimedia/gst-plugins0.10-x264/Makefile GST_PLUGINS0.10_TYPE= ugly -GST_PLUGINS0.10_VER= 0.10.18 +GST_PLUGINS0.10_VER= 0.10.19 # 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 6b23adc4aaa..01d8cb7796b 100644 --- a/multimedia/gst-plugins0.10-ugly/PLIST +++ b/multimedia/gst-plugins0.10-ugly/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2010/09/08 16:25:29 drochner Exp $ +@comment $NetBSD: PLIST,v 1.13 2012/02/28 18:36:28 drochner Exp $ lib/gstreamer-0.10/libgstasf.la lib/gstreamer-0.10/libgstdvdlpcmdec.la lib/gstreamer-0.10/libgstdvdsub.la @@ -15,6 +15,7 @@ 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/eo/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 share/locale/fi/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 c2a95f14402..72d168a13a2 100644 --- a/multimedia/gst-plugins0.10-ugly/distinfo +++ b/multimedia/gst-plugins0.10-ugly/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2011/05/18 09:41:44 drochner Exp $ +$NetBSD: distinfo,v 1.20 2012/02/28 18:36:28 drochner Exp $ -SHA1 (gst-plugins-ugly-0.10.18.tar.bz2) = 2814a59673506b063240d3c18c96138931efdc33 -RMD160 (gst-plugins-ugly-0.10.18.tar.bz2) = 3e4eca6077995645fc9b0239bcf9ade53699e54e -Size (gst-plugins-ugly-0.10.18.tar.bz2) = 1070222 bytes +SHA1 (gst-plugins-ugly-0.10.19.tar.bz2) = a28e4e8962f1fe385a098b13249a2b817c44fe63 +RMD160 (gst-plugins-ugly-0.10.19.tar.bz2) = 39fadcf4205bbe0fd2dc079296c816d8668cc59d +Size (gst-plugins-ugly-0.10.19.tar.bz2) = 1083623 bytes |