audacity-3.3.2
This commit is contained in:
@@ -33,6 +33,7 @@ def setup():
|
|||||||
-D audacity_has_crashreports=OFF \
|
-D audacity_has_crashreports=OFF \
|
||||||
-D audacity_has_updates_check=OFF \
|
-D audacity_has_updates_check=OFF \
|
||||||
-D audacity_has_sentry_reporting=OFF \
|
-D audacity_has_sentry_reporting=OFF \
|
||||||
|
-Daudacity_has_vst3=Off \
|
||||||
-D audacity_lib_preference=system \
|
-D audacity_lib_preference=system \
|
||||||
-D audacity_use_lv2:STRING=local \
|
-D audacity_use_lv2:STRING=local \
|
||||||
-D audacity_use_portsmf:STRING=local \
|
-D audacity_use_portsmf:STRING=local \
|
||||||
@@ -48,6 +49,6 @@ def install():
|
|||||||
shelltools.cd("build")
|
shelltools.cd("build")
|
||||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|
||||||
pisitools.remove("/usr/audacity")
|
# pisitools.remove("/usr/audacity")
|
||||||
|
|
||||||
pisitools.dodir("/usr/share/audacity/help/manual")
|
pisitools.dodir("/usr/share/audacity/help/manual")
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<Icon>audacity</Icon>
|
<Icon>audacity</Icon>
|
||||||
<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="53dedd778c0e5bf5f3d85e34635e9494660ec5e5" type="targz">https://github.com/audacity/audacity/archive/Audacity-3.1.3.tar.gz</Archive>
|
<Archive sha1sum="3215e7c9997720e5eaf7663e6ac6a6e752f4051c" type="targz">https://github.com/audacity/audacity/archive/Audacity-3.3.2.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>git</Dependency>
|
<Dependency>git</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
<Dependency>cmake</Dependency>
|
||||||
@@ -48,12 +48,16 @@
|
|||||||
<Dependency>vamp-plugin-sdk-devel</Dependency>
|
<Dependency>vamp-plugin-sdk-devel</Dependency>
|
||||||
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
<Dependency>jack-audio-connection-kit-devel</Dependency>
|
||||||
|
|
||||||
|
<Dependency>mpg123-devel</Dependency>
|
||||||
|
<Dependency>wavpack-devel</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>libutil-linux-devel</Dependency>
|
||||||
<Dependency>lv2-devel</Dependency>
|
<Dependency>lv2-devel</Dependency>
|
||||||
<Dependency>portaudio-devel</Dependency>
|
<Dependency>portaudio-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">342c4b588f2f069a2df2157ac166237a54277b3a.patch</Patch>
|
<!-- <Patch level="1">342c4b588f2f069a2df2157ac166237a54277b3a.patch</Patch> -->
|
||||||
<Patch level="1">efc11c4ac50ac51cd71d4dcfa84e63b11000c3f5.patch</Patch>
|
<!-- <Patch level="1">efc11c4ac50ac51cd71d4dcfa84e63b11000c3f5.patch</Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -92,6 +96,10 @@
|
|||||||
<Dependency>jack-audio-connection-kit</Dependency>
|
<Dependency>jack-audio-connection-kit</Dependency>
|
||||||
<!-- Only needed for runtime -->
|
<!-- Only needed for runtime -->
|
||||||
<Dependency>lame</Dependency>
|
<Dependency>lame</Dependency>
|
||||||
|
<Dependency>mpg123</Dependency>
|
||||||
|
<Dependency>wavpack</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>libutil-linux</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="man">/usr/share/man</Path>
|
<Path fileType="man">/usr/share/man</Path>
|
||||||
@@ -110,6 +118,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2023-05-06</Date>
|
||||||
|
<Version>3.3.2</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-07-28</Date>
|
<Date>2022-07-28</Date>
|
||||||
<Version>3.1.3</Version>
|
<Version>3.1.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user