Revision: 25726 http://sourceforge.net/p/gar/code/25726 Author: lblume Date: 2016-05-25 13:31:26 +0000 (Wed, 25 May 2016) Log Message: ----------- gstreamer/trunk: Bump to 1.8.1
Modified Paths: -------------- csw/mgar/pkg/gstreamer/trunk/Makefile csw/mgar/pkg/gstreamer/trunk/checksums Modified: csw/mgar/pkg/gstreamer/trunk/Makefile =================================================================== --- csw/mgar/pkg/gstreamer/trunk/Makefile 2016-05-24 17:46:52 UTC (rev 25725) +++ csw/mgar/pkg/gstreamer/trunk/Makefile 2016-05-25 13:31:26 UTC (rev 25726) @@ -1,5 +1,5 @@ NAME = gstreamer -VERSION = 0.10.32 +VERSION = 1.8.1 CATEGORIES = gnome GARTYPE = v2 @@ -12,12 +12,12 @@ endef MASTER_SITES = http://gstreamer.freedesktop.org/src/gstreamer/ -DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES = $(NAME)-$(VERSION).tar.xz # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz -GARCOMPILER = SOS12U3 +GARCOMPILER = GCC5 # do not compile with gcc4: # gstelementfactory.c:393:8: note: in expansion of macro 'g_atomic_pointer_compare_and_exchange' # GARCOMPILER = GCC4 @@ -26,11 +26,13 @@ RUNTIME_DEP_PKGS += CSWglib2 CSWggettextrt CSWlibxml2 BUILD_DEP_PKGS += CSWbison BUILD_DEP_PKGS += CSWflex -BUILD_DEP_PKGS += CSWglib2devel +BUILD_DEP_PKGS += CSWlibglib2-dev BUILD_DEP_PKGS += CSWpkgconfig # BUILD_DEP_PKGS += CSWlibxml2devel BUILD_DEP_PKGS += CSWgobject-introspection +BUILD64 = 1 + STRIP_LIBTOOL = 1 # PATCHFILES += 0001-gtk-doc.mak.patch Modified: csw/mgar/pkg/gstreamer/trunk/checksums =================================================================== --- csw/mgar/pkg/gstreamer/trunk/checksums 2016-05-24 17:46:52 UTC (rev 25725) +++ csw/mgar/pkg/gstreamer/trunk/checksums 2016-05-25 13:31:26 UTC (rev 25726) @@ -1 +1 @@ -bcc72c77bf00e183102f6302e627aa20 gstreamer-0.10.32.tar.gz +711ada79b63e47ac96adb4e5444dc908 gstreamer-1.8.1.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.