summaryrefslogtreecommitdiffstats
path: root/extra/audacity/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-03-14 21:53:58 +0100
committertnut <thierryn1 at hispeed dot ch>2010-03-14 21:53:58 +0100
commit90f259997f52bb7d7ce2fccaef46d2ac236cc5d3 (patch)
tree465bf327040845d48692834bb2494132b00ac408 /extra/audacity/Pkgfile
parentca5a82e35f90bcfececc197d159dc00da7c44061 (diff)
downloadnutyx-pakxe-90f259997f52bb7d7ce2fccaef46d2ac236cc5d3.tar.gz
nutyx-pakxe-90f259997f52bb7d7ce2fccaef46d2ac236cc5d3.tar.bz2
nutyx-pakxe-90f259997f52bb7d7ce2fccaef46d2ac236cc5d3.tar.xz
nutyx-pakxe-90f259997f52bb7d7ce2fccaef46d2ac236cc5d3.zip
Ajout de audacity#1.3.11-1
Diffstat (limited to 'extra/audacity/Pkgfile')
-rw-r--r--extra/audacity/Pkgfile24
1 files changed, 24 insertions, 0 deletions
diff --git a/extra/audacity/Pkgfile b/extra/audacity/Pkgfile
new file mode 100644
index 000000000..d1fc09ba8
--- /dev/null
+++ b/extra/audacity/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Programme pour la manipulation des fichiers audio
+# URL: http://audacity.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: wxgtk libmad libvorbis libid3tag flac libsamplerate lame shared-mime-info
+
+name=audacity
+version=1.3.11
+release=1
+source=(http://audacity.googlecode.com/files/$name-minsrc-$version.tar.bz2)
+
+build() {
+ cd $name-*
+ WX_CONFIG=/usr/bin/wx-config
+ ./configure --prefix=/usr \
+ --with-portaudio=v19 --with-libsamplerate=system \
+ --without-libresample --with-libmad=system \
+ --with-id3tag=system --with-flac=system \
+ --with-vorbis=system --with-libexpat=system \
+ --with-libsndfile=system --with-soundtouch \
+ --enable-unicode --without-taglib
+ make
+ make DESTDIR=$PKG install
+}