milis/talimatname/genel/a/audacity/talimat

22 lines
675 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: Ses dosyalarını düzenlemek için gelişmiş bir araç.
2016-02-24 02:27:23 +02:00
# URL: http://web.audacityteam.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: libvorbis libmad libid3tag wxgtk28 lame hicolor-icon-theme ffmpeg shared-mime-info desktop-file-utils redland jack soundtouch cmake zip python
2017-12-22 23:59:36 +02:00
# Grup: medya
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=audacity
surum=2.1.1
devir=1
kaynak=("https://github.com/audacity/audacity/archive/Audacity-${surum}.tar.gz"
2016-02-24 02:27:23 +02:00
'ffmpeg.patch')
2017-12-22 23:59:36 +02:00
derle() {
2017-10-28 15:10:23 +03:00
cd "${SRC}/${isim}-Audacity-${surum}"
2016-02-24 02:27:23 +02:00
patch -p1 -i "${SRC}/ffmpeg.patch"
WX_CONFIG=/usr/bin/wx-config-2.8 \
./configure --prefix=/usr --enable-unicode --with-wx-config=$WX_CONFIG
make
make DESTDIR="${PKG}" install
}