mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
pygame: fix references to libSDL* (#4548)
This commit is contained in:
committed by
Jérôme Duval
parent
841edcfd81
commit
90ec9db0d9
@@ -8,7 +8,7 @@ COPYRIGHT="2000-2004, 2007 Pete Shinners
|
||||
2007 Richard Goedeken
|
||||
2007-2008 Marcus von Appen"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pygame/pygame-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="700d1781c999af25d11bfd1f3e158ebb660f72ebccb2040ecafe5069d0b2c0b6"
|
||||
SOURCE_DIR="pygame-$portVersion"
|
||||
@@ -24,11 +24,11 @@ REQUIRES="
|
||||
lib:libfreetype
|
||||
lib:libjpeg
|
||||
lib:libpng16
|
||||
lib:libsdl
|
||||
lib:libsdl_gfx
|
||||
lib:libsdl_image
|
||||
lib:libsdl_mixer
|
||||
lib:libsdl_ttf
|
||||
lib:libSDL_1.2
|
||||
lib:libSDL_gfx
|
||||
lib:libSDL_image_1.2
|
||||
lib:libSDL_mixer_1.2
|
||||
lib:libSDL_ttf_2.0
|
||||
lib:libsmpeg_0.4
|
||||
"
|
||||
# portmidi
|
||||
@@ -40,11 +40,11 @@ BUILD_REQUIRES="
|
||||
devel:libfreetype
|
||||
devel:libjpeg
|
||||
devel:libpng16
|
||||
devel:libsdl
|
||||
devel:libsdl_gfx
|
||||
devel:libsdl_image
|
||||
devel:libsdl_mixer
|
||||
devel:libsdl_ttf
|
||||
devel:libSDL_1.2
|
||||
devel:libSDL_gfx
|
||||
devel:libSDL_image_1.2
|
||||
devel:libSDL_mixer_1.2
|
||||
devel:libSDL_ttf_2.0
|
||||
devel:libsmpeg_0.4
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user