opusfile: ver bump.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/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
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
@@ -13,10 +13,7 @@ def setup():
|
||||
options = "--disable-static"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += \
|
||||
"\
|
||||
--libdir=/usr/lib32 \
|
||||
"
|
||||
options += " --libdir=/usr/lib32 "
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
@@ -31,4 +28,5 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() != "_emul32":
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README.md")
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README.md")
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libopusenc</Name>
|
||||
<Homepage>https://www.opus-codec.org/</Homepage>
|
||||
<Homepage>https://opus-codec.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
|
||||
Reference in New Issue
Block a user