sdl2-image.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# 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 autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
@@ -14,8 +14,7 @@ def setup():
|
|||||||
|
|
||||||
#autotools.autoreconf("-vfi")
|
#autotools.autoreconf("-vfi")
|
||||||
autotools.configure("--disable-static \
|
autotools.configure("--disable-static \
|
||||||
--prefix=/usr \
|
--prefix=/usr ")
|
||||||
--enable-wayland")
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
@@ -23,5 +22,4 @@ def build():
|
|||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
|
pisitools.dodoc("LICENSE.txt")
|
||||||
pisitools.dodoc("COPYING.txt")
|
|
||||||
|
|||||||
@@ -1,20 +1,25 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>sdl2-image</Name>
|
<Name>sdl2-image</Name>
|
||||||
<Homepage>http://www.libsdl.org/projects/SDL_image/</Homepage>
|
<Homepage>https://github.com/libsdl-org/SDL_image</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>PisiLinux Community</Name>
|
<Name>PisiLinux Community</Name>
|
||||||
<Email>admins@pisilinux.org</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>LGPLv2.1</License>
|
<License>Zlib</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>SDL image file loading library</Summary>
|
<Summary>SDL image file loading library</Summary>
|
||||||
<Description>SDL_image is an image file loader for SDL.</Description>
|
<Description>SDL_image is an image file loader for SDL.</Description>
|
||||||
<Archive sha1sum="c0aed07994f670a3758f6b8b93d9034a58df5781" type="targz">https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.5.tar.gz</Archive>
|
<Archive sha1sum="955e0a8ee89f22829f4a72e1774e6e3f9225712c" type="targz">
|
||||||
|
https://github.com/libsdl-org/SDL_image/releases/download/release-2.6.2/SDL2_image-2.6.2.tar.gz
|
||||||
|
</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>zlib-devel</Dependency>
|
<Dependency>zlib-devel</Dependency>
|
||||||
|
<Dependency>libavif-devel</Dependency>
|
||||||
|
<Dependency>libjxl-devel</Dependency>
|
||||||
|
<Dependency>webp-devel</Dependency>
|
||||||
<Dependency>libsdl2-devel</Dependency>
|
<Dependency>libsdl2-devel</Dependency>
|
||||||
<Dependency>tiff-devel</Dependency>
|
<Dependency>tiff-devel</Dependency>
|
||||||
<Dependency>libpng-devel</Dependency>
|
<Dependency>libpng-devel</Dependency>
|
||||||
@@ -28,6 +33,7 @@
|
|||||||
<Dependency>libsdl2</Dependency>
|
<Dependency>libsdl2</Dependency>
|
||||||
<Dependency>tiff</Dependency>
|
<Dependency>tiff</Dependency>
|
||||||
<Dependency>zlib</Dependency>
|
<Dependency>zlib</Dependency>
|
||||||
|
<Dependency>libjxl</Dependency>
|
||||||
<Dependency>libpng</Dependency>
|
<Dependency>libpng</Dependency>
|
||||||
<Dependency>libjpeg-turbo</Dependency>
|
<Dependency>libjpeg-turbo</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
@@ -54,6 +60,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="4">
|
||||||
|
<Date>2023-01-24</Date>
|
||||||
|
<Version>2.6.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>fury</Name>
|
||||||
|
<Email>uglyside@yandex.ru</Email>
|
||||||
|
</Update>
|
||||||
<Update release="3">
|
<Update release="3">
|
||||||
<Date>2020-03-07</Date>
|
<Date>2020-03-07</Date>
|
||||||
<Version>2.0.5</Version>
|
<Version>2.0.5</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user