mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fix requirements for lbreakout2, lgeneral, slimevolley
We need lib:libsdl_net_1.2 instead of lib:libsdl_net
This commit is contained in:
@@ -6,7 +6,7 @@ play against the computer."
|
||||
HOMEPAGE="http://slime.tuxfamily.org/"
|
||||
COPYRIGHT="2008-2014 VinDuv, McMic"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="http://slime.tuxfamily.org/down.php?id=1&os=src"
|
||||
SOURCE_FILENAME="slimevolley-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="be8f461c6f1188ba709b1fbcbe64edffca4b8eb358bd2ed8825f8ebf30e660d3"
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
lib:libintl
|
||||
lib:libsdl
|
||||
lib:libsdl_image
|
||||
lib:libsdl_net
|
||||
lib:libsdl_net_1.2
|
||||
lib:libsdl_ttf
|
||||
"
|
||||
|
||||
@@ -34,7 +34,7 @@ BUILD_REQUIRES="
|
||||
devel:libintl
|
||||
devel:libsdl
|
||||
devel:libsdl_image
|
||||
devel:libsdl_net
|
||||
devel:libsdl_net_1.2
|
||||
devel:libsdl_ttf
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
@@ -9,7 +9,7 @@ There is also an experimental two player mode (via LAN) available."
|
||||
HOMEPAGE="http://lgames.sourceforge.net/"
|
||||
COPYRIGHT="2001-2011 Michael Speck"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://sourceforge.net/projects/lgames/files/lbreakout2/2.6/lbreakout2-2.6.4.tar.gz"
|
||||
CHECKSUM_SHA256="0b90716d52e67c27ff41ab7aa5c09dad4f5f19a78076cc57dd4b4d7ed2c1dbd9"
|
||||
PATCHES="lbreakout2-2.6.4.patchset"
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libsdl_net
|
||||
lib:libsdl_net_1.2
|
||||
lib:libpng
|
||||
lib:libz
|
||||
lib:libintl
|
||||
@@ -35,7 +35,7 @@ BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libsdl_net
|
||||
devel:libsdl_net_1.2
|
||||
devel:libintl
|
||||
devel:libz
|
||||
devel:libpng
|
||||
|
||||
@@ -5,17 +5,17 @@ player or the AI. Entrenchment, rugged defense, defensive fire, surprise \
|
||||
contacts, surrender, unit supply, weather influence, reinforcements and other \
|
||||
implementations contribute to the tactical and strategic depth of the game."
|
||||
HOMEPAGE="http://lgames.sourceforge.net/"
|
||||
COPYRIGHT="2000, 2001 Michael Speck, Leo Savernik, Peter Ivanyi"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://downloads.sourceforge.net/project/lgeneral/lgeneral/lgeneral-1.2.3.tar.gz"
|
||||
CHECKSUM_SHA256="55d17bb173c956c705b94bc8a6399d5311b3ec82c9f1821a97fe9ec45da0d9a1"
|
||||
SOURCE_URI_2="http://prdownloads.sourceforge.net/lgeneral/pg-data.tar.gz"
|
||||
CHECKSUM_SHA256_2="cc6fa5d263d1d5824d706517958b1bb09b405ba0ed21e63e4a4d38e2727d7a04"
|
||||
REVISION="1"
|
||||
LICENSE="GNU GPL v2"
|
||||
COPYRIGHT="Michael Speck, Leo Savernik, Peter Ivanyi"
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PATCHES="lgeneral-1.2.3.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 ?x86_64"
|
||||
|
||||
PROVIDES="
|
||||
lgeneral = $portVersion
|
||||
cmd:lgeneral = $portVersion
|
||||
@@ -28,13 +28,14 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libsdl
|
||||
lib:libsdl_mixer
|
||||
lib:libsdl_net
|
||||
lib:libsdl_net_1.2
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libsdl
|
||||
devel:libsdl_mixer
|
||||
devel:libsdl_net
|
||||
devel:libsdl_net_1.2
|
||||
devel:libintl
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user