Revision: 25721 http://sourceforge.net/p/gar/code/25721 Author: lblume Date: 2016-05-23 11:45:41 +0000 (Mon, 23 May 2016) Log Message: ----------- scummvm/trunk: Bump to 1.8.1; switch to GCC5, use C++1
Modified Paths: -------------- csw/mgar/pkg/scummvm/trunk/Makefile csw/mgar/pkg/scummvm/trunk/checksums Modified: csw/mgar/pkg/scummvm/trunk/Makefile =================================================================== --- csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-23 09:33:28 UTC (rev 25720) +++ csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-23 11:45:41 UTC (rev 25721) @@ -1,5 +1,5 @@ NAME = scummvm -VERSION = 1.6.0 +VERSION = 1.8.1 GARTYPE = v2 DESCRIPTION = Virtual machine for several classic graphical point-and-click adventure games @@ -34,11 +34,14 @@ BUILD_DEP_PKGS_CSWscummvm += CSWlibmad-dev BUILD_DEP_PKGS_CSWscummvm += CSWlibfaad-dev BUILD_DEP_PKGS_CSWscummvm += CSWlibtheora-dev +BUILD_DEP_PKGS_CSWscummvm += CSWlibfreetype-dev +BUILD_DEP_PKGS_CSWscummvm += CSWlibmpeg2-dev -PATCHFILES += 0001-redefining-FILE.patch PATCHFILES += 0002-configure-really-is-a-bash-script.patch +#PATCHFILES += 0003-redefining-FILE.patch +#PATCHFILES += 0002-remove-posixisms.patch -GARCOMPILER = GCC4 +GARCOMPILER = GCC5 # Custom configure CONFIGURE_ARGS = --prefix=$(prefix) @@ -51,6 +54,7 @@ CONFIGURE_ARGS += --default-dynamic CONFIGURE_ARGS += --enable-updates CONFIGURE_ARGS += --disable-nasm +CONFIGURE_ARGS += --enable-c++11 TEST_TARGET = test Modified: csw/mgar/pkg/scummvm/trunk/checksums =================================================================== --- csw/mgar/pkg/scummvm/trunk/checksums 2016-05-23 09:33:28 UTC (rev 25720) +++ csw/mgar/pkg/scummvm/trunk/checksums 2016-05-23 11:45:41 UTC (rev 25721) @@ -1 +1 @@ -473c151ff44e3db7b603ecacd800a0d2 scummvm-1.6.0.tar.bz2 +1462301c67ffb8ab8a0116ec9b5349c4 scummvm-1.8.1.tar.bz2 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.