Merge pull request #17581 from Rmys/master

libsdl ver. bump
This commit is contained in:
Rmys
2025-10-23 17:30:27 +03:00
committed by GitHub
4 changed files with 19 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
WorkDir = "SDL_image-%s" % get.srcVERSION() # WorkDir = "SDL_image-%s" % get.srcVERSION()
def setup(): def setup():
options = "--disable-dependency-tracking \ options = "--disable-dependency-tracking \
+9 -2
View File
@@ -12,7 +12,7 @@
<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="5e3e393d4e366638048bbb10d6a269ea3f4e4cf2" type="targz">http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.12.tar.gz</Archive> <Archive sha1sum="0ffc44e53c0d67630914b742d684f8a15fb4a390" type="targz">https://github.com/libsdl-org/SDL_image/archive/633dc522f5114f6d473c910dace62e8ca27a1f7d.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>tiff-devel</Dependency> <Dependency>tiff-devel</Dependency>
<Dependency>libsdl-devel</Dependency> <Dependency>libsdl-devel</Dependency>
@@ -20,7 +20,7 @@
<Dependency>libjpeg-turbo-devel</Dependency> <Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch>gif-overflow.patch</Patch> <!-- <Patch>gif-overflow.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -81,6 +81,13 @@
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2025-10-23</Date>
<Version>1.2.12</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-10-15</Date> <Date>2020-10-15</Date>
<Version>1.2.12</Version> <Version>1.2.12</Version>
+1 -1
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import get from pisi.actionsapi import get
WorkDir = "SDL_net-%s" % get.srcVERSION() # WorkDir = "SDL_net-%s" % get.srcVERSION()
def setup(): def setup():
autotools.configure("--disable-static") autotools.configure("--disable-static")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>SDL network library</Summary> <Summary>SDL network library</Summary>
<Description>sdl-mixer is a SDL library for network access.</Description> <Description>sdl-mixer is a SDL library for network access.</Description>
<Archive sha1sum="fd393059fef8d9925dc20662baa3b25e02b8405d" type="targz">http://www.libsdl.org/projects/SDL_net/release/SDL_net-1.2.8.tar.gz</Archive> <Archive sha1sum="83b1be42a82664ef9b7ee1a7d25e5a4147b1385a" type="targz">https://github.com/libsdl-org/SDL_net/archive/091c95c031769f48d3ffaacddfdea1af999f4446.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libsdl-devel</Dependency> <Dependency>libsdl-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -43,6 +43,13 @@
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2025-10-23</Date>
<Version>1.2.8</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-03-07</Date> <Date>2020-03-07</Date>
<Version>1.2.8</Version> <Version>1.2.8</Version>