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'
pkgname=minitube
version=2.0
revision=1
revision=2
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"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@ -20,7 +20,7 @@ do_install() {
}
minitube_package() {
depends="desktop-file-utils hicolor-icon-theme"
depends="phonon-backend desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove usr
}