mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
sdl2_image: bump version.
This commit is contained in:
@@ -7,18 +7,19 @@ to include those shared libraries. libpng depends on libz, and libtiff depends \
|
||||
on both libz and libjpeg.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_image"
|
||||
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz"
|
||||
SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="b29815c73b17633baca9f07113e8ac476ae66412dec0d29a5045825c27a47234"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
sdl2_image${secondaryArchSuffix} = $portVersion
|
||||
lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.0.0 compat >= 0
|
||||
sdl2_image${secondaryArchSuffix} = $portVersion compat >= 2
|
||||
lib:libSDL2_image${secondaryArchSuffix} = $portVersion compat >= 2
|
||||
lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -84,9 +85,9 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_image${secondaryArchSuffix}_devel = ${portVersion}
|
||||
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.0 compat >= 0
|
||||
devel:libSDL2_image$secondaryArchSuffix
|
||||
sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2
|
||||
devel:libSDL2_image_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
Reference in New Issue
Block a user