libshout.

This commit is contained in:
4fury-c3440d8
2023-01-29 08:29:12 +03:00
parent 24ba310175
commit d59bfc08f5
2 changed files with 27 additions and 16 deletions
+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>