[csw-devel] SF.net SVN: gar:[16780] csw/mgar/pkg/scummvm/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 16 18:01:58 CET 2012


Revision: 16780
          http://gar.svn.sourceforge.net/gar/?rev=16780&view=rev
Author:   dmichelsen
Date:     2012-01-16 17:01:57 +0000 (Mon, 16 Jan 2012)
Log Message:
-----------
scummvm/trunk: Update to 1.4.0

Modified Paths:
--------------
    csw/mgar/pkg/scummvm/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/scummvm/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/scummvm/trunk/


Property changes on: csw/mgar/pkg/scummvm/trunk
___________________________________________________________________
Deleted: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2

Added: svn:ignore
   + work


Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile	2012-01-16 16:28:47 UTC (rev 16779)
+++ csw/mgar/pkg/scummvm/trunk/Makefile	2012-01-16 17:01:57 UTC (rev 16780)
@@ -1,5 +1,5 @@
 NAME = scummvm
-VERSION = 1.0.0
+VERSION = 1.4.0
 CATEGORIES = apps
 
 DESCRIPTION = Virtual machine for several classic graphical point-and-click adventure games
@@ -9,9 +9,22 @@
 MASTER_SITES = $(SF_MIRRORS)
 DISTFILES  = $(NAME)-$(VERSION).tar.bz2
 
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibpng12-0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibz1
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibogg0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibvorbis0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibsdl1-2-0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibflac8
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibtheoradec1
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibmad0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibvorbisfile3
 
+# Don't know about these, investigate later
+CHECKPKG_OVERRIDES_CSWscummvm += file-with-bad-content|/usr/local|root/opt/csw/bin/scummvm
+CHECKPKG_OVERRIDES_CSWscummvm += file-with-bad-content|/usr/local|root/opt/csw/share/man/man6/scummvm.6
+
 GARCOMPILER = GCC4
 
 # Custom configure
@@ -22,5 +35,12 @@
 CONFIGURE_ARGS += --libdir=$(libdir)
 CONFIGURE_ARGS += --enable-all-engines
 
+TEST_TARGET = test
 
+# Testsuite relies on Python which throws lots of errors, disable for now
+SKIPTEST ?= 1
+
 include gar/category.mk
+
+# For "install" with GNU syntax
+PATH := /opt/csw/gnu:$(PATH)

Added: csw/mgar/pkg/scummvm/trunk/checksums
===================================================================
--- csw/mgar/pkg/scummvm/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/scummvm/trunk/checksums	2012-01-16 17:01:57 UTC (rev 16780)
@@ -0,0 +1 @@
+361000b78ebf0d0f449e98238d677be1  scummvm-1.4.0.tar.bz2

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