diff --git a/media-libs/sdl2_image/sdl2_image-2.0.2.recipe b/media-libs/sdl2_image/sdl2_image-2.0.2.recipe deleted file mode 100644 index c91fea6a7..000000000 --- a/media-libs/sdl2_image/sdl2_image-2.0.2.recipe +++ /dev/null @@ -1,87 +0,0 @@ -SUMMARY="Simple Direct Media Layer Image Library" -DESCRIPTION=" -SDL_image is an image file loading library. It loads images as SDL surfaces, \ -and supports the following formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, TGA, \ -TIFF, WEBP, XCF, XPM, XV -to include those shared libraries. libpng depends on libz, and libtiff depends \ -on both libz and libjpeg." -HOMEPAGE="https://www.libsdl.org/projects/SDL_image" -COPYRIGHT="1997-2013 Sam Lantinga" -LICENSE="Zlib" -REVISION="1" -SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz" -CHECKSUM_SHA256="72df075aef91fc4585098ea7e0b072d416ec7599aa10473719fbe51e9b8f6ce8" -SOURCE_DIR="SDL2_image-$portVersion" - -ARCHITECTURES="x86 x86_gcc2 x86_64" -SECONDARY_ARCHITECTURES="x86 x86_gcc2" - -PROVIDES=" - sdl2_image${secondaryArchSuffix} = $portVersion compat >= 2 - lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.2.0 compat >= 0 - " -REQUIRES=" - haiku${secondaryArchSuffix} - lib:libgif$secondaryArchSuffix - lib:libGL$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libSDL2_2.0${secondaryArchSuffix} - lib:libtiff$secondaryArchSuffix - lib:libwebp$secondaryArchSuffix - lib:libz$secondaryArchSuffix - " - -PROVIDES_devel=" - sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2 - devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2 - devel:libSDL2_image_2.0$secondaryArchSuffix = 0.2.0 compat >= 0 - " -REQUIRES_devel=" - sdl2_image$secondaryArchSuffix == $portVersion base - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libgif$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpng16$secondaryArchSuffix - devel:libSDL2_2.0$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix - devel:libwebp$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:automake - cmd:dos2unix - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - cmd:pkg_config$secondaryArchSuffix - " - -BUILD() -{ - touch INSTALL NEWS README AUTHORS ChangeLog COPYING - autoreconf -fi - dos2unix miniz.h - runConfigure ./configure --enable-jpg-shared=no --enable-png-shared=no \ - --enable-tif-shared=no --enable-webp-shared=no - make $jobArgs -} - -INSTALL() -{ - make install - - rm $libDir/*.la - - prepareInstalledDevelLibs libSDL2_image libSDL2_image-2.0 - fixPkgconfig - - packageEntries devel \ - $developDir -} diff --git a/media-libs/sdl2_image/sdl2_image-2.0.3.recipe b/media-libs/sdl2_image/sdl2_image-2.0.4.recipe similarity index 86% rename from media-libs/sdl2_image/sdl2_image-2.0.3.recipe rename to media-libs/sdl2_image/sdl2_image-2.0.4.recipe index 43d7f2d15..5938e4be6 100644 --- a/media-libs/sdl2_image/sdl2_image-2.0.3.recipe +++ b/media-libs/sdl2_image/sdl2_image-2.0.4.recipe @@ -8,17 +8,17 @@ on both libz and libjpeg." HOMEPAGE="https://www.libsdl.org/projects/SDL_image" COPYRIGHT="1997-2018 Sam Lantinga" LICENSE="Zlib" -REVISION="3" +REVISION="1" SOURCE_URI="https://www.libsdl.org/projects/SDL_image/release/SDL2_image-$portVersion.tar.gz" -CHECKSUM_SHA256="3510c25da735ffcd8ce3b65073150ff4f7f9493b866e85b83738083b556d2368" +CHECKSUM_SHA256="e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac" SOURCE_DIR="SDL2_image-$portVersion" ARCHITECTURES="x86 x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86 x86_gcc2" PROVIDES=" - sdl2_image${secondaryArchSuffix} = $portVersion compat >= 2 - lib:libSDL2_image_2.0${secondaryArchSuffix} = 0.2.0 compat >= 0 + sdl2_image$secondaryArchSuffix = $portVersion compat >= 2 + lib:libSDL2_image_2.0$secondaryArchSuffix = 0.2.2 compat >= 0 " REQUIRES=" haiku${secondaryArchSuffix} @@ -35,7 +35,7 @@ REQUIRES=" PROVIDES_devel=" sdl2_image${secondaryArchSuffix}_devel = $portVersion compat >= 2 devel:libSDL2_image$secondaryArchSuffix = $portVersion compat >= 2 - devel:libSDL2_image_2.0$secondaryArchSuffix = 0.2.0 compat >= 0 + devel:libSDL2_image_2.0$secondaryArchSuffix = 0.2.2 compat >= 0 " REQUIRES_devel=" sdl2_image$secondaryArchSuffix == $portVersion base @@ -55,7 +55,6 @@ BUILD_PREREQUIRES=" cmd:aclocal cmd:autoconf cmd:automake - cmd:dos2unix cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:libtoolize$secondaryArchSuffix @@ -67,7 +66,6 @@ BUILD() { touch INSTALL NEWS README AUTHORS ChangeLog COPYING autoreconf -fi - dos2unix miniz.h runConfigure ./configure --enable-jpg-shared=no --enable-png-shared=no \ --enable-tif-shared=no --enable-webp-shared=no make $jobArgs