Revision: 25725
http://sourceforge.net/p/gar/code/25725
Author: lblume
Date: 2016-05-24 17:46:52 +0000 (Tue, 24 May 2016)
Log Message:
-----------
scummvm/trunk: Add dependencies; add overrides for unlikely bad content
Modified Paths:
--------------
csw/mgar/pkg/scummvm/trunk/Makefile
Modified: csw/mgar/pkg/scummvm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-24 07:41:10 UTC (rev 25724)
+++ csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-24 17:46:52 UTC (rev 25725)
@@ -25,6 +25,9 @@
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibmad0
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibfaad2
RUNTIME_DEP_PKGS_CSWscummvm += CSWlibtheoradec1
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibmpeg2-0
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibjpeg7
+RUNTIME_DEP_PKGS_CSWscummvm += CSWlibpng16-16
BUILD64 = 1
ISAEXEC = 1
@@ -58,6 +61,12 @@
CONFIGURE_ARGS += --disable-nasm
CONFIGURE_ARGS += --enable-c++11
+# I don't understand where that "bad content" comes from
+CHECKPKG_OVERRIDES_CSWscummvm +=
file-with-bad-content|/usr/local|root/opt/csw/bin/amd64/scummvm
+CHECKPKG_OVERRIDES_CSWscummvm +=
file-with-bad-content|/usr/local|root/opt/csw/bin/pentium_pro/scummvm
+CHECKPKG_OVERRIDES_CSWscummvm +=
file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv8plus/scummvm
+CHECKPKG_OVERRIDES_CSWscummvm +=
file-with-bad-content|/usr/local|root/opt/csw/bin/sparcv9/scummvm
+
TEST_TARGET = test
# Testsuite relies on Python which throws lots of errors, disable for now
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.