Merge pull request #11417 from 4fury-c3440d8/next

updates.
This commit is contained in:
Kamil ATLI
2023-01-29 15:22:07 +03:00
committed by GitHub
26 changed files with 245 additions and 99 deletions
+10 -9
View File
@@ -2,17 +2,20 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools, pisitools
i = ''.join([
' --enable-theora',
' --enable-speex',
' --disable-static '
])
def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static \
--enable-theora \
--enable-speex")
autotools.configure(i)
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -20,5 +23,3 @@ def build():
def install():
autotools.install()
#pisitools.removeDir("/usr/bin")
+17 -7
View File
@@ -1,9 +1,9 @@
<?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>
<Source>
<Name>libshout</Name>
<Homepage>http://www.icecast.org</Homepage>
<Homepage>https://www.icecast.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -11,8 +11,8 @@
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>A library for communicating with and sending data to an icecast server</Summary>
<Description>Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server.</Description>
<Archive sha1sum="f14bef3072c81de94b512057bedf4d26cc211ae2" type="targz">https://ftp.osuosl.org/pub/xiph/releases/libshout/libshout-2.4.3.tar.gz</Archive>
<Description>Libshout is a library for communicating with and sending data to an icecast server. It handles the socket connection, the timing of the data, and prevents bad data from getting to the icecast server.</Description>
<Archive sha1sum="14231d7eebee4bb01baa5dd0b964cfad77296241" type="targz">https://ftp.osuosl.org/pub/xiph/releases/libshout/libshout-2.4.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libogg-devel</Dependency>
@@ -20,9 +20,9 @@
<Dependency>speex-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">libshout-2.2.2-fix_speex.patch</Patch>
<Patch level="1">libshout-2.2.2-automagic.patch</Patch>-->
<Patch level="1">pthread_flag.patch</Patch>
<!-- <Patch level="1">libshout-2.2.2-fix_speex.patch</Patch> -->
<!-- <Patch level="1">libshout-2.2.2-automagic.patch</Patch> -->
<!-- <Patch level="1">pthread_flag.patch</Patch> -->
</Patches>
</Source>
@@ -35,7 +35,10 @@
<Dependency>speex</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/shout</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/ckport</Path>
<Path fileType="manpage">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -59,6 +62,13 @@
</Package>
<History>
<Update release="6">
<Date>2023-01-27</Date>
<Version>2.4.6</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="5">
<Date>2020-01-19</Date>
<Version>2.4.3</Version>
+7
View File
@@ -60,6 +60,13 @@
</Package>
<History>
<Update release="5">
<Date>2023-01-29</Date>
<Version>2.6.2</Version>
<Comment>Rebuild new jxl.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2023-01-24</Date>
<Version>2.6.2</Version>