summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-03-15 18:34:46 +0000
committerdrochner <drochner@pkgsrc.org>2013-03-15 18:34:46 +0000
commitf7ce4f4086f9d6230719843081f81888cfe5b34f (patch)
tree9f217f6875699706475a47e0067f03648105a12f /multimedia
parent5b07253c520e863e69571ca81b2fde46c0b8d6ea (diff)
downloadpkgsrc-f7ce4f4086f9d6230719843081f81888cfe5b34f.tar.gz
update to 1.0.5
changes: bugfixes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst-plugins1-bad/Makefile3
-rw-r--r--multimedia/gst-plugins1-bad/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-bad/PLIST4
-rw-r--r--multimedia/gst-plugins1-bad/distinfo8
-rw-r--r--multimedia/gst-plugins1-base/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-base/PLIST3
-rw-r--r--multimedia/gst-plugins1-base/distinfo8
-rw-r--r--multimedia/gst-plugins1-good/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-good/PLIST3
-rw-r--r--multimedia/gst-plugins1-good/distinfo12
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-ab20
-rw-r--r--multimedia/gst-plugins1-good/patches/patch-ba28
-rw-r--r--multimedia/gst-plugins1-ugly/Makefile.common4
-rw-r--r--multimedia/gst-plugins1-ugly/PLIST3
-rw-r--r--multimedia/gst-plugins1-ugly/distinfo8
-rw-r--r--multimedia/gstreamer1/Makefile5
-rw-r--r--multimedia/gstreamer1/PLIST3
-rw-r--r--multimedia/gstreamer1/distinfo8
18 files changed, 62 insertions, 70 deletions
diff --git a/multimedia/gst-plugins1-bad/Makefile b/multimedia/gst-plugins1-bad/Makefile
index 3c16a2a241f..81d0f5f8c54 100644
--- a/multimedia/gst-plugins1-bad/Makefile
+++ b/multimedia/gst-plugins1-bad/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2013/02/06 23:23:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2013/03/15 18:34:46 drochner Exp $
#
USE_LANGUAGES= c c++
.include "Makefile.common"
-PKGREVISION= 1
COMMENT+= bad plugins
.include "../../devel/glib2/schemas.mk"
diff --git a/multimedia/gst-plugins1-bad/Makefile.common b/multimedia/gst-plugins1-bad/Makefile.common
index 56347566f4a..8c444dfc853 100644
--- a/multimedia/gst-plugins1-bad/Makefile.common
+++ b/multimedia/gst-plugins1-bad/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2012/11/29 08:26:09 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/03/15 18:34:46 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.3
+GST_PLUGINS1_VER= 1.0.5
# 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 5c635f61d3f..321d78575fc 100644
--- a/multimedia/gst-plugins1-bad/PLIST
+++ b/multimedia/gst-plugins1-bad/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:26:09 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:46 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
@@ -39,6 +39,7 @@ lib/gstreamer-1.0/libgstinterlace.la
lib/gstreamer-1.0/libgstjpegformat.la
lib/gstreamer-1.0/libgstliveadder.la
lib/gstreamer-1.0/libgstmpegpsdemux.la
+lib/gstreamer-1.0/libgstmpegpsmux.la
lib/gstreamer-1.0/libgstmpegtsdemux.la
lib/gstreamer-1.0/libgstmpegtsmux.la
lib/gstreamer-1.0/libgstpcapparse.la
@@ -106,6 +107,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-bad-1.0.mo
+share/locale/hr/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/id/LC_MESSAGES/gst-plugins-bad-1.0.mo
share/locale/it/LC_MESSAGES/gst-plugins-bad-1.0.mo
diff --git a/multimedia/gst-plugins1-bad/distinfo b/multimedia/gst-plugins1-bad/distinfo
index f0d15d929a7..32daa5d2d98 100644
--- a/multimedia/gst-plugins1-bad/distinfo
+++ b/multimedia/gst-plugins1-bad/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2012/11/29 08:26:09 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/03/15 18:34:46 drochner Exp $
-SHA1 (gst-plugins-bad-1.0.3.tar.xz) = 90f1748cae9b239128b485081fdb4b4c5f01fca1
-RMD160 (gst-plugins-bad-1.0.3.tar.xz) = 2ce60a28424f7d32e2c81dfc550cc9657d1d9bad
-Size (gst-plugins-bad-1.0.3.tar.xz) = 3139308 bytes
+SHA1 (gst-plugins-bad-1.0.5.tar.xz) = 692d33da83b46d5850e743c96211e9cf4878bf3a
+RMD160 (gst-plugins-bad-1.0.5.tar.xz) = 854c78e498071566ccefb55d5cb8527ec53bb272
+Size (gst-plugins-bad-1.0.5.tar.xz) = 3144720 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 5eb79d5bc29..141d7c82216 100644
--- a/multimedia/gst-plugins1-base/Makefile.common
+++ b/multimedia/gst-plugins1-base/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2012/11/29 08:22:29 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/03/15 18:34:47 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.3
+GST_PLUGINS1_VER= 1.0.5
BUILDLINK_API_DEPENDS.gstreamer1+= gstreamer1>=1.0.3
LICENSE= gnu-lgpl-v2
diff --git a/multimedia/gst-plugins1-base/PLIST b/multimedia/gst-plugins1-base/PLIST
index 0f4b346fa90..4c01189f070 100644
--- a/multimedia/gst-plugins1-base/PLIST
+++ b/multimedia/gst-plugins1-base/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:22:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:47 drochner Exp $
bin/gst-discoverer-1.0
include/gstreamer-1.0/gst/app/gstappsink.h
include/gstreamer-1.0/gst/app/gstappsrc.h
@@ -304,6 +304,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-base-1.0.mo
+share/locale/hr/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/id/LC_MESSAGES/gst-plugins-base-1.0.mo
share/locale/it/LC_MESSAGES/gst-plugins-base-1.0.mo
diff --git a/multimedia/gst-plugins1-base/distinfo b/multimedia/gst-plugins1-base/distinfo
index c505c6fa127..9a24d6432be 100644
--- a/multimedia/gst-plugins1-base/distinfo
+++ b/multimedia/gst-plugins1-base/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2012/11/29 08:22:29 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/03/15 18:34:47 drochner Exp $
-SHA1 (gst-plugins-base-1.0.3.tar.xz) = 828aac8a20a64c55ff633b73b1bed88a5e290508
-RMD160 (gst-plugins-base-1.0.3.tar.xz) = 341779b971cc977bdbf048748ef09a66bad52da6
-Size (gst-plugins-base-1.0.3.tar.xz) = 2344500 bytes
+SHA1 (gst-plugins-base-1.0.5.tar.xz) = 86fd7d5db88cdb7e089adf0822f4bdca86881530
+RMD160 (gst-plugins-base-1.0.5.tar.xz) = ca7e4f99b7856de7f39775fa50271d5546e461ca
+Size (gst-plugins-base-1.0.5.tar.xz) = 2351532 bytes
SHA1 (patch-ext_alsa_gstalsasink.c) = f344b819e65b42f49c2328f8bf3e8c075e5dd24b
SHA1 (patch-ext_alsa_gstalsasrc.c) = dd966d2a7f1b952a90c1aa78e726b8272ac40f9d
diff --git a/multimedia/gst-plugins1-good/Makefile.common b/multimedia/gst-plugins1-good/Makefile.common
index ee01264bd94..c87e7598c23 100644
--- a/multimedia/gst-plugins1-good/Makefile.common
+++ b/multimedia/gst-plugins1-good/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2012/11/29 10:06:04 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.3 2013/03/15 18:34:47 drochner Exp $
#
# used by audio/gst-plugins1-flac/Makefile
## used by multimedia/gst-plugins1-v4l2/Makefile (broken)
@@ -14,7 +14,7 @@
#
GST_PLUGINS1_TYPE= good
-GST_PLUGINS1_VER= 1.0.3
+GST_PLUGINS1_VER= 1.0.5
# Disable all drivers and features by default.
.for driver in aalib \
diff --git a/multimedia/gst-plugins1-good/PLIST b/multimedia/gst-plugins1-good/PLIST
index b382a140145..55bedb633ca 100644
--- a/multimedia/gst-plugins1-good/PLIST
+++ b/multimedia/gst-plugins1-good/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:24:42 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:47 drochner Exp $
lib/gstreamer-1.0/libgstalaw.la
lib/gstreamer-1.0/libgstalpha.la
lib/gstreamer-1.0/libgstalphacolor.la
@@ -60,6 +60,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-good-1.0.mo
+share/locale/hr/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/id/LC_MESSAGES/gst-plugins-good-1.0.mo
share/locale/it/LC_MESSAGES/gst-plugins-good-1.0.mo
diff --git a/multimedia/gst-plugins1-good/distinfo b/multimedia/gst-plugins1-good/distinfo
index c6017c27811..a4979f61446 100644
--- a/multimedia/gst-plugins1-good/distinfo
+++ b/multimedia/gst-plugins1-good/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.1 2012/11/29 08:24:42 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/03/15 18:34:47 drochner Exp $
-SHA1 (gst-plugins-good-1.0.3.tar.xz) = 4b6c8c600842a8c08c9a9cc62a0b80658032db05
-RMD160 (gst-plugins-good-1.0.3.tar.xz) = 20975959b217c71ba14447695c69a6494cbb8d07
-Size (gst-plugins-good-1.0.3.tar.xz) = 2714708 bytes
-SHA1 (patch-ab) = 2b2812a6775ce54407a9d00d823a56ad30d7591c
-SHA1 (patch-ba) = 00d152b12aa6847b88997dc9c8c7d94760ded6a9
+SHA1 (gst-plugins-good-1.0.5.tar.xz) = 530acc892c51a59378c11c23615d4920ef09a605
+RMD160 (gst-plugins-good-1.0.5.tar.xz) = ca4411fae1b47d67b7d66d0d79e008c0919a1b56
+Size (gst-plugins-good-1.0.5.tar.xz) = 2710452 bytes
+SHA1 (patch-ab) = 69fbd1268ee0c448341bfbd2590769785cd27604
+SHA1 (patch-ba) = b9a4b1f6ef0df2c1c286218edcf8b592a9839b24
SHA1 (patch-bb) = 2b448778acd9ce6c4cd6a22a894bcee457cd0360
SHA1 (patch-sys_v4l2_gstv4l2object.c) = b19a02ff26c49f8ced260f738d7e8973b2201b10
diff --git a/multimedia/gst-plugins1-good/patches/patch-ab b/multimedia/gst-plugins1-good/patches/patch-ab
index db406788889..b39894e312d 100644
--- a/multimedia/gst-plugins1-good/patches/patch-ab
+++ b/multimedia/gst-plugins1-good/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.1 2012/11/29 08:24:42 ryoon Exp $
+$NetBSD: patch-ab,v 1.2 2013/03/15 18:34:47 drochner Exp $
---- configure.orig 2012-11-20 23:47:00.000000000 +0000
+--- configure.orig 2013-01-04 13:27:01.000000000 +0000
+++ configure
-@@ -23417,6 +23417,9 @@ main ()
+@@ -23413,6 +23413,9 @@ main ()
#error GCC before 3.4 has critical bugs compiling inline assembly
#endif
#endif
@@ -12,21 +12,19 @@ $NetBSD: patch-ab,v 1.1 2012/11/29 08:24:42 ryoon Exp $
__asm__ (""::)
;
return 0;
-@@ -29386,6 +29389,10 @@ $as_echo_n "checking Checking for up to
- #ifdef __sun /* Solaris */
- #include <sys/types.h>
+@@ -29384,6 +29387,8 @@ $as_echo_n "checking Checking for up to
#include <sys/videodev2.h>
-+#elif defined(__NetBSD__)
-+#include <sys/videoio.h>
+ #elif __FreeBSD__
+ #include <linux/videodev2.h>
+#elif defined(__NetBSD__)
+#include <sys/videoio.h>
#else /* Linux */
#include <linux/types.h>
#define _LINUX_TIME_H
-@@ -29459,6 +29466,8 @@ $as_echo_n "checking struct v4l2_buffer
- #ifdef __sun /* Solaris */
- #include <sys/types.h>
+@@ -29459,6 +29464,8 @@ $as_echo_n "checking struct v4l2_buffer
#include <sys/videodev2.h>
+ #elif __FreeBSD__
+ #include <linux/videodev2.h>
+#elif defined(__NetBSD__)
+#include <sys/videoio.h>
#else /* Linux */
diff --git a/multimedia/gst-plugins1-good/patches/patch-ba b/multimedia/gst-plugins1-good/patches/patch-ba
index 6809e023211..45773e34f39 100644
--- a/multimedia/gst-plugins1-good/patches/patch-ba
+++ b/multimedia/gst-plugins1-good/patches/patch-ba
@@ -1,23 +1,13 @@
-$NetBSD: patch-ba,v 1.1 2012/11/29 08:24:42 ryoon Exp $
+$NetBSD: patch-ba,v 1.2 2013/03/15 18:34:47 drochner Exp $
---- sys/v4l2/gstv4l2object.h.orig 2012-10-25 10:55:59.000000000 +0000
+--- sys/v4l2/gstv4l2object.h.orig 2012-12-18 00:07:47.000000000 +0000
+++ sys/v4l2/gstv4l2object.h
-@@ -38,13 +38,17 @@
- */
- #include <sys/ioctl.h>
- #include <sys/types.h>
--#ifndef __sun
-+#if !defined(__sun) && !defined(__NetBSD__)
- #include <linux/types.h>
- #define _LINUX_TIME_H
- #define __user
- #include <linux/videodev2.h>
- #else
-+#ifdef __sun
+@@ -42,6 +42,8 @@
#include <sys/videodev2.h>
-+#else
+ #elif defined(__FreeBSD__)
+ #include <linux/videodev2.h>
++#elif defined(__NetBSD__)
+#include <sys/videoio.h>
-+#endif
- #endif
-
- #include <gst/gst.h>
+ #else /* linux */
+ #include <linux/types.h>
+ #define _LINUX_TIME_H
diff --git a/multimedia/gst-plugins1-ugly/Makefile.common b/multimedia/gst-plugins1-ugly/Makefile.common
index 85b6238eeb7..6d41cc610fd 100644
--- a/multimedia/gst-plugins1-ugly/Makefile.common
+++ b/multimedia/gst-plugins1-ugly/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2012/11/29 08:27:25 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2013/03/15 18:34:47 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.3
+GST_PLUGINS1_VER= 1.0.5
# Disable all drivers and features by default.
.for driver in a52dec \
diff --git a/multimedia/gst-plugins1-ugly/PLIST b/multimedia/gst-plugins1-ugly/PLIST
index 371f4cfb04a..08ee213c4f1 100644
--- a/multimedia/gst-plugins1-ugly/PLIST
+++ b/multimedia/gst-plugins1-ugly/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:27:25 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:47 drochner Exp $
lib/gstreamer-1.0/libgstasf.la
lib/gstreamer-1.0/libgstdvdlpcmdec.la
lib/gstreamer-1.0/libgstdvdsub.la
@@ -19,6 +19,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/fi/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/fr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/gl/LC_MESSAGES/gst-plugins-ugly-1.0.mo
+share/locale/hr/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/hu/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/id/LC_MESSAGES/gst-plugins-ugly-1.0.mo
share/locale/it/LC_MESSAGES/gst-plugins-ugly-1.0.mo
diff --git a/multimedia/gst-plugins1-ugly/distinfo b/multimedia/gst-plugins1-ugly/distinfo
index 7c1e60c8648..5a43c466560 100644
--- a/multimedia/gst-plugins1-ugly/distinfo
+++ b/multimedia/gst-plugins1-ugly/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/11/29 08:27:25 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/03/15 18:34:47 drochner Exp $
-SHA1 (gst-plugins-ugly-1.0.3.tar.xz) = 68c75689167cef804dc6187cae9d05e5a12bb0b8
-RMD160 (gst-plugins-ugly-1.0.3.tar.xz) = a550c1727d0c370546e96efd7ca7161eed7d9539
-Size (gst-plugins-ugly-1.0.3.tar.xz) = 825988 bytes
+SHA1 (gst-plugins-ugly-1.0.5.tar.xz) = fb227bccfe75fe4c132ebcf992fe7732cee3d050
+RMD160 (gst-plugins-ugly-1.0.5.tar.xz) = 81939abf5e993f1627d1e051bb6f8b767d7ab487
+Size (gst-plugins-ugly-1.0.5.tar.xz) = 826376 bytes
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile
index 17458f81b74..a4bc6c050df 100644
--- a/multimedia/gstreamer1/Makefile
+++ b/multimedia/gstreamer1/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2012/12/15 07:41:27 marino Exp $
+# $NetBSD: Makefile,v 1.4 2013/03/15 18:34:47 drochner Exp $
#
-DISTNAME= gstreamer-1.0.3
+DISTNAME= gstreamer-1.0.5
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer1/}
-PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
EXTRACT_SUFX= .tar.xz
diff --git a/multimedia/gstreamer1/PLIST b/multimedia/gstreamer1/PLIST
index a780b676cdb..2e480eee802 100644
--- a/multimedia/gstreamer1/PLIST
+++ b/multimedia/gstreamer1/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/11/29 08:21:17 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/03/15 18:34:47 drochner Exp $
bin/gst-inspect-1.0
bin/gst-launch-1.0
bin/gst-typefind-1.0
@@ -261,6 +261,7 @@ share/locale/eu/LC_MESSAGES/gstreamer-1.0.mo
share/locale/fi/LC_MESSAGES/gstreamer-1.0.mo
share/locale/fr/LC_MESSAGES/gstreamer-1.0.mo
share/locale/gl/LC_MESSAGES/gstreamer-1.0.mo
+share/locale/hr/LC_MESSAGES/gstreamer-1.0.mo
share/locale/hu/LC_MESSAGES/gstreamer-1.0.mo
share/locale/id/LC_MESSAGES/gstreamer-1.0.mo
share/locale/it/LC_MESSAGES/gstreamer-1.0.mo
diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo
index cfa27ca6b64..59c7883012d 100644
--- a/multimedia/gstreamer1/distinfo
+++ b/multimedia/gstreamer1/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2012/11/29 08:21:17 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2013/03/15 18:34:47 drochner Exp $
-SHA1 (gstreamer-1.0.3.tar.xz) = 4aeb226012521fe54d5e8ceee011f094ad428491
-RMD160 (gstreamer-1.0.3.tar.xz) = 9f329586ed72862e7a455d222ec634a1de4954f1
-Size (gstreamer-1.0.3.tar.xz) = 3118788 bytes
+SHA1 (gstreamer-1.0.5.tar.xz) = 195fea857b103701495570a361128634ce6c02b4
+RMD160 (gstreamer-1.0.5.tar.xz) = 0ce2ec009828cfd53be17bfa687f9751b6b25844
+Size (gstreamer-1.0.5.tar.xz) = 3130428 bytes