diff options
author | drochner <drochner@pkgsrc.org> | 2012-02-28 18:31:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-02-28 18:31:00 +0000 |
commit | 37fc13bf448415a0e3848d792b7c780d9a92f091 (patch) | |
tree | 3f112b4562b5c2c7cfe060237c26cd4e511b1416 /multimedia | |
parent | 5b9b47533adaec3986717f5588a428267038f198 (diff) | |
download | pkgsrc-37fc13bf448415a0e3848d792b7c780d9a92f091.tar.gz |
update to 0.10.31
changes:
-new souphttpclientsink element
-new splitfilesrc element to expose multiple files as one single file
-compressed audio format passthrough support for pulseaudio
-rtspsrc is now fully async
-shout2send: support webm streaming
-rtpsession: Full Intra Requests (FIR) support using new force-key-unit API
-propagate downstream caps constraints upstream in audio parsers and
rtp payloaders
-many multifile plugin improvements for file/stream splitting
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins0.10-good/distinfo | 8 |
4 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/gst-plugins0.10-good/Makefile b/multimedia/gst-plugins0.10-good/Makefile index e392fdca78e..d8dfad37cdc 100644 --- a/multimedia/gst-plugins0.10-good/Makefile +++ b/multimedia/gst-plugins0.10-good/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2012/02/06 12:41:03 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2012/02/28 18:31:00 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir .include "Makefile.common" -PKGREVISION= 2 COMMENT+= good plugins diff --git a/multimedia/gst-plugins0.10-good/Makefile.common b/multimedia/gst-plugins0.10-good/Makefile.common index d9a4c018704..97f2003d489 100644 --- a/multimedia/gst-plugins0.10-good/Makefile.common +++ b/multimedia/gst-plugins0.10-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.35 2011/07/12 08:57:14 drochner Exp $ +# $NetBSD: Makefile.common,v 1.36 2012/02/28 18:31:00 drochner Exp $ # # used by audio/gst-plugins0.10-esound/Makefile # used by audio/gst-plugins0.10-flac/Makefile @@ -15,7 +15,7 @@ # used by net/gst-plugins0.10-soup/Makefile GST_PLUGINS0.10_TYPE= good -GST_PLUGINS0.10_VER= 0.10.30 +GST_PLUGINS0.10_VER= 0.10.31 # Disable all drivers and features by default. .for driver in aalib \ diff --git a/multimedia/gst-plugins0.10-good/PLIST b/multimedia/gst-plugins0.10-good/PLIST index 697145f5152..fa28cf7e832 100644 --- a/multimedia/gst-plugins0.10-good/PLIST +++ b/multimedia/gst-plugins0.10-good/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2011/05/18 09:38:18 drochner Exp $ +@comment $NetBSD: PLIST,v 1.25 2012/02/28 18:31:00 drochner Exp $ lib/gstreamer-0.10/libgstalaw.la lib/gstreamer-0.10/libgstalpha.la lib/gstreamer-0.10/libgstalphacolor.la @@ -58,6 +58,7 @@ share/locale/da/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/de/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/el/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-good-0.10.mo +share/locale/eo/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/es/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/eu/LC_MESSAGES/gst-plugins-good-0.10.mo share/locale/fi/LC_MESSAGES/gst-plugins-good-0.10.mo diff --git a/multimedia/gst-plugins0.10-good/distinfo b/multimedia/gst-plugins0.10-good/distinfo index ba090bcf7ce..8ade71efa54 100644 --- a/multimedia/gst-plugins0.10-good/distinfo +++ b/multimedia/gst-plugins0.10-good/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2011/07/12 08:57:14 drochner Exp $ +$NetBSD: distinfo,v 1.37 2012/02/28 18:31:00 drochner Exp $ -SHA1 (gst-plugins-good-0.10.30.tar.bz2) = 9c78a751bb2f20ad50a1daf6860e0098e0495f5a -RMD160 (gst-plugins-good-0.10.30.tar.bz2) = e39555de8efa87af9764cad32f11e00954e82a91 -Size (gst-plugins-good-0.10.30.tar.bz2) = 3361361 bytes +SHA1 (gst-plugins-good-0.10.31.tar.bz2) = b45fc01b133fc23617fa501dd9307a90f467b396 +RMD160 (gst-plugins-good-0.10.31.tar.bz2) = d9fed957ba26d055f7bccb9079bd43faae15b7e5 +Size (gst-plugins-good-0.10.31.tar.bz2) = 3390378 bytes SHA1 (patch-ab) = d0d8b7fbd373d300e1808b8b106257d87dd85f7a SHA1 (patch-ba) = 0f2cc16c39f8bc2a4854ec928b7c0b60d0559eb5 SHA1 (patch-bb) = b71b740e106b5fc932cc50a7994e491da27909be |