Merge pull request #8556 from blue-devil/master

audacity updated, shiboken added
This commit is contained in:
Blue DeviL
2020-05-25 17:11:56 +03:00
committed by GitHub
9 changed files with 236 additions and 4 deletions
+2
View File
@@ -20,6 +20,8 @@ def setup():
autotools.autoconf()
shelltools.export("LIBS", "-lavcodec")
#shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
# suppress compiler warnings
pisitools.cxxflags.add("-Wno-unused-result -Wno-implicit-int -Wno-format-overflow -Wno-return-type -Wno-format-truncation -Wno-deprecated-declarations -Wno-unknown-pragmas -Wno-maybe-uninitialized -Wno-strict-prototypes -Wno-comment -Wno-implicit-function-declaration -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-enum-compare -Wno-aligned-new -Wno-class-memaccess -Wno-unused-but-set-variable -Wno-misleading-indentation -Wno-unused-variable -Wno-reorder -Wno-unused-function -Wno-sign-compare -Wno-unused-value -Wno-pessimizing-move -Wno-reorder -Wno-switch")
autotools.configure("--enable-unicode \
--with-midi \
--with-sbsms \
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA>
<Summary>Multi-track audio editor and recorder</Summary>
<Description>With Audacity, you can cut, copy, splice or mix sounds together; change the speed or pitch of a recording and much more. Editing is very fast and provides unlimited undo/redo. There are digital effects and spectrum analysis tools. Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU..</Description>
<Archive sha1sum="c0f6fd568994863e430c786837878465bdcbe5f7" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.4.0.tar.gz</Archive>
<Archive sha1sum="f164b6a2e02947809cee2e313cb61279a60d4829" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>wxGTK3</Dependency>
@@ -88,6 +88,13 @@
</Package>
<History>
<Update release="6">
<Date>2020-05-21</Date>
<Version>2.4.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-05-21</Date>
<Version>2.4.0</Version>
+90 -1
View File
@@ -45521,6 +45521,88 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>shiboken2</Name>
<Homepage>https://www.pyside.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary xml:lang="en">Shiboken the Binding Generator</Summary>
<Summary xml:lang="tr">Python3 için destek kütüphanesi</Summary>
<Description xml:lang="en">Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang.</Description>
<Description xml:lang="tr">Shiboken2 C ve C++ kitaplıkları için CPython-temelli bağlayıcı kod üretecidir.</Description>
<Archive type="tarxz" sha1sum="d457ef87ce427afd35a20347068cdf6a4150271a" name="pyside-setup-opensource-src-5.14.2.tar.xz">https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.14.2-src/pyside-setup-opensource-src-5.14.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>llvm-clang-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/language/python3/python3-shiboken2/pspec.xml</SourceURI>
</Source>
<Package>
<Name>shiboken2</Name>
<Summary xml:lang="en">Shiboken2 is the binding generator used to create the PySide2 bindings.</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>llvm-clang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/shiboken2</Path>
<Path fileType="library">/usr/lib/libshiboken2*</Path>
<Path fileType="man">/usr/share/man/man1/shiboken2.1</Path>
<Path fileType="executable">/usr/bin/shiboken_tool.py</Path>
</Files>
</Package>
<Package>
<Name>python3-shiboken2</Name>
<Summary xml:lang="en">Python3 shared library files used by shiboken2.</Summary>
<Summary xml:lang="tr">Python3 için shiboken2 bağlayıcı modülü</Summary>
<Description xml:lang="tr">python3-shiboken2, Python3 için shiboken2 bağlayıcı modülü içerir.</Description>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency release="1">shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/site-packages/shiboken2*</Path>
<Path fileType="library">/usr/lib/libshiboken2.cpython-36m-x86_64-linux-gnu.so*</Path>
</Files>
</Package>
<Package>
<Name>python3-shiboken2-devel</Name>
<Summary xml:lang="en">Development headers for the shiboken2 library.</Summary>
<Summary xml:lang="tr">python3-shiboken2 için geliştime dosyaları</Summary>
<Description xml:lang="tr">python3-shiboken2-devel, python3-shiboken2 için geliştime dosyaları içerir.</Description>
<RuntimeDependencies>
<Dependency release="1">python3-shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/cmake/</Path>
<Path fileType="header">/usr/include/shiboken2/</Path>
<Path fileType="library">/usr/lib/pkgconfig/shiboken2.pc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-25</Date>
<Version>5.14.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>python3-click</Name>
@@ -82149,7 +82231,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Description xml:lang="en">With Audacity, you can cut, copy, splice or mix sounds together; change the speed or pitch of a recording and much more. Editing is very fast and provides unlimited undo/redo. There are digital effects and spectrum analysis tools. Supported file formats include Ogg Vorbis, MP3, WAV, AIFF, and AU..</Description>
<Description xml:lang="tr">Audacity ses dosyalarını kaydetmek ve düzenlemek için özgür, açık kodlu bir yazılımdır.</Description>
<Description xml:lang="es">Audacity es un editor de grabación y edición de sonido libre, de código abierto y multiplataforma.</Description>
<Archive type="targz" sha1sum="c0f6fd568994863e430c786837878465bdcbe5f7" name="Audacity-2.4.0.tar.gz">https://github.com/audacity/audacity/archive/Audacity-2.4.0.tar.gz</Archive>
<Archive type="targz" sha1sum="f164b6a2e02947809cee2e313cb61279a60d4829" name="Audacity-2.4.1.tar.gz">https://github.com/audacity/audacity/archive/Audacity-2.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>wxGTK3</Dependency>
@@ -82222,6 +82304,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-05-21</Date>
<Version>2.4.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2020-05-21</Date>
<Version>2.4.0</Version>
+1 -1
View File
@@ -1 +1 @@
83bc99fedcf65ddc2f65404b17c214566fadc357
5fadd3b4329433cef5ed518350a318302a5d08e6
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
f12e4516b2c8247c4f1b9479b10bc1a5ecb372ad
d69c7aed7f6f4464e448bc0e20c4d04fa80ef02a
@@ -0,0 +1,27 @@
# -*- coding: utf-8 -*-
#
# Copyright 2011 TUBITAK/BILGEM
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import cmaketools
from pisi.actionsapi import shelltools
def setup():
shelltools.cd("sources/shiboken2")
shelltools.makedirs("build3")
shelltools.cd("build3")
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTS=OFF \
-DUSE_PYTHON_VERSION=3", sourceDir="..")
def build():
shelltools.cd("sources/shiboken2/build3")
cmaketools.make()
def install():
shelltools.cd("sources/shiboken2/build3")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
@@ -0,0 +1,89 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>shiboken2</Name>
<Homepage>https://www.pyside.org</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>LGPLv2</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Shiboken the Binding Generator</Summary>
<Description>Shiboken is the CPython-based binding code generator for C or C++ libraries. It uses an ApiExtractor library to parse the C or C++ headers and get the type information, using Clang.</Description>
<Archive sha1sum="d457ef87ce427afd35a20347068cdf6a4150271a" type="tarxz">https://download.qt.io/official_releases/QtForPython/pyside2/PySide2-5.14.2-src/pyside-setup-opensource-src-5.14.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>llvm</Dependency>
<Dependency>cmake</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>llvm-clang-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<!--<Dependency>python3-setuptools</Dependency>
<Dependency>qt5-multimedia-devel</Dependency>
<Dependency>qt5-sql-postgresql</Dependency>
<Dependency>qt5-sql-sqlite</Dependency>
<Dependency>qt5-sql-mysql</Dependency>
<Dependency>qt5-sql-odbc</Dependency>-->
</BuildDependencies>
</Source>
<Package>
<Name>shiboken2</Name>
<Summary>Shiboken2 is the binding generator used to create the PySide2 bindings.</Summary>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>llvm-clang</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/shiboken2</Path>
<Path fileType="library">/usr/lib/libshiboken2*</Path>
<Path fileType="man">/usr/share/man/man1/shiboken2.1</Path>
<Path fileType="executable">/usr/bin/shiboken_tool.py</Path>
<!--<Path fileType="man">/usr/share/man/shiboken2.1.gz</Path>-->
</Files>
</Package>
<Package>
<Name>python3-shiboken2</Name>
<Summary>Python3 shared library files used by shiboken2.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency release="current">shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*/site-packages/shiboken2*</Path>
<Path fileType="library">/usr/lib/libshiboken2.cpython-36m-x86_64-linux-gnu.so*</Path>
<!--<Path fileType="data">/usr/lib/python3*/site-packages/shiboken2-5.13.2-py3.6.egg-info/</Path>-->
</Files>
</Package>
<Package>
<Name>python3-shiboken2-devel</Name>
<Summary>Development headers for the shiboken2 library.</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-shiboken2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/cmake/</Path>
<Path fileType="header">/usr/include/shiboken2/</Path>
<Path fileType="library">/usr/lib/pkgconfig/shiboken2.pc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-05-25</Date>
<Version>5.14.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,18 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>shiboken2</Name>
<Summary xml:lang="tr">Python3 için destek kütüphanesi</Summary>
<Description xml:lang="tr">Shiboken2 C ve C++ kitaplıkları için CPython-temelli bağlayıcı kod üretecidir.</Description>
</Source>
<Package>
<Name>python3-shiboken2</Name>
<Summary xml:lang="tr">Python3 için shiboken2 bağlayıcı modülü</Summary>
<Description xml:lang="tr">python3-shiboken2, Python3 için shiboken2 bağlayıcı modülü içerir.</Description>
</Package>
<Package>
<Name>python3-shiboken2-devel</Name>
<Summary xml:lang="tr">python3-shiboken2 için geliştime dosyaları</Summary>
<Description xml:lang="tr">python3-shiboken2-devel, python3-shiboken2 için geliştime dosyaları içerir.</Description>
</Package>
</PISI>