audiofile ported from pisi 1.2

This commit is contained in:
groni
2015-10-19 15:32:41 +02:00
parent da97dc8282
commit 37ea759d9f
3 changed files with 131 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
# Don't build examples
pisitools.dosed("Makefile.am", "^(SRC_SUBDIRS.*?) examples", r"\1")
autotools.autoreconf("-vfi")
autotools.configure("--disable-static \
--disable-werror \
--enable-largefile")
def build():
autotools.make()
def check():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "TODO", "NEWS")
+84
View File
@@ -0,0 +1,84 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>audiofile</Name>
<Homepage>http://www.68k.org/~michael/audiofile/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>An elegant API for accessing audio files</Summary>
<Description>audiofile provides a uniform and elegant API for accessing a variety of audio file formats, such as AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX, and NIST SPHERE.</Description>
<Archive sha1sum="3aba3ef724b1b5f88cfc20ab9f8ce098e6c35a0e" type="targz">http://audiofile.68k.org/audiofile-0.3.6.tar.gz</Archive>
</Source>
<Package>
<Name>audiofile</Name>
<RuntimeDependencies>
<Dependency>flac</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="doc">/usr/share/man</Path>
</Files>
</Package>
<Package>
<Name>audiofile-devel</Name>
<Summary>Development files for audiofile</Summary>
<RuntimeDependencies>
<Dependency release="current">audiofile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/audiofile-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>audiofile-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for audiofile</Summary>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency>flac-32bit</Dependency>
<Dependency release="current">audiofile</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-20</Date>
<Version>0.3.4</Version>
<Comment>Rebuild</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-18</Date>
<Version>0.3.4</Version>
<Comment>Rebuild</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-01-14</Date>
<Version>0.3.4</Version>
<Comment>First release</Comment>
<Name>Idris Kalp</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>audiofile</Name>
<Summary xml:lang="tr">Ses dosyalarına erişim için zarif bir UPA</Summary>
<Description xml:lang="tr">audiofile; AIFF/AIFF-C, WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual Research, Amiga IFF/8SVX ve NIST SPHERE gibi çeşitli ses dosyası biçimlerine erişim için düzenli ve gelişmiş bir uygulama programlama arayüzü sağlar.</Description>
</Source>
<Package>
<Name>audiofile-devel</Name>
<Summary xml:lang="tr">audiofile için geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>audiofile-32bit</Name>
<Summary xml:lang="tr">audiofile için 32-bit paylaşımlı kitaplıklar</Summary>
</Package>
</PISI>