diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-01-16 05:43:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-01-16 05:43:46 +0800 |
commit | 8677b8bbb255b9996cf322608214133bf2613b8e (patch) | |
tree | 3c0c3bff4d9aa6f533987e1a78fb9440c1e72ba4 /multimedia | |
parent | 05fdd8f82442d74a7c3e7300529d8f3e2a29402d (diff) | |
download | marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.gz marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.tar.zst marcuscom-ports-8677b8bbb255b9996cf322608214133bf2613b8e.zip |
Update gstreamer to 1.0.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17193 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer1-libav/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1-libav/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/Makefile | 6 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-bad/pkg-plist | 3 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-good/Makefile | 6 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-good/files/patch-configure | 18 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-good/files/patch-sys_v4l2_gstv4l2object.h | 21 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-good/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-ugly/Makefile | 6 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins-ugly/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile | 13 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 6 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/distinfo | 16 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/pkg-plist | 1 | ||||
-rw-r--r-- | multimedia/gstreamer1/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1/distinfo | 4 | ||||
-rw-r--r-- | multimedia/gstreamer1/pkg-plist | 1 |
17 files changed, 41 insertions, 74 deletions
diff --git a/multimedia/gstreamer1-libav/Makefile b/multimedia/gstreamer1-libav/Makefile index a252ac8ee..3745c1c60 100644 --- a/multimedia/gstreamer1-libav/Makefile +++ b/multimedia/gstreamer1-libav/Makefile @@ -1,9 +1,9 @@ # Created by: Koop Mast <kwm@rainbow-runner.nl> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-libav/Makefile,v 1.2 2012/10/14 21:02:21 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-libav/Makefile,v 1.3 2012/11/26 09:44:38 kwm Exp $ PORTNAME= gstreamer1-libav -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-libav/ DISTNAME= gst-libav-${PORTVERSION} diff --git a/multimedia/gstreamer1-libav/distinfo b/multimedia/gstreamer1-libav/distinfo index 4b492c614..4944e525b 100644 --- a/multimedia/gstreamer1-libav/distinfo +++ b/multimedia/gstreamer1-libav/distinfo @@ -1,2 +1,2 @@ -SHA256 (gst-libav-1.0.3.tar.xz) = 5193f158e2554a9450325dbb0c60e8f4b6b8a9244ae10ea07d0f7418a0e07959 -SIZE (gst-libav-1.0.3.tar.xz) = 4235032 +SHA256 (gst-libav-1.0.5.tar.xz) = aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5 +SIZE (gst-libav-1.0.5.tar.xz) = 4234992 diff --git a/multimedia/gstreamer1-plugins-bad/Makefile b/multimedia/gstreamer1-plugins-bad/Makefile index dddd7477b..a4bd92a03 100644 --- a/multimedia/gstreamer1-plugins-bad/Makefile +++ b/multimedia/gstreamer1-plugins-bad/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-bad/Makefile,v 1.2 2012/10/06 09:04:19 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins-bad/Makefile,v 1.3 2012/10/11 22:26:29 kwm Exp $ PORTREVISION= 0 CATEGORIES= multimedia @@ -12,9 +12,9 @@ GST_PLUGIN_SUFFIX= -bad MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins \ +BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins \ v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat -RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MININAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins DIST= bad BAD_GST_DIRS= gst-libs sys gst po diff --git a/multimedia/gstreamer1-plugins-bad/pkg-plist b/multimedia/gstreamer1-plugins-bad/pkg-plist index afa24dd11..652333bc0 100644 --- a/multimedia/gstreamer1-plugins-bad/pkg-plist +++ b/multimedia/gstreamer1-plugins-bad/pkg-plist @@ -61,6 +61,8 @@ lib/gstreamer-%%VERSION%%/libgstliveadder.la lib/gstreamer-%%VERSION%%/libgstliveadder.so lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.la lib/gstreamer-%%VERSION%%/libgstmpegpsdemux.so +lib/gstreamer-%%VERSION%%/libgstmpegpsmux.la +lib/gstreamer-%%VERSION%%/libgstmpegpsmux.so lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.la lib/gstreamer-%%VERSION%%/libgstmpegtsdemux.so lib/gstreamer-%%VERSION%%/libgstmpegtsmux.la @@ -136,6 +138,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-bad-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins-good/Makefile b/multimedia/gstreamer1-plugins-good/Makefile index 9ee6baaf0..ad5a238aa 100644 --- a/multimedia/gstreamer1-plugins-good/Makefile +++ b/multimedia/gstreamer1-plugins-good/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.2 2012/10/06 09:04:19 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.3 2013/01/15 21:08:53 kwm Exp $ PORTREVISION= 0 CATEGORIES= multimedia @@ -14,8 +14,8 @@ MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins CONFIGURE_ARGS+=--enable-monoscope -BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins DIST= good GOOD_GST_DIRS= gst sys po diff --git a/multimedia/gstreamer1-plugins-good/files/patch-configure b/multimedia/gstreamer1-plugins-good/files/patch-configure index d893a20c2..64669fdab 100644 --- a/multimedia/gstreamer1-plugins-good/files/patch-configure +++ b/multimedia/gstreamer1-plugins-good/files/patch-configure @@ -9,21 +9,3 @@ fi -@@ -27516,6 +27516,8 @@ $as_echo_n "checking Checking for up to - #ifdef __sun /* Solaris */ - #include <sys/types.h> - #include <sys/videodev2.h> -+#elif __FreeBSD__ -+#include <linux/videodev2.h> - #else /* Linux */ - #include <linux/types.h> - #define _LINUX_TIME_H -@@ -27589,6 +27591,8 @@ $as_echo_n "checking struct v4l2_buffer - #ifdef __sun /* Solaris */ - #include <sys/types.h> - #include <sys/videodev2.h> -+#elif __FreeBSD__ -+#include <linux/videodev2.h> - #else /* Linux */ - #include <linux/types.h> - #define _LINUX_TIME_H diff --git a/multimedia/gstreamer1-plugins-good/files/patch-sys_v4l2_gstv4l2object.h b/multimedia/gstreamer1-plugins-good/files/patch-sys_v4l2_gstv4l2object.h deleted file mode 100644 index af186ea7f..000000000 --- a/multimedia/gstreamer1-plugins-good/files/patch-sys_v4l2_gstv4l2object.h +++ /dev/null @@ -1,21 +0,0 @@ ---- sys/v4l2/gstv4l2object.h.orig 2010-02-11 17:52:41.000000000 +0100 -+++ sys/v4l2/gstv4l2object.h 2010-02-11 17:57:50.000000000 +0100 -@@ -38,13 +38,15 @@ - */ - #include <sys/ioctl.h> - #include <sys/types.h> --#ifndef __sun -+#ifdef __sun -+#include <sys/videodev2.h> -+#elif defined(__FreeBSD__) -+#include <linux/videodev2.h> -+#else /* linux */ - #include <linux/types.h> - #define _LINUX_TIME_H - #define __user - #include <linux/videodev2.h> --#else --#include <sys/videodev2.h> - #endif - - #include <gst/gst.h> diff --git a/multimedia/gstreamer1-plugins-good/pkg-plist b/multimedia/gstreamer1-plugins-good/pkg-plist index 1e7ed4cce..504cad934 100644 --- a/multimedia/gstreamer1-plugins-good/pkg-plist +++ b/multimedia/gstreamer1-plugins-good/pkg-plist @@ -107,6 +107,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins-ugly/Makefile b/multimedia/gstreamer1-plugins-ugly/Makefile index 286e4946a..1cfc92558 100644 --- a/multimedia/gstreamer1-plugins-ugly/Makefile +++ b/multimedia/gstreamer1-plugins-ugly/Makefile @@ -1,6 +1,6 @@ # Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins-ugly/Makefile,v 1.1 2012/10/04 08:12:45 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins-ugly/Makefile,v 1.2 2012/10/06 09:04:19 kwm Exp $ PORTREVISION= 0 CATEGORIES= multimedia @@ -12,8 +12,8 @@ GST_PLUGIN_SUFFIX= -ugly MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins -BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins -RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +BUILD_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins +RUN_DEPENDS+= gstreamer1-plugins>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1-plugins DIST= ugly UGLY_GST_DIRS= gst po gst-libs diff --git a/multimedia/gstreamer1-plugins-ugly/pkg-plist b/multimedia/gstreamer1-plugins-ugly/pkg-plist index f03a34330..a0c501ece 100644 --- a/multimedia/gstreamer1-plugins-ugly/pkg-plist +++ b/multimedia/gstreamer1-plugins-ugly/pkg-plist @@ -23,6 +23,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-ugly-%%VERSION%%.mo diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 46b996738..d43e296ba 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -1,6 +1,6 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins/Makefile,v 1.5 2012/10/13 23:38:02 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins/Makefile,v 1.6 2012/11/26 09:44:38 kwm Exp $ PORTNAME= gstreamer1-plugins PORTVERSION?= ${BASE_PORTVERSION} @@ -17,9 +17,8 @@ PKGNAMESUFFIX?= ${GST_PLUGIN_SUFFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types -# XXX check which plugin needs the iso-codes stuff and put the depend there. BUILD_DEPENDS+= gobject-introspection>=1.31.1:${PORTSDIR}/devel/gobject-introspection \ - gstreamer1>=${GST1_VERSION}${GST1_MINOR_VERSION}:${PORTSDIR}/multimedia/gstreamer1 \ + gstreamer1>=${GST1_VERSION}${GST1_MINIMAL_VERSION}:${PORTSDIR}/multimedia/gstreamer1 \ iso-codes>=0:${PORTSDIR}/misc/iso-codes \ orc>=0.4.16:${PORTSDIR}/devel/orc LIB_DEPENDS+= gstreamer-1.0:${PORTSDIR}/multimedia/gstreamer1 \ @@ -27,16 +26,16 @@ LIB_DEPENDS+= gstreamer-1.0:${PORTSDIR}/multimedia/gstreamer1 \ orc-0.4:${PORTSDIR}/devel/orc RUN_DEPENDS+= iso-codes>=0:${PORTSDIR}/misc/iso-codes -BASE_PORTVERSION= 1.0.3 +BASE_PORTVERSION= 1.0.5 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} -BAD_PORTVERSION= 1.0.3 +BAD_PORTVERSION= 1.0.5 BAD_DISTNAME= gst-plugins-bad-${BAD_PORTVERSION} BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} -GOOD_PORTVERSION= 1.0.3 +GOOD_PORTVERSION= 1.0.5 GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 1.0.3 +UGLY_PORTVERSION= 1.0.5 UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} DIST?= base diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 6bd232f14..1ef8a6449 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1-plugins/Makefile.common,v 1.6 2012/10/13 23:38:02 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1-plugins/Makefile.common,v 1.7 2012/10/15 16:15:02 kwm Exp $ # base BASE_GST_ALL_PLUGINS= \ @@ -275,8 +275,8 @@ gst_amrwb_PLIST_FILES= ${GST_LIB_DIR}/libgstamrwbdec.la \ # assrender gst_assrender_LIB_DEPENDS= ass:${PORTSDIR}/multimedia/libass -## cairo , what about cairooverlay? -gst_cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo +## cairo aka cairooverlay? +gst_cairo_LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo #gst_cairo_PLIST_FILES= ${GST_LIB_DIR}/libgstcairo.la \ # ${GST_LIB_DIR}/libgstcairo.so diff --git a/multimedia/gstreamer1-plugins/distinfo b/multimedia/gstreamer1-plugins/distinfo index 4c27d2571..d5f86c5f6 100644 --- a/multimedia/gstreamer1-plugins/distinfo +++ b/multimedia/gstreamer1-plugins/distinfo @@ -1,8 +1,8 @@ -SHA256 (gst-plugins-base-1.0.3.tar.xz) = 066ba8a7fa709a25ad291f7b21329b73f513637aafceee00396e588e723d7f9e -SIZE (gst-plugins-base-1.0.3.tar.xz) = 2344500 -SHA256 (gst-plugins-bad-1.0.3.tar.xz) = 2eae746be0b4c7fa2f1e057c91bd36940d7c25593ab612b707904461360031f0 -SIZE (gst-plugins-bad-1.0.3.tar.xz) = 3139308 -SHA256 (gst-plugins-ugly-1.0.3.tar.xz) = b8f4cfef12201f19c53a4cde7bc4fef995740c566ea45921d4473f3714e4d8c0 -SIZE (gst-plugins-ugly-1.0.3.tar.xz) = 825988 -SHA256 (gst-plugins-good-1.0.3.tar.xz) = 92ab8bdee2e539a5302c1b0c8d460e638da33ebf89142caee210cb0c9720c68e -SIZE (gst-plugins-good-1.0.3.tar.xz) = 2714708 +SHA256 (gst-plugins-base-1.0.5.tar.xz) = 37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173 +SIZE (gst-plugins-base-1.0.5.tar.xz) = 2351532 +SHA256 (gst-plugins-bad-1.0.5.tar.xz) = 2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a +SIZE (gst-plugins-bad-1.0.5.tar.xz) = 3144720 +SHA256 (gst-plugins-ugly-1.0.5.tar.xz) = a62a182ea96d9b2783b493b46d531914db9d2ebb9e537e9c84668fe752791331 +SIZE (gst-plugins-ugly-1.0.5.tar.xz) = 826376 +SHA256 (gst-plugins-good-1.0.5.tar.xz) = 53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5 +SIZE (gst-plugins-good-1.0.5.tar.xz) = 2710452 diff --git a/multimedia/gstreamer1-plugins/pkg-plist b/multimedia/gstreamer1-plugins/pkg-plist index 40502983e..5add606ec 100644 --- a/multimedia/gstreamer1-plugins/pkg-plist +++ b/multimedia/gstreamer1-plugins/pkg-plist @@ -198,6 +198,7 @@ share/locale/eu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile index 1195d7783..04d755b6d 100644 --- a/multimedia/gstreamer1/Makefile +++ b/multimedia/gstreamer1/Makefile @@ -1,9 +1,9 @@ # Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer1/Makefile,v 1.3 2012/10/15 16:15:02 kwm Exp $ +# $MCom: ports/multimedia/gstreamer1/Makefile,v 1.4 2012/11/26 09:44:37 kwm Exp $ PORTNAME= gstreamer1 -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ DISTNAME= ${PORTNAME:S/1//}-${PORTVERSION} diff --git a/multimedia/gstreamer1/distinfo b/multimedia/gstreamer1/distinfo index 70e41e08f..817226810 100644 --- a/multimedia/gstreamer1/distinfo +++ b/multimedia/gstreamer1/distinfo @@ -1,2 +1,2 @@ -SHA256 (gstreamer-1.0.3.tar.xz) = 69ac49e2ae9cd2ea5f789de641aeb338bb8731961acfced08ae1c76a797fe6b1 -SIZE (gstreamer-1.0.3.tar.xz) = 3118788 +SHA256 (gstreamer-1.0.5.tar.xz) = 26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77 +SIZE (gstreamer-1.0.5.tar.xz) = 3130428 diff --git a/multimedia/gstreamer1/pkg-plist b/multimedia/gstreamer1/pkg-plist index fc52c8e05..154475fda 100644 --- a/multimedia/gstreamer1/pkg-plist +++ b/multimedia/gstreamer1/pkg-plist @@ -144,6 +144,7 @@ share/locale/es/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/fi/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/fr/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/gl/LC_MESSAGES/gstreamer-%%VERSION%%.mo +share/locale/hr/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo |