mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
solarus: fix requires, bump rev.
* vcmi, neverball and numptyphysics: fix requires.
This commit is contained in:
@@ -4,7 +4,7 @@ Solarus is an open-source Zelda-like 2D game engine."
|
|||||||
HOMEPAGE="http://solarus-games.org"
|
HOMEPAGE="http://solarus-games.org"
|
||||||
COPYRIGHT="2006-2017 Christopho, Solarus"
|
COPYRIGHT="2006-2017 Christopho, Solarus"
|
||||||
LICENSE="GNU GPL v3"
|
LICENSE="GNU GPL v3"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="http://www.solarus-games.org/downloads/solarus/solarus-${portVersion}-src.tar.gz"
|
SOURCE_URI="http://www.solarus-games.org/downloads/solarus/solarus-${portVersion}-src.tar.gz"
|
||||||
CHECKSUM_SHA256="7608f3bdc7baef36e95db5e4fa4c8c5be0a3f436c50c53ab72d70a92aa44cc1c"
|
CHECKSUM_SHA256="7608f3bdc7baef36e95db5e4fa4c8c5be0a3f436c50c53ab72d70a92aa44cc1c"
|
||||||
|
|
||||||
@@ -21,8 +21,8 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libSDL2_2.0$secondaryArchSuffix
|
lib:libSDL2_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_ttf$secondaryArchSuffix
|
lib:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_image$secondaryArchSuffix
|
lib:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis$secondaryArchSuffix
|
||||||
lib:libmodplug$secondaryArchSuffix >= 1.0
|
lib:libmodplug$secondaryArchSuffix >= 1.0
|
||||||
lib:libphysfs$secondaryArchSuffix
|
lib:libphysfs$secondaryArchSuffix
|
||||||
@@ -37,8 +37,8 @@ REQUIRES="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libSDL2_2.0$secondaryArchSuffix
|
devel:libSDL2_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_ttf$secondaryArchSuffix
|
devel:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_image$secondaryArchSuffix
|
devel:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis$secondaryArchSuffix
|
||||||
devel:libmodplug$secondaryArchSuffix >= 1.0
|
devel:libmodplug$secondaryArchSuffix >= 1.0
|
||||||
devel:libphysfs$secondaryArchSuffix
|
devel:libphysfs$secondaryArchSuffix
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ before time runs out."
|
|||||||
HOMEPAGE="http://neverball.org"
|
HOMEPAGE="http://neverball.org"
|
||||||
COPYRIGHT="2002-2010 The Neverball Team"
|
COPYRIGHT="2002-2010 The Neverball Team"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://neverball.org/neverball-$portVersion.tar.gz"
|
SOURCE_URI="http://neverball.org/neverball-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0"
|
CHECKSUM_SHA256="73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0"
|
||||||
PATCHES="neverball-$portVersion.patchset"
|
PATCHES="neverball-$portVersion.patchset"
|
||||||
@@ -20,9 +20,9 @@ PROVIDES="
|
|||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libphysfs$secondaryArchSuffix
|
lib:libphysfs$secondaryArchSuffix
|
||||||
lib:libsdl2$secondaryArchSuffix
|
lib:libsdl2_2.0$secondaryArchSuffix
|
||||||
lib:libsdl2_mixer$secondaryArchSuffix
|
lib:libsdl2_mixer_2.0$secondaryArchSuffix
|
||||||
lib:libsdl2_ttf$secondaryArchSuffix
|
lib:libsdl2_ttf_2.0$secondaryArchSuffix
|
||||||
lib:libvorbis$secondaryArchSuffix
|
lib:libvorbis$secondaryArchSuffix
|
||||||
lib:libintl$secondaryArchSuffix
|
lib:libintl$secondaryArchSuffix
|
||||||
lib:libGL$secondaryArchSuffix
|
lib:libGL$secondaryArchSuffix
|
||||||
@@ -34,9 +34,9 @@ REQUIRES="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libphysfs$secondaryArchSuffix
|
devel:libphysfs$secondaryArchSuffix
|
||||||
devel:libsdl2$secondaryArchSuffix
|
devel:libsdl2_2.0$secondaryArchSuffix
|
||||||
devel:libsdl2_mixer$secondaryArchSuffix
|
devel:libsdl2_mixer_2.0$secondaryArchSuffix
|
||||||
devel:libsdl2_ttf$secondaryArchSuffix
|
devel:libsdl2_ttf_2.0$secondaryArchSuffix
|
||||||
devel:libvorbis$secondaryArchSuffix
|
devel:libvorbis$secondaryArchSuffix
|
||||||
devel:libGL$secondaryArchSuffix
|
devel:libGL$secondaryArchSuffix
|
||||||
devel:libpng$secondaryArchSuffix
|
devel:libpng$secondaryArchSuffix
|
||||||
|
|||||||
@@ -22,20 +22,20 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libSDL2_2.0$secondaryArchSuffix
|
||||||
lib:libsdl2$secondaryArchSuffix
|
lib:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_image$secondaryArchSuffix
|
lib:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_ttf$secondaryArchSuffix
|
|
||||||
lib:libBox2D$secondaryArchSuffix
|
lib:libBox2D$secondaryArchSuffix
|
||||||
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
haiku${secondaryArchSuffix}_devel
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libsdl2_2.0$secondaryArchSuffix
|
||||||
devel:libsdl2$secondaryArchSuffix
|
devel:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_image$secondaryArchSuffix
|
devel:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_ttf$secondaryArchSuffix
|
|
||||||
devel:libBox2D$secondaryArchSuffix
|
devel:libBox2D$secondaryArchSuffix
|
||||||
|
devel:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ REQUIRES="
|
|||||||
lib:libQt5Widgets$secondaryArchSuffix
|
lib:libQt5Widgets$secondaryArchSuffix
|
||||||
lib:libSDL2_2.0$secondaryArchSuffix
|
lib:libSDL2_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_mixer_2.0$secondaryArchSuffix
|
lib:libSDL2_mixer_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_image$secondaryArchSuffix
|
lib:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
lib:libSDL2_ttf$secondaryArchSuffix
|
lib:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -60,8 +60,8 @@ BUILD_REQUIRES="
|
|||||||
devel:libQt5Widgets$secondaryArchSuffix
|
devel:libQt5Widgets$secondaryArchSuffix
|
||||||
devel:libSDL2_2.0$secondaryArchSuffix
|
devel:libSDL2_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix
|
devel:libSDL2_mixer_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_image$secondaryArchSuffix
|
devel:libSDL2_image_2.0$secondaryArchSuffix
|
||||||
devel:libSDL2_ttf$secondaryArchSuffix
|
devel:libSDL2_ttf_2.0$secondaryArchSuffix
|
||||||
devel:libz$secondaryArchSuffix
|
devel:libz$secondaryArchSuffix
|
||||||
# dependency of devel:libQt5Gui
|
# dependency of devel:libQt5Gui
|
||||||
devel:libGL$secondaryArchSuffix
|
devel:libGL$secondaryArchSuffix
|
||||||
|
|||||||
Reference in New Issue
Block a user