Fixes for sdl2_image and sdl2_ttf (#1135)

* Add title to sdllopan window
* Fixes for sdl2_image and sdl2_ttf
* WIP recipes for box2d and numptyphysics
This commit is contained in:
Scott McCreary
2017-02-02 10:14:05 -08:00
committed by GitHub
parent b10a2a3746
commit 4963185249
7 changed files with 104 additions and 69 deletions

View File

@@ -8,7 +8,7 @@ on both libz and libjpeg."
HOMEPAGE="https://www.libsdl.org/projects/SDL_image"
COPYRIGHT="1997-2013 Sam Lantinga"
LICENSE="Zlib"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz"
CHECKSUM_SHA256="3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64"
SOURCE_DIR="SDL2_image-$portVersion"
@@ -25,7 +25,7 @@ REQUIRES="
haiku${secondaryArchSuffix}
lib:libSDL2_2.0${secondaryArchSuffix}
lib:libjpeg$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libpng16$secondaryArchSuffix
lib:libtiff$secondaryArchSuffix
lib:libgif$secondaryArchSuffix
lib:libwebp$secondaryArchSuffix
@@ -46,7 +46,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libsdl2${secondaryArchSuffix}
devel:libjpeg$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
devel:libgif$secondaryArchSuffix
devel:libwebp$secondaryArchSuffix