Merge pull request #8643 from 4fury/master

opusfile: ver. bump, cppcheck: no split.
This commit is contained in:
2020-06-29 07:51:46 +03:00
committed by GitHub
9 changed files with 63 additions and 67 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")
+9 -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>
@@ -43,6 +43,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-06-28</Date>
<Version>0.2</Version>
<Comment>Rebuild.</Comment>
<Email>wascheme@tuta.io</Email>
<Name>fury</Name>
</Update>
<Update release="1">
<Date>2019-06-24</Date>
<Version>0.2</Version>