milis/talimatname/genel/mixxx/talimat

19 lines
546 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Dijital DJ'ler için ücretsiz açık kaynaklı yazılım.
# URL: http://www.mixxx.org/
# Packager: milisarge
# Depends on: fftw libid3tag libmad libogg libshout libsndfile libusb libmp4v2 portaudio portmidi ffmpeg taglib protobuf qt4 taglib vamp-plugin-sdk xorg-glu xorg-mesa scons
name=mixxx
version=1.11.0
release=2
source=(http://downloads.mixxx.org/$name-$version/$name-$version-src.tar.gz)
build() {
cd $SRC/$name-$version
scons qtdir=/usr prefix=/usr faad=1
scons qtdir=/usr prefix=/usr install_root=$PKG/usr install
}