diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/extra-testing/miro/PKGBUILD | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/extra-testing/miro/PKGBUILD')
-rw-r--r-- | abs/extra-testing/miro/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/abs/extra-testing/miro/PKGBUILD b/abs/extra-testing/miro/PKGBUILD deleted file mode 100644 index 1411c43..0000000 --- a/abs/extra-testing/miro/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 35621 2009-04-14 18:07:17Z ronald $ -# Maintainer: Ronald van Haren <ronald.archlinux.org> - -pkgname=miro -pkgver=2.0.4 -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' - '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 -conflicts=('democracy') -replaces=('democracy') -provides=('democracy') -source=(http://ftp.osuosl.org/pub/pculture.org/miro/src/Miro-${pkgver}.tar.gz - miro.exec.patch) -md5sums=('e6cf48252496b2bddd290f375fc0ca33' - '355648eac790d52c51ccb014736f90fc') - -build() { - cd ${srcdir}/Miro-${pkgver}/platform/gtk-x11 - python setup.py install --root=${pkgdir} || return 1 - - # Fix FS#14196 - cd ${pkgdir} - patch -Np0 -i ${srcdir}/miro.exec.patch || return 1 -} |