@@ -0,0 +1,53 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
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()
|
||||
|
||||
def setup():
|
||||
shelltools.cd("lib-src/portmixer")
|
||||
autotools.autoreconf("-vi")
|
||||
shelltools.cd("../..")
|
||||
|
||||
autotools.aclocal("-I m4")
|
||||
autotools.autoconf()
|
||||
shelltools.export("LIBS", "-lavcodec")
|
||||
shelltools.export("WX_CONFIG=wx-config-gtk3 ./configure", "/usr/bin/wxconfig")
|
||||
autotools.configure("--enable-unicode \
|
||||
--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 \
|
||||
--without-libid3tag \
|
||||
--with-sbsms \
|
||||
--with-soundtouch \
|
||||
--with-libvamp \
|
||||
--with-libtwolame \
|
||||
--with-ffmpeg=system \
|
||||
--with-midi \
|
||||
--with-taglib \
|
||||
--without-lv2 \
|
||||
--with-portmixer")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodir("/usr/share/audacity/help/manual")
|
||||
Executable
+100
@@ -0,0 +1,100 @@
|
||||
<?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="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>
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<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>
|
||||
<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>
|
||||
+157833
-157732
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
53b6647a5a2c078c8322599d6b331815551ddd1c
|
||||
2ae86d245e242cd3d6b793df0b771fd71a0de4e5
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f53037e6bf8bfe6227856ab65cb83fa7f782b617
|
||||
9fd63ecafe1d453c9940d5404a8575c78b413d43
|
||||
Reference in New Issue
Block a user