milis/talimatname/genel/pavucontrol/talimat

28 lines
753 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: PulseAudio Ses Kontrolü (pavucontrol), PulseAudio ses sunucusu için basit bir GTK tabanlı ses kontrol aracıdır ("karıştırıcı").
# URL: http://www.freedesktop.org/software/pulseaudio/pavucontrol/
# Packager: milisarge
# Depends on: pulseaudio gtk2 libcanberra gtkmm libsigc++
name=pavucontrol
version=2.0
release=1
source=(http://freedesktop.org/software/pulseaudio/pavucontrol/$name-$version.tar.xz pavucontrol-gtk2.patch)
build() {
cd $name-$version
# Fix gtk2 compilation
patch -p1 -i $SRC/pavucontrol-gtk2.patch
export CXXFLAGS="$CXXFLAGS -std=c++11"
./configure \
--prefix=/usr \
--disable-gtk3 \
--disable-lynx \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}