From 730103057b5b628f9f4557778b5cb5bb02e7182a Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 24 Jan 2023 07:20:00 +0300 Subject: [PATCH] sdl2-image. --- multimedia/misc/sdl2-image/actions.py | 8 +++----- multimedia/misc/sdl2-image/pspec.xml | 23 ++++++++++++++++++----- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/multimedia/misc/sdl2-image/actions.py b/multimedia/misc/sdl2-image/actions.py index e8952f9a27..7641a4c70b 100644 --- a/multimedia/misc/sdl2-image/actions.py +++ b/multimedia/misc/sdl2-image/actions.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt from pisi.actionsapi import autotools from pisi.actionsapi import pisitools @@ -14,8 +14,7 @@ def setup(): #autotools.autoreconf("-vfi") autotools.configure("--disable-static \ - --prefix=/usr \ - --enable-wayland") + --prefix=/usr ") def build(): autotools.make() @@ -23,5 +22,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("COPYING.txt") + pisitools.dodoc("LICENSE.txt") diff --git a/multimedia/misc/sdl2-image/pspec.xml b/multimedia/misc/sdl2-image/pspec.xml index f28663d3cf..05c1b44e90 100644 --- a/multimedia/misc/sdl2-image/pspec.xml +++ b/multimedia/misc/sdl2-image/pspec.xml @@ -1,20 +1,25 @@ - - + + sdl2-image - http://www.libsdl.org/projects/SDL_image/ + https://github.com/libsdl-org/SDL_image PisiLinux Community admins@pisilinux.org - LGPLv2.1 + Zlib library SDL image file loading library SDL_image is an image file loader for SDL. - https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz + + https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz + zlib-devel + libavif-devel + libjxl-devel + webp-devel libsdl2-devel tiff-devel libpng-devel @@ -28,6 +33,7 @@ libsdl2 tiff zlib + libjxl libpng libjpeg-turbo @@ -54,6 +60,13 @@ + + 2023-01-24 + 2.6.2 + Version bump. + fury + uglyside@yandex.ru + 2020-03-07 2.0.5