mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 12:08:53 +02:00
sdl2_mixer: bump version.
This commit is contained in:
@@ -6,12 +6,12 @@ single channel of music, mixed by the popular FLAC, MikMoD MOD, Timidity MIDI, \
|
||||
Ogg Vorbis, and SMPEG MP3 libraries.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.0.tar.gz"
|
||||
CHECKSUM_SHA256="a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f"
|
||||
SOURCE_DIR="SDL2_mixer-$portVersion"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2012 Sam Lantinga"
|
||||
REVISION="4"
|
||||
REVISION="1"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||
@@ -20,8 +20,8 @@ PATCHES="sdl2_mixer-${portVersion}.patch"
|
||||
|
||||
PROVIDES="
|
||||
sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_mixer$secondaryArchSuffix = 2.0
|
||||
lib:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0
|
||||
lib:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -49,9 +49,8 @@ BUILD_REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_mixer${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
devel:sdl2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2_mixer_2.0$secondaryArchSuffix = 0.0.1 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
Reference in New Issue
Block a user