Merge pull request #8643 from 4fury/master
opusfile: ver. bump, cppcheck: no split.
This commit is contained in:
@@ -1,24 +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 get
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
options = "\
|
||||
--disable-static \
|
||||
"
|
||||
options = "--disable-static"
|
||||
|
||||
if get.buildTYPE() == "_emul32":
|
||||
options += " --libdir=/usr/lib32 \
|
||||
"
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
options += " --libdir=/usr/lib32 "
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
@@ -30,6 +27,6 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
if get.buildTYPE() != "_emul32":
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "INSTALL", "README")
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libopus</Name>
|
||||
<Homepage>http://www.opus-codec.org/</Homepage>
|
||||
<Homepage>https://opus-codec.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
@@ -114,4 +114,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
#!/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
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
@@ -14,8 +14,7 @@ def setup():
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
shelltools.export("PKG_CONFIG_PATH", "/usr/lib32/pkgconfig")
|
||||
options += " --libdir=/usr/lib32 \
|
||||
"
|
||||
options += " --libdir=/usr/lib32 "
|
||||
|
||||
autotools.configure(options)
|
||||
|
||||
@@ -26,3 +25,4 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README*")
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>opusfile</Name>
|
||||
@@ -12,19 +12,18 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for opening, seeking, and decoding .opus files</Summary>
|
||||
<Description>Library for opening, seeking, and decoding .opus files</Description>
|
||||
<Archive sha1sum="fc3bf2a73be16836a16d9e55ff1097de3835dce3" type="targz">https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.11.tar.gz</Archive>
|
||||
<Archive sha1sum="3e86971fef28292f982a32730632b1d531059ed5" type="targz">https://ftp.osuosl.org/pub/xiph/releases/opus/opusfile-0.12.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libogg-devel</Dependency>
|
||||
<Dependency>libopus-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
-->
|
||||
<!--
|
||||
<Patches>
|
||||
<!--
|
||||
<Patch>opusfile.patch</Patch>
|
||||
<Patch level="1">opusfile.patch</Patch>
|
||||
-->
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -40,7 +39,7 @@
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>opusfile-32bit</Name>
|
||||
<PartOf>emul32</PartOf>
|
||||
@@ -60,7 +59,7 @@
|
||||
<Path fileType="library">/usr/lib32</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>opusfile-devel</Name>
|
||||
<Summary>Development files for opusfile</Summary>
|
||||
@@ -73,8 +72,15 @@
|
||||
<Path fileType="library">/usr/lib32/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-06-27</Date>
|
||||
<Version>0.12</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-03-07</Date>
|
||||
<Version>0.11</Version>
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<IsA>app:gui</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<PartOf>programming.tool</PartOf>
|
||||
<Summary>static analysis of C/C++ code.</Summary>
|
||||
<Description>
|
||||
@@ -41,35 +42,20 @@
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-charts</Dependency>
|
||||
<Dependency>python3-Pygments</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/cppcheck</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="data">/usr/share/Cppcheck</Path>
|
||||
<Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
|
||||
<!-- <Path fileType="man">/usr/share/man</Path> -->
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<IsA>app:gui</IsA>
|
||||
<Name>cppcheck-gui</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">cppcheck</Dependency>
|
||||
<!-- <Dependency>z3</Dependency> -->
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-charts</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/cppcheck-gui</Path>
|
||||
<Path fileType="data">/usr/share/applications</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localedata">/usr/share/Cppcheck/lang</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-06-27</Date>
|
||||
|
||||
Reference in New Issue
Block a user