Remove package: phonon
This commit is contained in:
parent
5ed19a7c3c
commit
1852eed931
3 changed files with 0 additions and 37 deletions
|
@ -1315,8 +1315,6 @@ libdb-5.3.so libdb-5.3.21_1
|
|||
libdb_cxx-5.3.so libdb-cxx-5.3.21_1
|
||||
libcares.so.2 c-ares-1.10.0_1
|
||||
libcryptopp.so.8 crypto++-820_1
|
||||
libphonon.so.4 phonon-4.6.0_1
|
||||
libphononexperimental.so.4 phonon-4.6.0_1
|
||||
libdbusmenu-glib.so.4 libdbusmenu-glib-12.10.2_1
|
||||
libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1
|
||||
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
phonon
|
|
@ -1,34 +0,0 @@
|
|||
# Template file for 'phonon'
|
||||
pkgname=phonon
|
||||
version=4.9.1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE"
|
||||
hostmakedepends="pkg-config automoc4"
|
||||
makedepends="glib-devel qt-devel pulseaudio-devel"
|
||||
short_desc="Multimedia framework for KDE (Qt 4.x)"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://phonon.kde.org/"
|
||||
distfiles="${KDE_SITE}/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=67bee986f85ca8b575186c8ba58a85886cb3b1c3567c86a118d56129f221e69c
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt-devel"
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
# Create compat symlink for QT phonon.
|
||||
vmkdir usr/lib/qt/plugins
|
||||
ln -s /usr/lib/kde4/plugins/phonon_backend ${DESTDIR}/usr/lib/qt/plugins
|
||||
}
|
||||
|
||||
phonon-devel_package() {
|
||||
depends="qt-devel ${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/phonon
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue