diff options
author | kwm <kwm@FreeBSD.org> | 2010-12-02 21:59:35 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-12-02 21:59:35 +0800 |
commit | 2ac450fb0ac3fcac2a10b142bcb274ce03d9047e (patch) | |
tree | 5f39ac86a89a59aed086b952a362baa2cf2cd178 /multimedia | |
parent | d9f788638f25e5c96635070f091ef6853c086b87 (diff) | |
download | freebsd-ports-gnome-2ac450fb0ac3fcac2a10b142bcb274ce03d9047e.tar.gz freebsd-ports-gnome-2ac450fb0ac3fcac2a10b142bcb274ce03d9047e.tar.zst freebsd-ports-gnome-2ac450fb0ac3fcac2a10b142bcb274ce03d9047e.zip |
Update to 0.10.31.
Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.31.html
With hat: multimedia@
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/distinfo | 6 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/files/patch-configure | 11 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/pkg-plist | 7 |
4 files changed, 23 insertions, 6 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index e3c0379782ea..0693d6977305 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -24,13 +24,14 @@ PKGNAMESUFFIX?= -plugins${GST_PLUGIN_SUFFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT?= GStreamer written collection of plugins handling several media types -BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat +BUILD_DEPENDS+= v4l_compat>=1.0.20100321:${PORTSDIR}/multimedia/v4l_compat \ + orc>=0.4.11:${PORTSDIR}/devel/orc LIB_DEPENDS+= gstreamer-0.10.0:${PORTSDIR}/multimedia/gstreamer \ orc-0.4.0:${PORTSDIR}/devel/orc CFLAGS:= ${CFLAGS} -O2 -Wno-format -BASE_PORTVERSION= 0.10.30 +BASE_PORTVERSION= 0.10.31 BASE_DISTNAME= gst-plugins-base-${BASE_PORTVERSION} BASE_DISTFILE= ${BASE_DISTNAME}${EXTRACT_SUFX} BAD_PORTVERSION= 0.10.20 diff --git a/multimedia/gstreamer-plugins/distinfo b/multimedia/gstreamer-plugins/distinfo index b86d125d555c..8fa28cd760fa 100644 --- a/multimedia/gstreamer-plugins/distinfo +++ b/multimedia/gstreamer-plugins/distinfo @@ -1,12 +1,10 @@ -MD5 (gst-plugins-base-0.10.30.tar.bz2) = 3ad90152b58563e1314af26c263f3c4c +SHA256 (gst-plugins-base-0.10.31.tar.bz2) = abb006c78222cfb69d31e983268d1d5219e9d4e0da24c6c4cd687968af7a33bd +SIZE (gst-plugins-base-0.10.31.tar.bz2) = 2644897 SHA256 (gst-plugins-base-0.10.30.tar.bz2) = 63938641380be9935c804ae8d55acdcfd93920ed2deb72dcf70f027a78b085d7 SIZE (gst-plugins-base-0.10.30.tar.bz2) = 2455042 -MD5 (gst-plugins-bad-0.10.20.tar.bz2) = 7c84766f6d24f41ba90c3f6141012ab8 SHA256 (gst-plugins-bad-0.10.20.tar.bz2) = 1031dff866df976a957f34039addbab4c0753406299a275f4cf1780e1dbe2a90 SIZE (gst-plugins-bad-0.10.20.tar.bz2) = 3209622 -MD5 (gst-plugins-ugly-0.10.16.tar.bz2) = 989e1b0fab010f73f76912f70ec5f62a SHA256 (gst-plugins-ugly-0.10.16.tar.bz2) = d7fc7636001e78736540c628ad889888cb85ea722f08d1c6813b16682dd9c09c SIZE (gst-plugins-ugly-0.10.16.tar.bz2) = 1041297 -MD5 (gst-plugins-good-0.10.25.tar.bz2) = d734bc866788d1d6fc74c4ff1318926c SHA256 (gst-plugins-good-0.10.25.tar.bz2) = b5d5750c12412c47d85ba9391c842f6f02cad9511876695e48b15fb37e4699f6 SIZE (gst-plugins-good-0.10.25.tar.bz2) = 2949205 diff --git a/multimedia/gstreamer-plugins/files/patch-configure b/multimedia/gstreamer-plugins/files/patch-configure new file mode 100644 index 000000000000..b5956d04069a --- /dev/null +++ b/multimedia/gstreamer-plugins/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2010-12-02 10:39:38.000000000 +0100 ++++ configure 2010-12-02 10:40:28.000000000 +0100 +@@ -23508,7 +23508,7 @@ + if ( echo yes | grep -e '^201-90-9-0-10-9-0-30-9' >/dev/null ) ; then + GST_PACKAGE_RELEASE_DATETIME=yes + else +- YYYY_MM_DD=`. "${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-base.doap" `; ++ YYYY_MM_DD=`./"${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gst-plugins-base.doap" `; + if test "x$YYYY_MM_DD" != "x"; then + GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD + else diff --git a/multimedia/gstreamer-plugins/pkg-plist b/multimedia/gstreamer-plugins/pkg-plist index 717912ec090c..d1cfc9c1f3af 100644 --- a/multimedia/gstreamer-plugins/pkg-plist +++ b/multimedia/gstreamer-plugins/pkg-plist @@ -1,3 +1,4 @@ +bin/gst-discoverer-%%VERSION%% bin/gst-visualise-%%VERSION%% include/gstreamer-%%VERSION%%/gst/app/gstappbuffer.h include/gstreamer-%%VERSION%%/gst/app/gstappsink.h @@ -35,7 +36,10 @@ include/gstreamer-%%VERSION%%/gst/interfaces/tunernorm.h include/gstreamer-%%VERSION%%/gst/interfaces/videoorientation.h include/gstreamer-%%VERSION%%/gst/interfaces/xoverlay.h include/gstreamer-%%VERSION%%/gst/netbuffer/gstnetbuffer.h +include/gstreamer-%%VERSION%%/gst/pbutils/codec-utils.h include/gstreamer-%%VERSION%%/gst/pbutils/descriptions.h +include/gstreamer-%%VERSION%%/gst/pbutils/gstdiscoverer.h +include/gstreamer-%%VERSION%%/gst/pbutils/gstpluginsbaseversion.h include/gstreamer-%%VERSION%%/gst/pbutils/install-plugins.h include/gstreamer-%%VERSION%%/gst/pbutils/missing-plugins.h include/gstreamer-%%VERSION%%/gst/pbutils/pbutils-enumtypes.h @@ -205,11 +209,13 @@ share/locale/ca/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/cs/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/da/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/de/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/el/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/en_GB/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/es/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo 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/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 @@ -221,6 +227,7 @@ share/locale/nl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/or/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/pl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/pt_BR/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo +share/locale/ro/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sk/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sl/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo share/locale/sq/LC_MESSAGES/gst-plugins-base-%%VERSION%%.mo |