Merge pull request #8546 from blue-devil/master

audacity: minor ver. bump
This commit is contained in:
Blue DeviL
2020-05-21 02:34:48 +03:00
committed by GitHub
3 changed files with 75 additions and 71 deletions
+21 -21
View File
@@ -4,10 +4,10 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import get
#WorkDir = "audacity-minsrc-%s" % get.srcVERSION() #WorkDir = "audacity-minsrc-%s" % get.srcVERSION()
@@ -21,28 +21,28 @@ def setup():
shelltools.export("LIBS", "-lavcodec") shelltools.export("LIBS", "-lavcodec")
#shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig") #shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
autotools.configure("--enable-unicode \ autotools.configure("--enable-unicode \
WX_CONFIG=/usr/bin/wx-config-gtk3 \
--enable-nyquist \
--enable-ladspa \
--with-lib-preference='system local' \
--with-libsndfile=system \
--prefix=/usr \
--docdir=/usr/share/doc/audacity \
--with-expat=system \
--with-libsamplerate \
--with-lame=system \
--with-libvorbis \
--with-libmad \
--with-libflac \
--with-libid3tag \
--with-sbsms \
--with-soundtouch \
--with-libvamp \
--with-libtwolame \
--with-ffmpeg=system \
--with-midi \ --with-midi \
--with-sbsms \
--prefix=/usr \
--with-libmad \
--with-taglib \ --with-taglib \
--without-lv2 \ --without-lv2 \
--with-libvamp \
--with-libflac \
--enable-ladspa \
--enable-nyquist \
--with-libvorbis \
--with-libid3tag \
--with-soundtouch \
--with-libtwolame \
--with-lame=system \
--with-expat=system \
--with-libsamplerate \
--with-ffmpeg=system \
--with-libsndfile=system \
--docdir=/usr/share/doc/audacity \
WX_CONFIG=/usr/bin/wx-config-gtk3 \
--with-lib-preference='system local' \
--with-portmixer") --with-portmixer")
def build(): def build():
@@ -51,4 +51,4 @@ def build():
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodir("/usr/share/audacity/help/manual") pisitools.dodir("/usr/share/audacity/help/manual")
+52 -48
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>audacity</Name> <Name>audacity</Name>
@@ -8,89 +8,93 @@
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
</Packager> </Packager>
<PartOf>multimedia.sound</PartOf>
<License>GPLv2</License> <License>GPLv2</License>
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>Multi-track audio editor and recorder</Summary> <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> <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="165ad24f90728b644b928397eb75129977c16db1" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.3.3.tar.gz</Archive> <Archive sha1sum="c0f6fd568994863e430c786837878465bdcbe5f7" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.4.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
<Dependency>alsa-lib-devel</Dependency> <Dependency>wxGTK3</Dependency>
<Dependency>ffmpeg-devel</Dependency> <Dependency>lv2-devel</Dependency>
<Dependency>flac-devel</Dependency> <Dependency>flac-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>libmad-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>twolame-devel</Dependency>
<Dependency>wxGTK3</Dependency>
<Dependency>wxGTK-devel</Dependency>
<Dependency>wxBase-devel</Dependency>
<Dependency>lame-devel</Dependency> <Dependency>lame-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>lv2-devel</Dependency>
<Dependency>vamp-plugin-sdk-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>libmad-devel</Dependency>
<Dependency>expat-devel</Dependency> <Dependency>expat-devel</Dependency>
<Dependency>glib2-devel</Dependency> <Dependency>glib2-devel</Dependency>
<Dependency>wxGTK-devel</Dependency>
<Dependency>wxBase-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>libmad-devel</Dependency>
<Dependency>libogg-devel</Dependency>
<Dependency>taglib-devel</Dependency>
<Dependency>twolame-devel</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>libvorbis-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>soundtouch-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency> <Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>libsamplerate-devel</Dependency>
<Dependency>vamp-plugin-sdk-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>audacity</Name> <Name>audacity</Name>
<Summary>Multi-track audio editor and recorder</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>gtk3</Dependency> <Dependency>lv2</Dependency>
<Dependency>flac</Dependency> <Dependency>flac</Dependency>
<Dependency>wxGTK-common</Dependency> <Dependency>gtk3</Dependency>
<Dependency>wxGTK3</Dependency> <Dependency>expat</Dependency>
<Dependency>wxBase</Dependency> <Dependency>glib2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libogg</Dependency> <Dependency>libogg</Dependency>
<Dependency>libmad</Dependency> <Dependency>libmad</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>wxBase</Dependency>
<Dependency>wxGTK3</Dependency>
<Dependency>twolame</Dependency> <Dependency>twolame</Dependency>
<Dependency>alsa-lib</Dependency> <Dependency>alsa-lib</Dependency>
<Dependency>libid3tag</Dependency> <Dependency>libid3tag</Dependency>
<Dependency>libvorbis</Dependency> <Dependency>libvorbis</Dependency>
<Dependency>soundtouch</Dependency>
<Dependency>libsndfile</Dependency> <Dependency>libsndfile</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>lame</Dependency>
<Dependency>lv2</Dependency>
<Dependency>vamp-plugin-sdk</Dependency>
<Dependency>soundtouch</Dependency> <Dependency>soundtouch</Dependency>
<Dependency>libmad</Dependency>
<Dependency>expat</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
<Dependency>soundtouch</Dependency>
<Dependency>wxGTK-common</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>vamp-plugin-sdk</Dependency>
<Dependency>jack-audio-connection-kit</Dependency>
<!-- Only needed for runtime --> <!-- Only needed for runtime -->
<Dependency>lame</Dependency> <Dependency>lame</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/audacity</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc/audacity</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/audacity</Path>
<Path fileType="doc">/usr/share/doc/audacity</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="5">
<Date>2020-05-21</Date>
<Version>2.4.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4"> <Update release="4">
<Date>2020-01-30</Date> <Date>2020-01-30</Date>
<Version>2.3.3</Version> <Version>2.3.3</Version>
@@ -120,4 +124,4 @@
<Email>groni@pisilinux.org</Email> <Email>groni@pisilinux.org</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>
+2 -2
View File
@@ -3,8 +3,8 @@
<Source> <Source>
<Name>audacity</Name> <Name>audacity</Name>
<Summary xml:lang="tr">Özgür ses düzenleyici ve kaydedici</Summary> <Summary xml:lang="tr">Özgür ses düzenleyici ve kaydedici</Summary>
<Summary xml:lang="es">Grabador y editor de audio de código libre</Summary> <Summary xml:lang="es">Grabador y editor de audio de código libre</Summary>
<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="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> <Description xml:lang="es">Audacity es un editor de grabación y edición de sonido libre, de código abierto y multiplataforma.</Description>
</Source> </Source>
</PISI> </PISI>