Merge pull request #21 from giresun28/master

phonon-qt5.paketlendi
This commit is contained in:
Milis İşletim Sistemi 2016-07-21 11:27:08 +00:00 committed by GitHub
commit 70f0c7e9e0
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
# Description : API multimedia of KDE. the replaces the old aRts, which is more supported by KDE.
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake kf5-extra-cmake-modules glib qt5 pulseaudio
name=phonon-qt5
release=1
version=4.9.0
_name=phonon
source=(http://download.kde.org/stable/${_name}/$version/${_name}-$version.tar.xz)
build() {
cd phonon-$version
cmake ../phonon-$version \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
-DPHONON_BUILD_PHONON4QT5=ON \
-D__KDE_HAVE_GCC_VISIBILITY=NO \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR=$PKG install
}