[arch-commits] Commit in phonon/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed May 31 16:26:00 UTC 2017


    Date: Wednesday, May 31, 2017 @ 16:25:59
  Author: arojas
Revision: 296993

Depend on a backend (FS#54238), drop unmaintained zeitgeist support in Qt4

Modified:
  phonon/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-31 16:25:46 UTC (rev 296992)
+++ PKGBUILD	2017-05-31 16:25:59 UTC (rev 296993)
@@ -5,11 +5,11 @@
 pkgbase=phonon
 pkgname=('phonon-qt4' 'phonon-qt5')
 pkgver=4.9.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
 license=('LGPL')
-makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'libqzeitgeist' 'qt5-base' 'qt5-tools')
+makedepends=('extra-cmake-modules' 'automoc4' 'libpulse' 'qt5-base' 'qt5-tools')
 source=("http://download.kde.org/stable/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz"{,.sig})
 md5sums=('7896a560f5da345a626e782610c8e71e'
          'SKIP')
@@ -46,7 +46,7 @@
 
 package_phonon-qt4(){
   pkgdesc="The multimedia framework for KDE4"
-  depends=('libpulse' 'libqzeitgeist')
+  depends=('qt4' 'libpulse' 'phonon-qt4-backend')
   optdepends=('phonon-qt4-vlc: VLC backend' 'phonon-qt4-gstreamer: GStreamer backend'
               'pulseaudio: PulseAudio support')
 
@@ -63,7 +63,7 @@
 
 package_phonon-qt5(){
   pkgdesc="The multimedia framework for KF5"
-  depends=('libpulse' 'qt5-base')
+  depends=('libpulse' 'qt5-base' 'phonon-qt5-backend')
   optdepends=('phonon-qt5-vlc: VLC backend' 'phonon-qt5-gstreamer: GStreamer backend'
               'pulseaudio: PulseAudio support')
 



More information about the arch-commits mailing list