audacity ver. bump

This commit is contained in:
Rmys
2020-01-31 17:56:36 +03:00
parent 058e37bdaa
commit 6b19e422f6
2 changed files with 15 additions and 6 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ from pisi.actionsapi import get
#WorkDir = "audacity-minsrc-%s" % get.srcVERSION()
def setup():
shelltools.cd("lib-src/portmixer")
autotools.autoreconf("-vfi")
shelltools.cd("lib-src/portmixer")
shelltools.cd("../..")
autotools.aclocal("-I m4")
@@ -21,7 +21,7 @@ def setup():
shelltools.export("LIBS", "-lavcodec")
#shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
autotools.configure("--enable-unicode \
WX_CONFIG=wx-config-gtk3 \
WX_CONFIG=/usr/bin/wx-config-gtk3 \
--enable-nyquist \
--enable-ladspa \
--with-lib-preference='system local' \
+13 -4
View File
@@ -12,13 +12,13 @@
<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="938fd086dccefbdba1d499ee7cf34f2058d50de7" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.3.1.tar.gz</Archive>
<Archive sha1sum="165ad24f90728b644b928397eb75129977c16db1" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.3.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>flac-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>jack-audio-connection-kit-devel</Dependency>
<Dependency>libid3tag-devel</Dependency>
<Dependency>libmad-devel</Dependency>
@@ -30,6 +30,7 @@
<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>
@@ -47,9 +48,10 @@
<Package>
<Name>audacity</Name>
<RuntimeDependencies>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>flac</Dependency>
<Dependency>wxGTK</Dependency>
<Dependency>wxGTK-common</Dependency>
<Dependency>wxGTK3</Dependency>
<Dependency>wxBase</Dependency>
<Dependency>libogg</Dependency>
<Dependency>libmad</Dependency>
@@ -89,6 +91,13 @@
</Package>
<History>
<Update release="4">
<Date>2020-01-30</Date>
<Version>2.3.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2019-03-13</Date>
<Version>2.3.1</Version>