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
+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>