reverse
This commit is contained in:
@@ -1,39 +0,0 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
#from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# options = "\
|
||||
# --disable-static \
|
||||
# --enable-fixed-point \
|
||||
# "
|
||||
|
||||
# if get.buildTYPE() == "_emul32":
|
||||
# options += " --libdir=/usr/lib32 \
|
||||
# "
|
||||
# shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
# autotools.configure(options)
|
||||
autotools.configure("--disable-static")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", \
|
||||
"COPYING", \
|
||||
"README.md")
|
||||
|
||||
# if get.buildTYPE() == "_emul32":
|
||||
# pisitools.dodoc("README", "NEWS", "AUTHORS")
|
||||
@@ -1,80 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>opusfile</Name>
|
||||
<Homepage>http://opus-codec.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Opusfile</Summary>
|
||||
<Description>
|
||||
Opusfile provides application developers with a high-level API for decoding and seeking in .opus files.
|
||||
</Description>
|
||||
<Archive sha1sum="7aefeb6a2255899d8ff02cc25295837bf47e4c02" type="targz">
|
||||
https://archive.mozilla.org/pub/opus/opusfile-0.9.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libopus-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<!-- <Dependency>libogg-32bit</Dependency>
|
||||
<Dependency>libopus-32bit</Dependency>
|
||||
<Dependency>openssl-32bit</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>opusfile</Name>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libopus</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc/opusfile/*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>opusfile-devel</Name>
|
||||
<Summary>Development files for opusfile</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">opusfile</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/opus</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<!-- <Package>
|
||||
<Name>opusfile-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
<Summary>32-bit shared libraries for opusfile</Summary>
|
||||
<BuildType>emul32</BuildType>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">opusfile</Dependency>
|
||||
<Dependency>libogg-32bit</Dependency>
|
||||
<Dependency>libopus-32bit</Dependency>
|
||||
<Dependency>openssl-32bit</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package> -->
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-04-14</Date>
|
||||
<Version>0.9</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>opusfile</Name>
|
||||
<Summary xml:lang="tr">unkown</Summary>
|
||||
<Description xml:lang="tr">unkown</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>opusfile-devel</Name>
|
||||
<Summary xml:lang="tr">unkown</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
@@ -38,7 +38,7 @@
|
||||
<Dependency>wavpack-devel</Dependency>
|
||||
<Dependency>libcddb-devel</Dependency>
|
||||
<Dependency>libopus-devel</Dependency>
|
||||
<Dependency>opusfile-devel</Dependency>
|
||||
<!-- <Dependency>opusfile-devel</Dependency> -->
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>libmp4v2-devel</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
@@ -77,7 +77,7 @@
|
||||
<Dependency>wavpack</Dependency>
|
||||
<Dependency>libcddb</Dependency>
|
||||
<Dependency>libopus</Dependency>
|
||||
<Dependency>opusfile</Dependency>
|
||||
<!-- <Dependency>opusfile</Dependency> -->
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libmp4v2</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
|
||||
Reference in New Issue
Block a user