[arch-commits] Commit in oxine/repos (4 files)

Eric Bélanger eric at archlinux.org
Wed Jan 4 04:10:29 UTC 2012


    Date: Tuesday, January 3, 2012 @ 23:10:29
  Author: eric
Revision: 145923

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  oxine/repos/staging-i686/
  oxine/repos/staging-i686/PKGBUILD
    (from rev 145922, oxine/trunk/PKGBUILD)
  oxine/repos/staging-x86_64/
  oxine/repos/staging-x86_64/PKGBUILD
    (from rev 145922, oxine/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: oxine/repos/staging-i686/PKGBUILD (from rev 145922, oxine/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-01-04 04:10:29 UTC (rev 145923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=5
+pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems"
+arch=('i686' 'x86_64')
+url="http://oxine.sourceforge.net/"
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|#include <curl/types.h>||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+    --without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: oxine/repos/staging-x86_64/PKGBUILD (from rev 145922, oxine/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-01-04 04:10:29 UTC (rev 145923)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=5
+pkgdesc="A lightweight, purely osd based xine frontend for set-top boxes and home entertainment systems"
+arch=('i686' 'x86_64')
+url="http://oxine.sourceforge.net/"
+license=('GPL')
+depends=('xine-lib' 'libexif' 'eject' 'libcdio' 'curl' 'libxtst')
+source=(http://downloads.sourceforge.net/sourceforge/oxine/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2a2d05ee21892624e35cf539e532c0dd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|#include <curl/types.h>||' configure src/download.c
+  ./configure --prefix=/usr --disable-hal --without-jsw --disable-extractor \
+    --without-imagemagick --disable-gdkpixbuf --disable-weather
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list