aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2010-12-02 21:43:43 +0800
committerkwm <kwm@FreeBSD.org>2010-12-02 21:43:43 +0800
commitca09d880708f341d2f1e5f3f20a77292c1ed6778 (patch)
tree7f352589f179115065e007dcd4535e9886fa0077 /multimedia
parentc221c388b1bca64f7c627d7662d3b1687df466e5 (diff)
downloadfreebsd-ports-gnome-ca09d880708f341d2f1e5f3f20a77292c1ed6778.tar.gz
freebsd-ports-gnome-ca09d880708f341d2f1e5f3f20a77292c1ed6778.tar.zst
freebsd-ports-gnome-ca09d880708f341d2f1e5f3f20a77292c1ed6778.zip
Update to 0.10.31.
Release notes: http://gstreamer.freedesktop.org/releases/gstreamer/0.10.31.html
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer/Makefile2
-rw-r--r--multimedia/gstreamer/distinfo5
-rw-r--r--multimedia/gstreamer/files/patch-configure20
-rw-r--r--multimedia/gstreamer/pkg-plist4
4 files changed, 27 insertions, 4 deletions
diff --git a/multimedia/gstreamer/Makefile b/multimedia/gstreamer/Makefile
index 2835451a6a7c..1a8479ac25ea 100644
--- a/multimedia/gstreamer/Makefile
+++ b/multimedia/gstreamer/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gstreamer
-PORTVERSION= 0.10.30
+PORTVERSION= 0.10.31
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \
GNOME
diff --git a/multimedia/gstreamer/distinfo b/multimedia/gstreamer/distinfo
index 5d0e8623cc8e..28003cd3a355 100644
--- a/multimedia/gstreamer/distinfo
+++ b/multimedia/gstreamer/distinfo
@@ -1,3 +1,2 @@
-MD5 (gstreamer-0.10.30.tar.bz2) = de01f73f71d97c5854badd363ca06509
-SHA256 (gstreamer-0.10.30.tar.bz2) = e8ef301be423797ff36a0bb3615930b112b4175634051d19fd655e0ed974532a
-SIZE (gstreamer-0.10.30.tar.bz2) = 3322723
+SHA256 (gstreamer-0.10.31.tar.bz2) = 7f737e6d047c1ebeb4e1e0725fc377c5d9f12ee89186de7960be3cbba709ab84
+SIZE (gstreamer-0.10.31.tar.bz2) = 3441639
diff --git a/multimedia/gstreamer/files/patch-configure b/multimedia/gstreamer/files/patch-configure
new file mode 100644
index 000000000000..f70377ee1d52
--- /dev/null
+++ b/multimedia/gstreamer/files/patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2010-12-02 01:54:31.000000000 +0100
++++ configure 2010-12-02 01:56:10.000000000 +0100
+@@ -14447,7 +14447,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}/gstreamer.doap" `;
++ YYYY_MM_DD=`./"${srcdir}/common/extract-release-date-from-doap-file" $PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO "${srcdir}/gstreamer.doap" `;
+ if test "x$YYYY_MM_DD" != "x"; then
+ GST_PACKAGE_RELEASE_DATETIME=$YYYY_MM_DD
+ else
+@@ -20427,7 +20427,7 @@
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: working c++ compiler found: $working_cxx" >&5
+ $as_echo "$as_me: working c++ compiler found: $working_cxx" >&6;}
+- if test "x$working_cxx" == "xyes"; then
++ if test "x$working_cxx" = "xyes"; then
+ HAVE_CXX_TRUE=
+ HAVE_CXX_FALSE='#'
+ else
diff --git a/multimedia/gstreamer/pkg-plist b/multimedia/gstreamer/pkg-plist
index 140b94748f74..bcd0bb3fd7ff 100644
--- a/multimedia/gstreamer/pkg-plist
+++ b/multimedia/gstreamer/pkg-plist
@@ -41,6 +41,7 @@ include/gstreamer-%%VERSION%%/gst/gstchildproxy.h
include/gstreamer-%%VERSION%%/gst/gstclock.h
include/gstreamer-%%VERSION%%/gst/gstcompat.h
include/gstreamer-%%VERSION%%/gst/gstconfig.h
+include/gstreamer-%%VERSION%%/gst/gstdatetime.h
include/gstreamer-%%VERSION%%/gst/gstdebugutils.h
include/gstreamer-%%VERSION%%/gst/gstelement.h
include/gstreamer-%%VERSION%%/gst/gstelementfactory.h
@@ -86,6 +87,7 @@ include/gstreamer-%%VERSION%%/gst/gstutils.h
include/gstreamer-%%VERSION%%/gst/gstvalue.h
include/gstreamer-%%VERSION%%/gst/gstversion.h
include/gstreamer-%%VERSION%%/gst/gstxml.h
+include/gstreamer-%%VERSION%%/gst/math-compat.h
include/gstreamer-%%VERSION%%/gst/net/gstnet.h
include/gstreamer-%%VERSION%%/gst/net/gstnetclientclock.h
include/gstreamer-%%VERSION%%/gst/net/gstnettimepacket.h
@@ -153,10 +155,12 @@ share/locale/hu/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/id/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/it/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/gstreamer-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/nb/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/nl/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/pl/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/pt_BR/LC_MESSAGES/gstreamer-%%VERSION%%.mo
+share/locale/ro/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/ru/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/rw/LC_MESSAGES/gstreamer-%%VERSION%%.mo
share/locale/sk/LC_MESSAGES/gstreamer-%%VERSION%%.mo