[csw-devel] SF.net SVN: gar:[8717] csw/mgar/pkg
bensons at users.sourceforge.net
bensons at users.sourceforge.net
Sun Feb 21 15:43:44 CET 2010
Revision: 8717
http://gar.svn.sourceforge.net/gar/?rev=8717&view=rev
Author: bensons
Date: 2010-02-21 14:43:44 +0000 (Sun, 21 Feb 2010)
Log Message:
-----------
gstplugins_good: initial GAR recipe
Added Paths:
-----------
csw/mgar/pkg/gstplugins_good/
csw/mgar/pkg/gstplugins_good/branches/
csw/mgar/pkg/gstplugins_good/tags/
csw/mgar/pkg/gstplugins_good/trunk/
csw/mgar/pkg/gstplugins_good/trunk/Makefile
csw/mgar/pkg/gstplugins_good/trunk/checksums
csw/mgar/pkg/gstplugins_good/trunk/files/
csw/mgar/pkg/gstplugins_good/trunk/files/patch-matroska-demux.c
Property changes on: csw/mgar/pkg/gstplugins_good/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/gstplugins_good/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gstplugins_good/trunk/Makefile 2010-02-21 14:43:44 UTC (rev 8717)
@@ -0,0 +1,47 @@
+GARNAME = gstplugins_good
+GARVERSION = 0.10.18
+CATEGORIES = gnome
+
+DESCRIPTION = GStreamer plugins (Good)
+define BLURB
+ GStreamer Good Plug-ins is a set of plug-ins that we consider to have
+ good quality code, correct functionality, our preferred license
+ (LGPL for the plug-in code, LGPL or LGPL-compatible for the supporting
+ library).
+endef
+
+MASTER_SITES = http://gstreamer.freedesktop.org/src/gst-plugins-good/
+SRCNAME = gst-plugins-good
+DISTFILES = $(SRCNAME)-$(GARVERSION).tar.gz
+WORKSRC = $(WORKDIR)/$(SRCNAME)-$(GARVERSION)
+PACKAGES = CSWgstpluginsgood
+CATALOGNAME = gstplugins_good
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+BUILD_DEP_PKGS += CSWzlib CSWsunmath CSWspeex CSWpng CSWpango CSWorbit2
+BUILD_DEP_PKGS += CSWlibxml2 CSWliboil CSWlibcairo CSWlibatk CSWjpeg CSWgtk2
+BUILD_DEP_PKGS += CSWgstreamer CSWgstplugins CSWglib2 CSWggettext CSWgconf2
+BUILD_DEP_PKGS += CSWflac CSWesound CSWaudiofile CSWaalib CSWbzip2
+BUILD_DEP_PKGS += CSWggettextrt CSWlibogg CSWlibshout CSWncurses CSWtheora
+BUILD_DEP_PKGS += CSWvorbis
+RUNTIME_DEP_PKGS = $(BUILD_DEP_PKGS)
+
+CONFIGURE_ARGS += $(DIRPATHS)
+CONFIGURE_ARGS += --disable-debug
+
+STRIP_LIBTOOL = 1
+
+TEST_SCRIPTS =
+
+LICENSE = $(WORKDIR_FIRSTMOD)/$(SRCNAME)-$(GARVERSION)/COPYING
+
+PATCHFILES = patch-matroska-demux.c
+
+include gar/category.mk
+post-configure-modulated:
+ # we do not have a hyperbolic tangent float function on solaris8,
+ # using hyperbolic tangent double instead
+ perl -pi -e 's,tanhf,tanh,' \
+ $(WORKSRC)/gst/replaygain/gstrglimiter.c
Added: csw/mgar/pkg/gstplugins_good/trunk/checksums
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/checksums (rev 0)
+++ csw/mgar/pkg/gstplugins_good/trunk/checksums 2010-02-21 14:43:44 UTC (rev 8717)
@@ -0,0 +1,2 @@
+5631add1ae2d4f5db0a3358cb4056002 gst-plugins-good-0.10.18.tar.gz
+c26dd91683972189df36b4f15a1d6e31 patch-matroska-demux.c
Added: csw/mgar/pkg/gstplugins_good/trunk/files/patch-matroska-demux.c
===================================================================
--- csw/mgar/pkg/gstplugins_good/trunk/files/patch-matroska-demux.c (rev 0)
+++ csw/mgar/pkg/gstplugins_good/trunk/files/patch-matroska-demux.c 2010-02-21 14:43:44 UTC (rev 8717)
@@ -0,0 +1,11 @@
+--- gst-plugins-good-0.10.18.orig/gst/matroska/matroska-demux.c 2010-02-04 18:36:43.000000000 +0100
++++ gst-plugins-good-0.10.18/gst/matroska/matroska-demux.c 2010-02-21 15:32:53.643034561 +0100
+@@ -2298,7 +2298,7 @@
+ {
+ GST_OBJECT_UNLOCK (demux);
+ GST_PAD_STREAM_UNLOCK (demux->sinkpad);
+- GST_ELEMENT_ERROR (demux, STREAM, DEMUX, NULL, ("Got a seek error"));
++ GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error"));
+ return FALSE;
+ }
+ }
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