Revision: 25718 http://sourceforge.net/p/gar/code/25718 Author: lblume Date: 2016-05-21 10:58:27 +0000 (Sat, 21 May 2016) Log Message: ----------- libmpeg2/trunk: Switch to GCC5; remove obsolete platforms
Modified Paths: -------------- csw/mgar/pkg/libmpeg2/trunk/Makefile csw/mgar/pkg/libmpeg2/trunk/checksums Modified: csw/mgar/pkg/libmpeg2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libmpeg2/trunk/Makefile 2016-05-20 09:35:39 UTC (rev 25717) +++ csw/mgar/pkg/libmpeg2/trunk/Makefile 2016-05-21 10:58:27 UTC (rev 25718) @@ -6,6 +6,8 @@ define BLURB endef +GARCOMPILER = GCC5 + MASTER_SITES = http://libmpeg2.sourceforge.net/files/ DISTFILES = $(NAME)-$(VERSION).tar.gz PATCHFILES = 0001-Don-t-use-arm-specific-assembly-on-Sparc.patch @@ -14,9 +16,6 @@ PATCHFILES += 0004-Add-missing-libtool.patch PATCHFILES += 0005-Add-missing-autostuff.patch -# We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz - PACKAGES = CSWlibmpeg2 CSWmpeg2dec SPKG_DESC_CSWlibmpeg2 = A free MPEG-2 video stream library @@ -26,26 +25,18 @@ SPKG_SOURCEURL = http://libmpeg2.sourceforge.net -PACKAGING_PLATFORMS = solaris8-sparc solaris8-i386 -PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 # This stupid configure script adds '-fast' overwriting -xarch ande especially activating 64 bit. BUILD_ARGS = MPEG2DEC_CFLAGS= OPT_CFLAGS= -BUILD64_LIBS_ONLY_platform-solaris8-sparc = 1 -BUILD64_LIBS_ONLY_platform-solaris10-sparc = 1 -BUILD64_LIBS_ONLY_platform-solaris10-i386 = 1 -BUILD64_LIBS_ONLY = $(BUILD64_platform-$(PLATFORM)) +BUILD64 = 1 CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-static=no +CONFIGURE_ARGS += --x-includes=/usr/X11/include +CONFIGURE_ARGS += --x-libraries=/usr/X11/lib -CONFIGURE_ARGS_garosrel-5.8 = --x-includes=/usr/openwin/include -CONFIGURE_ARGS_garosrel-5.8 += --x-libraries=/usr/openwin/lib -CONFIGURE_ARGS_garosrel-5.10 = --x-includes=/usr/X11/include -CONFIGURE_ARGS_garosrel-5.10 += --x-libraries=/usr/X11/lib - -CONFIGURE_ARGS += $(CONFIGURE_ARGS_garosrel-$(GAROSREL)) - PKGFILES_CSWmpeg2dec = $(bindir)/.* PKGFILES_CSWmpeg2dec += $(mandir)/man1/.* Modified: csw/mgar/pkg/libmpeg2/trunk/checksums =================================================================== --- csw/mgar/pkg/libmpeg2/trunk/checksums 2016-05-20 09:35:39 UTC (rev 25717) +++ csw/mgar/pkg/libmpeg2/trunk/checksums 2016-05-21 10:58:27 UTC (rev 25718) @@ -1,6 +1 @@ -1c38d557879a40e54ba4e80a2f7ebf23 0001-Don-t-use-arm-specific-assembly-on-Sparc.patch -333b714575b3a86d4a45141cef51e5f1 0002-Fix-return-type-for-Sun-Studio.patch -dc6400408df379128e8e46d2e552bad4 0003-Add-missing-m4-files.patch -ec86eac972d1c6e4b92a2e43150c7b85 0004-Add-missing-libtool.patch -1f472c14ffdc946564f4771d2a533896 0005-Add-missing-autostuff.patch 0f92c7454e58379b4a5a378485bbd8ef libmpeg2-0.5.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.