opusfile: ver bump.

This commit is contained in:
4fury
2020-06-28 21:32:23 +03:00
parent 5279f37ea1
commit c32074b763
8 changed files with 49 additions and 46 deletions
+11 -9
View File
@@ -1,20 +1,21 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-sse --enable-assertions \
--disable-static \
--disable-oggtest \
--disable-opustest \
--disable-opusfiletest \
--disable-libopusenctest")
autotools.configure("--enable-sse \
--enable-assertions \
--disable-static \
--disable-oggtest \
--disable-opustest \
--disable-opusfiletest \
--disable-libopusenctest")
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -25,4 +26,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING")
pisitools.dodoc("AUTHORS", "COPYING")
+2 -2
View File
@@ -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>opus-tools</Name>
<Homepage>https://www.opus-codec.org/</Homepage>
<Homepage>https://opus-codec.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>