diff options
author | drochner <drochner@pkgsrc.org> | 2013-12-04 11:32:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-12-04 11:32:13 +0000 |
commit | 4c88abc39d105272bdb3ecba83b355aefb422722 (patch) | |
tree | 4d4c3ad38b812f7323b9bc765edd86dda513f334 /multimedia | |
parent | 72db28a0d2f6664b2533164e3bc46eee417285d9 (diff) | |
download | pkgsrc-4c88abc39d105272bdb3ecba83b355aefb422722.tar.gz |
update to 1.0.10
changes: bugfixes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst-plugins1-bad/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-bad/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gst-plugins1-bad/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins1-base/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-base/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins1-good/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-good/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins1-libav/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-libav/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gst-plugins1-ugly/Makefile.common | 4 | ||||
-rw-r--r-- | multimedia/gst-plugins1-ugly/distinfo | 8 | ||||
-rw-r--r-- | multimedia/gstreamer1/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1/distinfo | 9 |
13 files changed, 38 insertions, 38 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common index b14b4faa176..22a25efc1e4 100644 --- a/multimedia/gst-plugins1-bad/Makefile.common +++ b/multimedia/gst-plugins1-bad/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2013/07/22 14:31:35 drochner Exp $ +# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $ # # used by audio/gst-plugins1-dts/Makefile # used by audio/gst-plugins1-faac/Makefile @@ -12,7 +12,7 @@ # GST_PLUGINS1_TYPE= bad -GST_PLUGINS1_VER= 1.0.8 +GST_PLUGINS1_VER= 1.0.10 # Disable all drivers and features by default. .for driver in cdaudio \ diff --git a/multimedia/gst-plugins1-bad/PLIST b/multimedia/gst-plugins1-bad/PLIST index f1134fe248a..76c514dabee 100644 --- a/multimedia/gst-plugins1-bad/PLIST +++ b/multimedia/gst-plugins1-bad/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/07/22 14:31:35 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2013/12/04 11:35:56 drochner Exp $ include/gstreamer-1.0/gst/basecamerabinsrc/gstbasecamerasrc.h include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabin-enum.h include/gstreamer-1.0/gst/basecamerabinsrc/gstcamerabinpreview.h @@ -38,6 +38,7 @@ lib/gstreamer-1.0/libgstinter.la lib/gstreamer-1.0/libgstinterlace.la lib/gstreamer-1.0/libgstjpegformat.la lib/gstreamer-1.0/libgstliveadder.la +lib/gstreamer-1.0/libgstmidi.la lib/gstreamer-1.0/libgstmpegpsdemux.la lib/gstreamer-1.0/libgstmpegpsmux.la lib/gstreamer-1.0/libgstmpegtsdemux.la diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo index c943e0e1543..cf6769d1c02 100644 --- a/multimedia/gst-plugins1-bad/distinfo +++ b/multimedia/gst-plugins1-bad/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2013/07/22 14:31:35 drochner Exp $ +$NetBSD: distinfo,v 1.6 2013/12/04 11:35:56 drochner Exp $ -SHA1 (gst-plugins-bad-1.0.8.tar.xz) = 5e858f899543a5d6d93e405f5755208fe0063f37 -RMD160 (gst-plugins-bad-1.0.8.tar.xz) = 003837f5468ca0d94c903c49e97ec632bb69295e -Size (gst-plugins-bad-1.0.8.tar.xz) = 3164148 bytes +SHA1 (gst-plugins-bad-1.0.10.tar.xz) = e7b5bff5f009a5a80485fba300a8075a904fbafd +RMD160 (gst-plugins-bad-1.0.10.tar.xz) = 15a66449cf99dde99a674d77400d97c0169b0d71 +Size (gst-plugins-bad-1.0.10.tar.xz) = 3186192 bytes SHA1 (patch-ac) = f83a2eb523f0af4f3b63df425123394354b92c64 SHA1 (patch-configure) = 8edd43af46ccc10802d4b789acec5af6e8ac8f37 diff --git a/multimedia/gst-plugins1-base/Makefile.common b/multimedia/gst-plugins1-base/Makefile.common index 579005e9c0b..aec1e112351 100644 --- a/multimedia/gst-plugins1-base/Makefile.common +++ b/multimedia/gst-plugins1-base/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2013/07/22 14:28:41 drochner Exp $ +# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $ # # used by audio/gst-plugins1-alsa/Makefile # used by audio/gst-plugins1-cdparanoia/Makefile @@ -12,7 +12,7 @@ # GST_PLUGINS1_TYPE= base -GST_PLUGINS1_VER= 1.0.8 +GST_PLUGINS1_VER= 1.0.10 BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3 LICENSE= gnu-lgpl-v2 diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo index 6d9dfbe5f44..8be04aae75c 100644 --- a/multimedia/gst-plugins1-base/distinfo +++ b/multimedia/gst-plugins1-base/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2013/07/22 14:28:41 drochner Exp $ +$NetBSD: distinfo,v 1.7 2013/12/04 11:35:56 drochner Exp $ -SHA1 (gst-plugins-base-1.0.8.tar.xz) = a9426be73f1e6107b72c9935c335c37325677d14 -RMD160 (gst-plugins-base-1.0.8.tar.xz) = feb8d84ea57384e91357f4f1b582959fec40ec10 -Size (gst-plugins-base-1.0.8.tar.xz) = 2368404 bytes +SHA1 (gst-plugins-base-1.0.10.tar.xz) = 1a8a887bfc6190e6b53923b960ce5b7ee0f95721 +RMD160 (gst-plugins-base-1.0.10.tar.xz) = 1966d494e1f684b91668fd57093e0954bee641ad +Size (gst-plugins-base-1.0.10.tar.xz) = 2371640 bytes SHA1 (patch-ext_alsa_gstalsasink.c) = f344b819e65b42f49c2328f8bf3e8c075e5dd24b SHA1 (patch-ext_alsa_gstalsasrc.c) = dd966d2a7f1b952a90c1aa78e726b8272ac40f9d SHA1 (patch-gst_audioresample_resample.c) = 492cc82935e63a58f6d6e0ed04eacfce47c09146 diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common index f90451fdaaf..420ccd2896c 100644 --- a/multimedia/gst-plugins1-good/Makefile.common +++ b/multimedia/gst-plugins1-good/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2013/08/03 08:29:22 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.8 2013/12/04 11:35:56 drochner Exp $ # # used by audio/gst-plugins1-flac/Makefile # used by multimedia/gst-plugins1-v4l2/Makefile @@ -15,7 +15,7 @@ # GST_PLUGINS1_TYPE= good -GST_PLUGINS1_VER= 1.0.8 +GST_PLUGINS1_VER= 1.0.10 # Disable all drivers and features by default. .for driver in aalib \ diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo index faeb2a288a6..9d65f9ffe6b 100644 --- a/multimedia/gst-plugins1-good/distinfo +++ b/multimedia/gst-plugins1-good/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2013/08/03 08:29:22 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2013/12/04 11:35:56 drochner Exp $ -SHA1 (gst-plugins-good-1.0.8.tar.xz) = 786a7481ba8dbee3fe780778d00196fe1727c4b1 -RMD160 (gst-plugins-good-1.0.8.tar.xz) = 004e35ab20c0f996c7c5cd7cf00558810d45d01d -Size (gst-plugins-good-1.0.8.tar.xz) = 2729744 bytes +SHA1 (gst-plugins-good-1.0.10.tar.xz) = 0d171e1f0c4db8b8f16e4d917a621277519923ea +RMD160 (gst-plugins-good-1.0.10.tar.xz) = 21379d7cf303c8a605f960e16d0977e90d997ee0 +Size (gst-plugins-good-1.0.10.tar.xz) = 2732272 bytes SHA1 (patch-ab) = 69fbd1268ee0c448341bfbd2590769785cd27604 SHA1 (patch-ba) = b9a4b1f6ef0df2c1c286218edcf8b592a9839b24 SHA1 (patch-bb) = 2b448778acd9ce6c4cd6a22a894bcee457cd0360 diff --git a/multimedia/gst-plugins1-libav/Makefile b/multimedia/gst-plugins1-libav/Makefile index 57c556d5f4c..bf08a367e81 100644 --- a/multimedia/gst-plugins1-libav/Makefile +++ b/multimedia/gst-plugins1-libav/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2013/07/22 14:46:34 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2013/12/04 11:35:56 drochner Exp $ # -DISTNAME= gst-libav-1.0.8 +DISTNAME= gst-libav-1.0.10 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ EXTRACT_SUFX= .tar.xz diff --git a/multimedia/gst-plugins1-libav/distinfo b/multimedia/gst-plugins1-libav/distinfo index 21a236340f8..43b84c79c55 100644 --- a/multimedia/gst-plugins1-libav/distinfo +++ b/multimedia/gst-plugins1-libav/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/07/22 14:46:34 drochner Exp $ +$NetBSD: distinfo,v 1.5 2013/12/04 11:35:56 drochner Exp $ -SHA1 (gst-libav-1.0.8.tar.xz) = 7ab5adb47b596c00fb47d23847381fc3e3f79c43 -RMD160 (gst-libav-1.0.8.tar.xz) = fc277def506bd50010b7636314b10577e1593089 -Size (gst-libav-1.0.8.tar.xz) = 4239268 bytes +SHA1 (gst-libav-1.0.10.tar.xz) = d721f73defe2f6e4dd0571b2cc51fa62106da386 +RMD160 (gst-libav-1.0.10.tar.xz) = f25e99170193fa5633393291d12db14f4e34b2f6 +Size (gst-libav-1.0.10.tar.xz) = 4240440 bytes diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common index 99b42d4f224..ef482a1b3ea 100644 --- a/multimedia/gst-plugins1-ugly/Makefile.common +++ b/multimedia/gst-plugins1-ugly/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2013/07/22 14:32:47 drochner Exp $ +# $NetBSD: Makefile.common,v 1.6 2013/12/04 11:35:56 drochner Exp $ # # used by audio/gst-plugins1-a52/Makefile # used by audio/gst-plugins1-lame/Makefile @@ -10,7 +10,7 @@ # used by multimedia/gst-plugins1-x264/Makefile GST_PLUGINS1_TYPE= ugly -GST_PLUGINS1_VER= 1.0.8 +GST_PLUGINS1_VER= 1.0.10 # Disable all drivers and features by default. .for driver in a52dec \ diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo index 8191eb2a896..c49b9ee796e 100644 --- a/multimedia/gst-plugins1-ugly/distinfo +++ b/multimedia/gst-plugins1-ugly/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2013/07/22 14:32:47 drochner Exp $ +$NetBSD: distinfo,v 1.6 2013/12/04 11:35:56 drochner Exp $ -SHA1 (gst-plugins-ugly-1.0.8.tar.xz) = eb3127749238bbaac5126dfdd07c1b09896ec972 -RMD160 (gst-plugins-ugly-1.0.8.tar.xz) = f0d996211ca9176328a3155766de1f2468e8199c -Size (gst-plugins-ugly-1.0.8.tar.xz) = 826612 bytes +SHA1 (gst-plugins-ugly-1.0.10.tar.xz) = 08fcaba501f250bbc7c337919081032dacef108e +RMD160 (gst-plugins-ugly-1.0.10.tar.xz) = eb6890530f63a94902d77d2b580c733cc4231081 +Size (gst-plugins-ugly-1.0.10.tar.xz) = 829852 bytes diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index e240b8a9fe2..9cfe16afcf0 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2013/07/22 14:27:17 drochner Exp $ +# $NetBSD: Makefile,v 1.9 2013/12/04 11:32:13 drochner Exp $ # -DISTNAME= gstreamer-1.0.8 +DISTNAME= gstreamer-1.0.10 PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/} CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 298d20515af..35da7e0eb62 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/08/03 04:07:49 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2013/12/04 11:32:13 drochner Exp $ -SHA1 (gstreamer-1.0.8.tar.xz) = 25daac109c4989f460c4d62475e63af941400a9a -RMD160 (gstreamer-1.0.8.tar.xz) = 13995a2363157a8edbd6be5f4f42d179d87188be -Size (gstreamer-1.0.8.tar.xz) = 3138212 bytes -SHA1 (patch-gst_parse_grammar.y) = ff38bff8b28b787297e023697fe087d3910dcade +SHA1 (gstreamer-1.0.10.tar.xz) = bb705d949ba470c4c647efae979066514cf6b013 +RMD160 (gstreamer-1.0.10.tar.xz) = b5f297880bf5c4b7bb8c0955d77983a85c570ac4 +Size (gstreamer-1.0.10.tar.xz) = 3140588 bytes |