scummvm, bump version (#7064)

This commit is contained in:
Schrijvers Luc
2022-07-21 10:28:17 +02:00
committed by GitHub
parent fce5d104aa
commit acca3fc9d6

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2001-2021 ScummVM Team"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
CHECKSUM_SHA256="023a83cb15614cda59364a721180250048974bcc91bbce5035594f74572af1e4"
CHECKSUM_SHA256="afdc332c5af49d2eb7969a204fa922a045775e34b194ec532d1eb0b7fcf2a2ab"
ADDITIONAL_FILES="scummvm.rdef.in"
ARCHITECTURES="all !x86_gcc2"
@@ -89,10 +89,10 @@ PATCH()
BUILD()
{
libtoolize --force --copy --install
CPPFLAGS=`freetype-config --cflags` ./configure --prefix=$prefix \
./configure --prefix=$prefix \
--bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \
--mandir=$manDir --docdir=$docDir \
--enable-c++11 --disable-debug --enable-release --disable-eventrecorder
--disable-debug --enable-release --disable-eventrecorder
#--disable-all-engines #can be used to compile scummvm without \
#engines, which makes it build faster (to test), those that \
#are still under construction can be built with --enable-all-engines \