Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b28ac19ac15
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6b7ede169dde
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 11, 2021

  1. ScummVM: bump version

    threedeyes committed Oct 11, 2021
    Copy the full SHA
    6b7ede1 View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 games-engines/scummvm/{scummvm-2.2.0.recipe → scummvm-2.5.0.recipe}
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ data files. The clever part about this: ScummVM just replaces the executables \
shipped with the games, allowing you to play them on systems for which they \
were never designed!"
HOMEPAGE="https://www.scummvm.org/"
COPYRIGHT="2001-2020 ScummVM Team"
COPYRIGHT="2001-2021 ScummVM Team"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="1"
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
CHECKSUM_SHA256="6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5"
CHECKSUM_SHA256="54586e5d961e18fd854498edff82dfe47fca6f985c2909394845ccc64b06e168"
ADDITIONAL_FILES="scummvm.rdef.in"

ARCHITECTURES="all !x86_gcc2"
@@ -37,8 +37,8 @@ REQUIRES="
lib:libnghttp2$secondaryArchSuffix
lib:libogg$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libSDL_1.2$secondaryArchSuffix
lib:libSDL_net_1.2$secondaryArchSuffix
lib:libSDL2_2.0$secondaryArchSuffix
lib:libSDL2_net_2.0$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
lib:libtheora$secondaryArchSuffix
lib:libvorbis$secondaryArchSuffix
@@ -63,8 +63,8 @@ BUILD_REQUIRES="
devel:libnghttp2$secondaryArchSuffix
devel:libogg$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libSDL_net_1.2$secondaryArchSuffix
devel:libSDL2_2.0$secondaryArchSuffix
devel:libSDL2_net_2.0$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libtheora$secondaryArchSuffix
devel:libvorbis$secondaryArchSuffix
@@ -90,7 +90,7 @@ BUILD()
CPPFLAGS=`freetype-config --cflags` ./configure --prefix=$prefix \
--bindir=$appsDir --libdir=$libDir --datarootdir=$dataDir \
--mandir=$manDir --docdir=$docDir \
--disable-debug --enable-release --disable-eventrecorder #\
--enable-c++11 --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 \