[arch-commits] CVS update of extra/multimedia/oxine (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Thu Sep 27 14:14:41 UTC 2007


    Date: Thursday, September 27, 2007 @ 10:14:41
  Author: alexander
    Path: /home/cvs-extra/extra/multimedia/oxine

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: oxine 0.7.0


----------+
 PKGBUILD |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)


Index: extra/multimedia/oxine/PKGBUILD
diff -u extra/multimedia/oxine/PKGBUILD:1.7 extra/multimedia/oxine/PKGBUILD:1.8
--- extra/multimedia/oxine/PKGBUILD:1.7	Mon Apr 16 12:53:20 2007
+++ extra/multimedia/oxine/PKGBUILD	Thu Sep 27 10:14:41 2007
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD,v 1.7 2007/04/16 16:53:20 alexander Exp $
+# $Id: PKGBUILD,v 1.8 2007/09/27 14:14:41 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: Rouslan Solomakhin <rouslan at localnet.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
 pkgname=oxine
-pkgver=0.6.6
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="oxine is a lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems."
-arch=(i686 x86_64)
-depends=('xine-lib')
-source=(http://dl.sourceforge.net/sourceforge/oxine/${pkgname}-0.6.tar.gz
-        http://dl.sourceforge.net/sourceforge/oxine/oxine-0_6_0-to-0_6_6.patch)
+arch=('i686' 'x86_64')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxinerama')
+makedepends=('pkgconfig')
+license=('GPL')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
 url="http://oxine.sourceforge.net/"
 
 build() {
-  cd ${startdir}/src/${pkgname}-0.6
-  patch -Np1 -i ${startdir}/src/oxine-0_6_0-to-0_6_6.patch || return 1
+  cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-md5sums=('618a8cb76ca0f6b3d21c5f8e2be75d72' '5fdfe563d4b75e8817ab66efe70974f0')
+md5sums=('62e32132de0b3bb77d3e9f83ef01787d')




More information about the arch-commits mailing list