diff options
Diffstat (limited to 'extra/miro/PKGBUILD')
-rw-r--r-- | extra/miro/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/miro/PKGBUILD b/extra/miro/PKGBUILD index 94defebce..d36381c98 100644 --- a/extra/miro/PKGBUILD +++ b/extra/miro/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 168998 2012-10-17 10:19:32Z allan $ +# $Id: PKGBUILD 178135 2013-02-16 22:48:53Z ioni $ # Maintainer: Ronald van Haren <ronald.archlinux.org> pkgname=miro pkgver=5.0.4 -pkgrel=2 +pkgrel=3 pkgdesc="The free and open source internet TV platform" arch=('i686' 'x86_64' 'mips64el') url="http://www.getmiro.com" @@ -14,7 +14,7 @@ depends=('python2-dbus' 'pyrex' 'pygtk' 'gstreamer0.10' 'python2-gconf' 'gstreamer0.10-python' 'python2-notify' 'libtorrent-rasterbar' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'python2-pycurl' 'gstreamer0.10-ffmpeg' 'ffmpeg' 'mutagen' 'xdg-utils') -makedepends=('pkg-config' 'boost') +makedepends=('boost') install=miro.install source=("http://ftp.osuosl.org/pub/pculture.org/${pkgname}/src/${pkgname}-${pkgver}.tar.gz" 'ffmpeg.patch') |