milis/talimatname/genel/p/phonon-backend-gstreamer-qt5/talimat

25 lines
775 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Bu pakette, GStreamer medya çerçevesini kullanan bir Phonon arka planı bulunur.
2016-07-22 01:47:55 +02:00
# URL: https://www.kde.org/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: phonon-qt5 gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly libxml2 pulseaudio
2016-07-22 01:47:55 +02:00
name=phonon-backend-gstreamer-qt5
release=1
version=4.9.0
_name=phonon-backend-gstreamer
source=( http://download.kde.org/stable/phonon/${_name}/$version/${_name}-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-07-22 01:47:55 +02:00
cd phonon-gstreamer-$version
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHONON_BUILD_PHONON4QT5=ON \
-DCMAKE_INSTALL_LIBDIR=lib \
-Wno-dev
make
make DESTDIR=$PKG install
}