audacity: minor ver. bump
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
#WorkDir = "audacity-minsrc-%s" % get.srcVERSION()
|
||||
|
||||
@@ -21,28 +21,28 @@ def setup():
|
||||
shelltools.export("LIBS", "-lavcodec")
|
||||
#shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
|
||||
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-sbsms \
|
||||
--prefix=/usr \
|
||||
--with-libmad \
|
||||
--with-taglib \
|
||||
--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")
|
||||
|
||||
def build():
|
||||
@@ -51,4 +51,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodir("/usr/share/audacity/help/manual")
|
||||
pisitools.dodir("/usr/share/audacity/help/manual")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?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>
|
||||
<Source>
|
||||
<Name>audacity</Name>
|
||||
@@ -8,89 +8,93 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>multimedia.sound</PartOf>
|
||||
<License>GPLv2</License>
|
||||
<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="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>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>alsa-lib-devel</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>wxGTK3</Dependency>
|
||||
<Dependency>lv2-devel</Dependency>
|
||||
<Dependency>flac-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>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>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>desktop-file-utils</Dependency>
|
||||
<Dependency>libsamplerate-devel</Dependency>
|
||||
<Dependency>vamp-plugin-sdk-devel</Dependency>
|
||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>audacity</Name>
|
||||
<Summary>Multi-track audio editor and recorder</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>lv2</Dependency>
|
||||
<Dependency>flac</Dependency>
|
||||
<Dependency>wxGTK-common</Dependency>
|
||||
<Dependency>wxGTK3</Dependency>
|
||||
<Dependency>wxBase</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>ffmpeg</Dependency>
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libmad</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>wxBase</Dependency>
|
||||
<Dependency>wxGTK3</Dependency>
|
||||
<Dependency>twolame</Dependency>
|
||||
<Dependency>alsa-lib</Dependency>
|
||||
<Dependency>libid3tag</Dependency>
|
||||
<Dependency>libvorbis</Dependency>
|
||||
<Dependency>soundtouch</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>libmad</Dependency>
|
||||
<Dependency>expat</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>libgcc</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 -->
|
||||
<Dependency>lame</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<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="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>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2020-01-30</Date>
|
||||
<Version>2.3.3</Version>
|
||||
@@ -120,4 +124,4 @@
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -3,8 +3,8 @@
|
||||
<Source>
|
||||
<Name>audacity</Name>
|
||||
<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="es">Audacity es un editor de grabación y edición de sonido libre, de código abierto y multiplataforma.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user