summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-07-22 12:51:49 +0000
committerdrochner <drochner@pkgsrc.org>2010-07-22 12:51:49 +0000
commitccb5793eccbd48703a12c034128c39785e254b55 (patch)
treeb9e8dfeb4c2463eae1b10e948c5a262bba70a62b
parentf234df9553812668d6fcde64b846d9831c3df696 (diff)
downloadpkgsrc-ccb5793eccbd48703a12c034128c39785e254b55.tar.gz
update to 0.10.30
changes: bugfixes, minor extensions
-rw-r--r--multimedia/gstreamer0.10/Makefile6
-rw-r--r--multimedia/gstreamer0.10/PLIST3
-rw-r--r--multimedia/gstreamer0.10/distinfo10
-rw-r--r--multimedia/gstreamer0.10/patches/patch-ac13
-rw-r--r--multimedia/gstreamer0.10/patches/patch-ad15
5 files changed, 10 insertions, 37 deletions
diff --git a/multimedia/gstreamer0.10/Makefile b/multimedia/gstreamer0.10/Makefile
index 53b06ba67bf..58e81e5c4bf 100644
--- a/multimedia/gstreamer0.10/Makefile
+++ b/multimedia/gstreamer0.10/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2010/05/14 16:26:07 drochner Exp $
+# $NetBSD: Makefile,v 1.36 2010/07/22 12:51:49 drochner Exp $
#
-DISTNAME= gstreamer-0.10.29
+DISTNAME= gstreamer-0.10.30
PKGNAME= ${DISTNAME:S/gstreamer/gstreamer0.10/}
CATEGORIES= multimedia gnome
MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/
@@ -59,6 +59,8 @@ PLIST_VARS+= gstcheck
.if !empty(PKG_OPTIONS:Mgstcheck)
.include "../../devel/check/buildlink3.mk"
PLIST.gstcheck= yes
+# don't worry if the "GstABI" check fails -- GstPlugin contains
+# off_t and time_t which are system dependent
TEST_TARGET= check-torture
.else
CONFIGURE_ARGS+= --disable-check
diff --git a/multimedia/gstreamer0.10/PLIST b/multimedia/gstreamer0.10/PLIST
index 1647dc9442c..f0fb580c8a8 100644
--- a/multimedia/gstreamer0.10/PLIST
+++ b/multimedia/gstreamer0.10/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2010/02/16 13:07:05 drochner Exp $
+@comment $NetBSD: PLIST,v 1.21 2010/07/22 12:51:49 drochner Exp $
bin/gst-feedback-0.10
bin/gst-inspect-0.10
bin/gst-launch-0.10
@@ -267,6 +267,7 @@ share/locale/pt_BR/LC_MESSAGES/gstreamer-0.10.mo
share/locale/ru/LC_MESSAGES/gstreamer-0.10.mo
share/locale/rw/LC_MESSAGES/gstreamer-0.10.mo
share/locale/sk/LC_MESSAGES/gstreamer-0.10.mo
+share/locale/sl/LC_MESSAGES/gstreamer-0.10.mo
share/locale/sq/LC_MESSAGES/gstreamer-0.10.mo
share/locale/sr/LC_MESSAGES/gstreamer-0.10.mo
share/locale/sv/LC_MESSAGES/gstreamer-0.10.mo
diff --git a/multimedia/gstreamer0.10/distinfo b/multimedia/gstreamer0.10/distinfo
index bdfa791b9c7..2b15b76379d 100644
--- a/multimedia/gstreamer0.10/distinfo
+++ b/multimedia/gstreamer0.10/distinfo
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.25 2010/05/14 16:26:07 drochner Exp $
+$NetBSD: distinfo,v 1.26 2010/07/22 12:51:49 drochner Exp $
-SHA1 (gstreamer-0.10.29.tar.bz2) = 8d218f4b04445a7dc388d6466c10efb8f23d2468
-RMD160 (gstreamer-0.10.29.tar.bz2) = c5b71e4f9c3c77305c92c242b44820521c88ee89
-Size (gstreamer-0.10.29.tar.bz2) = 3257099 bytes
+SHA1 (gstreamer-0.10.30.tar.bz2) = 23e3698dbefd5cfdfe3b40a8cc004cbc09e01e69
+RMD160 (gstreamer-0.10.30.tar.bz2) = 7f34cdf7c4c00b7d04a2338a059d8d39cbbc635d
+Size (gstreamer-0.10.30.tar.bz2) = 3322723 bytes
SHA1 (patch-aa) = bc10562292a005ec43d64401964eddf50d9aa1d5
-SHA1 (patch-ac) = 2a5200eafbf8682bab6fa6b0d008c7d972024644
-SHA1 (patch-ad) = 1035de6f5c770ee53cf48892a29fcae33112a898
diff --git a/multimedia/gstreamer0.10/patches/patch-ac b/multimedia/gstreamer0.10/patches/patch-ac
deleted file mode 100644
index ddb0c70813a..00000000000
--- a/multimedia/gstreamer0.10/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2010/02/16 13:07:05 drochner Exp $
-
---- configure.orig 2010-02-10 14:29:29.000000000 +0000
-+++ configure
-@@ -19702,7 +19702,7 @@ rm -f core conftest.err conftest.$ac_obj
- $as_echo "$flag_ok" >&6; }
-
-
-- if test "x$ERROR_CFLAGS" == "x"
-+ if test "x$ERROR_CFLAGS" = "x"
- then
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -errwarn=%all" >&5
diff --git a/multimedia/gstreamer0.10/patches/patch-ad b/multimedia/gstreamer0.10/patches/patch-ad
deleted file mode 100644
index 0839ffe7534..00000000000
--- a/multimedia/gstreamer0.10/patches/patch-ad
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ad,v 1.3 2010/02/16 13:07:05 drochner Exp $
-
---- tests/check/Makefile.in.orig 2010-02-10 14:29:34.000000000 +0000
-+++ tests/check/Makefile.in
-@@ -106,8 +106,8 @@ CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
- @GST_DISABLE_LOADSAVE_FALSE@am__EXEEXT_1 = gst/gstxml$(EXEEXT)
- @GST_DISABLE_PARSE_FALSE@am__EXEEXT_2 = pipelines/simple-launch-lines$(EXEEXT) \
--@GST_DISABLE_PARSE_FALSE@ pipelines/cleanup$(EXEEXT) \
--@GST_DISABLE_PARSE_FALSE@ pipelines/parse-launch$(EXEEXT)
-+@GST_DISABLE_PARSE_FALSE@ pipelines/cleanup$(EXEEXT)
-+#@GST_DISABLE_PARSE_FALSE@ pipelines/parse-launch$(EXEEXT)
- @GST_DISABLE_PARSE_TRUE@am__EXEEXT_2 = \
- @GST_DISABLE_PARSE_TRUE@ pipelines/parse-disabled$(EXEEXT)
- @GST_DISABLE_REGISTRY_FALSE@am__EXEEXT_3 = gst/gst$(EXEEXT) \