Revision: 25736 http://sourceforge.net/p/gar/code/25736 Author: lblume Date: 2016-05-29 08:46:43 +0000 (Sun, 29 May 2016) Log Message: ----------- gstplugins/trunk: Bump to 1.8.1
Modified Paths: -------------- csw/mgar/pkg/gstplugins/trunk/Makefile csw/mgar/pkg/gstplugins/trunk/checksums Added Paths: ----------- csw/mgar/pkg/gstplugins/trunk/files/0003-needs_filio.h_on_solaris.patch Modified: csw/mgar/pkg/gstplugins/trunk/Makefile =================================================================== --- csw/mgar/pkg/gstplugins/trunk/Makefile 2016-05-28 13:29:22 UTC (rev 25735) +++ csw/mgar/pkg/gstplugins/trunk/Makefile 2016-05-29 08:46:43 UTC (rev 25736) @@ -1,5 +1,5 @@ NAME = gst-plugins-base -VERSION = 0.10.32 +VERSION = 1.8.1 CATEGORIES = gnome GARTYPE = v2 @@ -13,14 +13,13 @@ endef MASTER_SITES = http://gstreamer.freedesktop.org/src/gst-plugins-base/ -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 - PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 -GARCOMPILER = GCC4 # SOS12U3 +GARCOMPILER = GCC5 +PATCHFILES += 0003-needs_filio.h_on_solaris.patch + BUILD_DEP_PKGS += CSWpkgconfig BUILD_DEP_PKGS += CSWgstreamer-dev BUILD_DEP_PKGS += CSWliboildevel @@ -36,15 +35,14 @@ # BUILD_DEP_PKGS += CSWlibice # BUILD_DEP_PKGS += CSWlibsm CSWlibxext BUILD_DEP_PKGS += CSWlibvorbis-dev -BUILD_DEP_PKGS += CSWpangodevel +BUILD_DEP_PKGS += CSWlibpango-dev BUILD_DEP_PKGS += CSWlibpixman-dev # BUILD_DEP_PKGS += CSWfconfig-dev BUILD_DEP_PKGS += CSWlibpng-dev # BUILD_DEP_PKGS += CSWx11xproto # BUILD_DEP_PKGS += CSWlibx11devel CSWlibxcbdevel CSWlibxaudevel CSWlibxdmcpdevel +BUILD_DEP_PKGS += CSWggrep -# PATCHFILES += 0001-Makefile.in.patch -PATCHFILES += 0002-add-gtk-options.patch REINPLACE_USRSHARE += docs/plugins/html/*.html docs/libs/html/*.html PACKAGES = CSWgstplugins @@ -240,19 +238,10 @@ CONFIGURE_ARGS += --disable-debug CONFIGURE_ARGS += --disable-alsa CONFIGURE_ARGS += --disable-cdparanoia -# CONFIGURE_ARGS += --disable-xvideo CONFIGURE_ARGS += --disable-gst_v4l CONFIGURE_ARGS += --disable-libvisual -# CONFIGURE_ARGS += --disable-pango -# CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include -# CONFIGURE_ARGS += --x-libraries=$(prefix)/X11/lib/$(MM_LIBDIR) -# EXTRA_SOS_LD_FLAGS = -L$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) -# EXTRA_SOS_LD_OPTIONS = -R$(abspath $(prefix)/X11/lib/$(MM_LIBDIR)) -# EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig -EXTRA_CONFIGURE_ENV = PATH=$(PATH):/opt/csw/gcc4/bin -EXTRA_BUILD_ENV = PATH=$(PATH):/opt/csw/gcc4/bin -EXTRA_INSTALL_ENV = PATH=$(PATH):/opt/csw/gcc4/bin +BUILD64 = 1 STRIP_LIBTOOL = 1 @@ -263,6 +252,9 @@ # I want see whats going on AM_DEFAULT_VERBOSITY:=1 +# grep is assumed to be GNU's +PATH := /opt/csw/gnu:$(PATH) + # force rebuild of configure, patch 0002-add-gtk-options changes configure.ac pre-configure: cd $(WORKSRC) && autoconf --force Modified: csw/mgar/pkg/gstplugins/trunk/checksums =================================================================== --- csw/mgar/pkg/gstplugins/trunk/checksums 2016-05-28 13:29:22 UTC (rev 25735) +++ csw/mgar/pkg/gstplugins/trunk/checksums 2016-05-29 08:46:43 UTC (rev 25736) @@ -1 +1 @@ -ddfd2d71cfa594529dfa7a8e0fb37b79 gst-plugins-base-0.10.32.tar.gz +5421edfeb7479d5f5776e917ba30e24e gst-plugins-base-1.8.1.tar.xz Added: csw/mgar/pkg/gstplugins/trunk/files/0003-needs_filio.h_on_solaris.patch =================================================================== --- csw/mgar/pkg/gstplugins/trunk/files/0003-needs_filio.h_on_solaris.patch (rev 0) +++ csw/mgar/pkg/gstplugins/trunk/files/0003-needs_filio.h_on_solaris.patch 2016-05-29 08:46:43 UTC (rev 25736) @@ -0,0 +1,11 @@ +--- a/gst/tcp/gstmultifdsink.c ++++ b/gst/tcp/gstmultifdsink.c +@@ -107,6 +107,8 @@ + + #include <sys/ioctl.h> + ++#include <sys/filio.h> ++ + #ifdef HAVE_UNISTD_H + #include <unistd.h> + #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.