phonon-qt4,qt5.paketlendi
This commit is contained in:
parent
2a8df2b9c2
commit
c130b63281
|
@ -1,22 +1,21 @@
|
||||||
# Description: API multimedia of KDE4. the replaces the old aRts, which is more supported by KDE.
|
# Description: API multimedia of KDE. the replaces the old aRts, which is more supported by KDE.
|
||||||
# URL: http://www.kde.org
|
# URL: http://www.kde.org
|
||||||
# Packager: - pierre at nutyx dot org
|
# Packager: alihan-ozturk28@hotmail.com
|
||||||
# Depends on: qt4 glib pulseaudio
|
# Depends on: qt4 glib pulseaudio
|
||||||
name=phonon
|
|
||||||
version=4.8.3
|
name=phonon-qt4
|
||||||
|
version=4.9.0
|
||||||
release=1
|
release=1
|
||||||
|
|
||||||
source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
|
source=(http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
mkdir build
|
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||||
cd build
|
-DCMAKE_SKIP_RPATH=ON \
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
|
||||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
|
||||||
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
|
-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON \
|
||||||
-DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
|
-D__KDE_HAVE_GCC_VISIBILITY=NO \
|
||||||
-Wno-dev ..
|
-DCMAKE_INSTALL_LIBDIR=lib
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
|
@ -0,0 +1,24 @@
|
||||||
|
# Description: API multimedia of KDE. the replaces the old aRts, which is more supported by KDE.
|
||||||
|
# URL: http://www.kde.org
|
||||||
|
# Packager: alihan-ozturk28@hotmail.com
|
||||||
|
# Depends on: qt5 glib pulseaudio
|
||||||
|
|
||||||
|
name=phonon-qt5
|
||||||
|
version=4.9.0
|
||||||
|
release=1
|
||||||
|
|
||||||
|
source=( http://download.kde.org/stable/$name/$version/src/$name-$version.tar.xz)
|
||||||
|
build() {
|
||||||
|
cd $name-$version
|
||||||
|
cmake -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
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue