diff options
author | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-06-10 20:34:10 (GMT) |
commit | d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed (patch) | |
tree | 3e827d91369470ffc9a93f4eaa24862b0432e121 /abs/extra-testing/miro | |
parent | 99b5453211a377430aea02d56d4d1397df20e315 (diff) | |
parent | f076fab1197679210b579f0f80a6887c06eb7991 (diff) | |
download | linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.zip linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.gz linhes_pkgbuild-d397c6494bcf3b2ac95b9654ac8c7f4ab12671ed.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/miro')
-rw-r--r-- | abs/extra-testing/miro/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/miro/PKGBUILD b/abs/extra-testing/miro/PKGBUILD index 763d151..1411c43 100644 --- a/abs/extra-testing/miro/PKGBUILD +++ b/abs/extra-testing/miro/PKGBUILD @@ -3,13 +3,14 @@ pkgname=miro pkgver=2.0.4 -pkgrel=8 +pkgrel=9 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64') url="http://www.getmiro.com" license=('GPL2') depends=('xine-lib>=1.1.16.1' 'boost>=1.37.0' 'gnome-python-extras>=2.25.3' - 'dbus-python>=0.82.4' 'pyrex' 'xulrunner>=1.9.0.1' 'gtk2' 'nspr') + 'dbus-python>=0.82.4' 'pyrex' 'xulrunner>=1.9.0.1' 'gtk2' 'nspr' + 'desktop-file-utils') makedepends=('pkgconfig' 'pm-utils' 'qt3') optdepends=('gstreamer0.10-python: gstreamer backend (potentially unstable)' 'gstreamer0.10: gstreamer backend (potentially unstable') install=miro.install |