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

25 lines
765 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.

# Tanım: Bu pakette, GStreamer medya çerçevesini kullanan bir Phonon arka planı bulunur.
# URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: phonon-qt5 gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad gstreamer1-plugins-ugly libxml2 pulseaudio
isim=phonon-backend-gstreamer-qt5
devir=1
surum=4.9.0
_isim=phonon-backend-gstreamer
kaynak=( http://download.kde.org/stable/phonon/${_name}/$surum/${_name}-$surum.tar.xz)
derle() {
cd phonon-gstreamer-$surum
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
}