sdl2-mixer.

This commit is contained in:
4fury-c3440d8
2023-01-24 07:21:08 +03:00
parent dfa0fda13c
commit 5244997f96
2 changed files with 17 additions and 9 deletions
+2 -2
View File
@@ -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
@@ -39,4 +39,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("CHANGES*", "COPYING*", "README*")
pisitools.dodoc("CHANGES.txt", "LICENSE.txt", "README.txt")
+15 -7
View File
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>sdl2-mixer</Name>
<Homepage>http://www.libsdl.org/projects/SDL_mixer/</Homepage>
<Homepage>https://github.com/libsdl-org/SDL_mixer</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<License>Zlib</License>
<IsA>library</IsA>
<Summary>SDL2 mixer library</Summary>
<Description>SDL2_mixer is a SDL2 library for loading sound files.</Description>
<Archive sha1sum="242a63b1c7f38e358e94b1e0dc5120a6c1f3763b" type="targz">http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz</Archive>
<Archive sha1sum="036fc7839a6b8dc1af3dbfed4e2531224bbacdd7" type="targz">
https://github.com/libsdl-org/SDL_mixer/releases/download/release-2.6.2/SDL2_mixer-2.6.2.tar.gz
</Archive>
<BuildDependencies>
<Dependency>flac-devel</Dependency>
<Dependency>mpg123-devel</Dependency>
@@ -24,8 +26,7 @@
<Dependency>libmodplug-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">dev_snd_seq.patch</Patch>-->
<!-- <Patch level="1">ldflags.patch</Patch> -->
<!-- <Patch level="1">missing.patch</Patch> -->
</Patches>
</Source>
@@ -89,6 +90,13 @@
</Package>
<History>
<Update release="2">
<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="1">
<Date>2020-03-07</Date>
<Version>2.0.4</Version>