libfishsound:moved from contrib
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# suppress compiler warnings
|
||||
pisitools.cflags.add("-Wno-cast-function-type -Wno-enum-compare -Wno-incompatible-pointer-types")
|
||||
autotools.configure("--enable-static=no")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
|
||||
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libfishsound</Name>
|
||||
<Homepage>https://www.xiph.org/fishsound/</Homepage>
|
||||
<Packager>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Packager>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
|
||||
<Description>libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).</Description>
|
||||
<Archive sha1sum="5263dfaa12dce71e30c5d80f871d92869c6b5ce2" type="targz">http://downloads.xiph.org/releases/libfishsound/libfishsound-1.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>speex-devel</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libfishsound</Name>
|
||||
<Summary>A simple programming interface that wraps Xiph.Org audio codecs</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>speex</Dependency>
|
||||
<Dependency>flac</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libfishsound-devel</Name>
|
||||
<Summary>Development files for libfishsound</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libfishsound</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>speex-devel</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>1.0.0</Version>
|
||||
<Comment>First pisi release</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libfishsound</Name>
|
||||
<Summary xml:lang="tr">libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode edebilir.</Summary>
|
||||
<Description xml:lang="tr">libfishsound Xiph.org kodekleri(FLAC, Speex ve Vorbis) kullanarak ses verisi enkode ve dekode etmek için kitaplık dosyaları sunar.</Description>
|
||||
<Summary xml:lang="fr">La librairie pour fichiers au format média Oggz.</Summary>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libfishsound-devel</Name>
|
||||
<Summary xml:lang="tr">libfishsound için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">libfishsound-devel, libfishsound için geliştirme dosyaları içerir</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user