milis/talimatname/genel/audacity/talimat

23 lines
678 B
Plaintext
Raw Normal View History

# Description: Ses dosyalarını düzenlemek için gelişmiş bir araç.
2016-02-24 01:27:23 +01:00
# URL: http://web.audacityteam.org/
2016-04-28 23:44:57 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: libvorbis libmad libid3tag wxgtk28 lame hicolor-icon-theme ffmpeg shared-mime-info desktop-file-utils redland jack soundtouch cmake zip python
name=audacity
version=2.1.1
release=1
source=("https://github.com/audacity/audacity/archive/Audacity-${version}.tar.gz"
'ffmpeg.patch')
build() {
cd "${SRC}/${name}-Audacity-${version}"
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
}