milis/talimatname/genel/phonon-backend-vlc-qt5/talimat

25 lines
675 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 : Bu pakette VLC medya çerçevesini kullanan bir Phonon arka planı bulunur.
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5-extra-cmake-modules phonon-qt5 libvlc pulseaudio
name=phonon-backend-vlc-qt5
release=1
version=0.9.0
_name=phonon-backend-vlc
source=( http://download.kde.org/stable/phonon/${_name}/$version/${_name}-$version.tar.xz)
build() {
cd phonon-vlc-$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
}