minitube: depend on phonon-backend.

This commit is contained in:
Juan RP 2013-06-20 17:31:48 +02:00
parent 96ce1f9406
commit 7adb6ffb1f

View file

@ -1,9 +1,9 @@
# Template file for 'minitube' # Template file for 'minitube'
pkgname=minitube pkgname=minitube
version=2.0 version=2.0
revision=1 revision=2
wrksrc=$pkgname wrksrc=$pkgname
makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme" makedepends="qt-devel phonon-devel desktop-file-utils hicolor-icon-theme phonon-backend-gstreamer"
short_desc="A native YouTube client in QT. Watch YouTube videos without Flash Player" short_desc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
@ -20,7 +20,7 @@ do_install() {
} }
minitube_package() { minitube_package() {
depends="desktop-file-utils hicolor-icon-theme" depends="phonon-backend desktop-file-utils hicolor-icon-theme"
pkg_install() { pkg_install() {
vmove usr vmove usr
} }