milis/talimatname/genel/a/audacity/talimat

23 lines
663 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Ses dosyalarını düzenlemek için gelişmiş bir araç.
2016-02-24 01:27:23 +01:00
# URL: http://web.audacityteam.org/
2017-10-27 20:46:27 +02: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
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=audacity
surum=2.1.1
devir=1
kaynak=("https://github.com/audacity/audacity/archive/Audacity-${surum}.tar.gz"
2016-02-24 01:27:23 +01:00
'ffmpeg.patch')
2017-10-27 23:59:41 +02:00
derle() {
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
cd "${SRC}/${isim}-Audacity-${surum}"
2016-02-24 01:27:23 +01: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
}