123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>audacity</Name>
- <Homepage>http://audacity.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <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="969f7c6217b2e3df9934ea3cf48230b293c09f88" type="targz">https://github.com/audacity/audacity/archive/Audacity-2.1.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>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>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>gdk-pixbuf-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>audacity</Name>
- <RuntimeDependencies>
- <Dependency>gtk2</Dependency>
- <Dependency>flac</Dependency>
- <Dependency>wxGTK</Dependency>
- <Dependency>wxBase</Dependency>
- <Dependency>libogg</Dependency>
- <Dependency>libmad</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>
- <!-- 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>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2018-04-28</Date>
- <Version>2.2.2</Version>
- <Comment>Rebuild ffmpeg.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2018-04-04</Date>
- <Version>2.2.2</Version>
- <Comment>First release for Pisi Linux 2.0.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|