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/xine-ui/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/xine-ui/PKGBUILD')
-rw-r--r-- | abs/extra-testing/xine-ui/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/abs/extra-testing/xine-ui/PKGBUILD b/abs/extra-testing/xine-ui/PKGBUILD deleted file mode 100644 index 79ab3c3..0000000 --- a/abs/extra-testing/xine-ui/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 9858 2008-08-19 23:56:23Z eric $ -# Maintainer: Eric Belanger <eric@archlinux.org> - -pkgname=xine-ui -pkgver=0.99.5 -pkgrel=4 -pkgdesc="A free video player for Unix" -arch=('i686' 'x86_64') -license=('GPL') -url="http://xinehq.de/" -depends=('xine-lib' 'curl>=7.16.2' 'libxtst' 'libxinerama' 'libxv' 'libpng' 'libxft' 'libsm' 'libxxf86vm' 'ncurses>=5.6-7') -makedepends=('lirc' 'libxt') -optdepends=('lirc') -options=('!emptydirs') -source=(http://downloads.sourceforge.net/sourceforge/xine/${pkgname}-${pkgver}.tar.gz) -md5sums=('e643cd1fcad4d98a5ae4eb877ce5087b') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - #add missing constant (defined in xine.h from xine-lib cvs) - echo '#define XINE_MSG_AUDIO_OUT_UNAVAILABLE 11' >> src/xitk/common.h - ./configure --prefix=/usr --mandir=/usr/share/man \ - --with-curses --with-x --enable-lirc --without-aalib - make || return 1 - make DESTDIR=${pkgdir} install - install -d ${pkgdir}/usr/share/applications - echo "Categories=Application;AudioVideo;" >> ${pkgdir}/usr/share/xine/desktop/xine.desktop - mv ${pkgdir}/usr/share/xine/desktop/xine.desktop ${pkgdir}/usr/share/applications -} |