SF.net SVN: gar:[25741] csw/mgar/pkg/gstplugins_good/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Sun May 29 16:11:37 CEST 2016
Revision: 25741
http://sourceforge.net/p/gar/code/25741
Author: lblume
Date: 2016-05-29 14:11:37 +0000 (Sun, 29 May 2016)
Log Message:
-----------
gstplugins_good/trunk: Bump to 1.8.1; add needed workarounds for Solaris
Modified Paths:
--------------
csw/mgar/pkg/gstplugins_good/trunk/Makefile
csw/mgar/pkg/gstplugins_good/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/gstplugins_good/trunk/files/0001-disable_uncompilable_test.patch
Modified: csw/mgar/pkg/gstplugins_good/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/Makefile 2016-05-29 12:33:38 UTC (rev 25740)
+++ csw/mgar/pkg/gstplugins_good/trunk/Makefile 2016-05-29 14:11:37 UTC (rev 25741)
@@ -1,5 +1,5 @@
NAME = gst-plugins-good
-VERSION = 0.10.28
+VERSION = 1.8.1
CATEGORIES = gnome
DESCRIPTION = GStreamer plugins (Good)
@@ -11,13 +11,11 @@
endef
MASTER_SITES = http://gstreamer.freedesktop.org/src/gst-plugins-good/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.xz
+PATCHFILES += 0001-disable_uncompilable_test.patch
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
-GARCOMPILER = GCC4
+GARCOMPILER = GCC5
PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386
BUILD_DEP_PKGS += CSWlibpng-dev
@@ -80,19 +78,21 @@
CONFIGURE_ARGS += $(DIRPATHS)
CONFIGURE_ARGS += --disable-debug
-# CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include
-# CONFIGURE_ARGS += --x-libraries=$(prefix)/X11/lib/$(MM_LIBDIR)
+CONFIGURE_ARGS += --enable-introspection=no
+# Sun audio has clearly suffered bitrot and is trying to use non-existent headers
+CONFIGURE_ARGS += --disable-sunaudio
-# EXTRA_SOS_LD_FLAGS = -L$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
-# EXTRA_SOS_LD_OPTIONS = -R$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
+BUILD64 = 1
STRIP_LIBTOOL = 1
TEST_SCRIPTS =
-# PATCHFILES = patch-matroska-demux.c
+include gar/category.mk
-include gar/category.mk
+# grep is assumed to be GNU's
+PATH := /opt/csw/gnu:$(PATH)
+
# post-configure-modulated:
# @# we do not have a hyperbolic tangent float function on solaris8,
# @# using hyperbolic tangent double instead
Modified: csw/mgar/pkg/gstplugins_good/trunk/checksums
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/checksums 2016-05-29 12:33:38 UTC (rev 25740)
+++ csw/mgar/pkg/gstplugins_good/trunk/checksums 2016-05-29 14:11:37 UTC (rev 25741)
@@ -1 +1 @@
-f7217926c344f5aa18a6521b36098800 gst-plugins-good-0.10.28.tar.gz
+3eabe7277681b9bef8a64c312de03d47 gst-plugins-good-1.8.1.tar.xz
Added: csw/mgar/pkg/gstplugins_good/trunk/files/0001-disable_uncompilable_test.patch
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/files/0001-disable_uncompilable_test.patch (rev 0)
+++ csw/mgar/pkg/gstplugins_good/trunk/files/0001-disable_uncompilable_test.patch 2016-05-29 14:11:37 UTC (rev 25741)
@@ -0,0 +1,16 @@
+--- a/tests/Makefile.in
++++ b/tests/Makefile.in
+@@ -540,11 +540,11 @@ top_srcdir = @top_srcdir@
+ @HAVE_GST_CHECK_FALSE at SUBDIRS_CHECK =
+ @HAVE_GST_CHECK_TRUE at SUBDIRS_CHECK = check files
+ @USE_X_FALSE at SUBDIRS_ICLES =
+- at USE_X_TRUE@SUBDIRS_ICLES = icles
++ at USE_X_TRUE@SUBDIRS_ICLES =
+ @BUILD_EXAMPLES_FALSE at SUBDIR_EXAMPLES =
+ @BUILD_EXAMPLES_TRUE at SUBDIR_EXAMPLES = examples
+ SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) $(SUBDIR_EXAMPLES)
+-DIST_SUBDIRS = check icles examples files
++DIST_SUBDIRS = check examples files
+ all: all-recursive
+
+ .SUFFIXES:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list