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

Allan McRae allan at archlinux.org
Mon Feb 20 01:49:45 UTC 2012


    Date: Sunday, February 19, 2012 @ 20:49:45
  Author: allan
Revision: 150677

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

Added:
  oxine/repos/staging-i686/
  oxine/repos/staging-i686/PKGBUILD
    (from rev 150676, oxine/trunk/PKGBUILD)
  oxine/repos/staging-x86_64/
  oxine/repos/staging-x86_64/PKGBUILD
    (from rev 150676, 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 150676, oxine/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-02-20 01:49:45 UTC (rev 150677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=6
+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 150676, oxine/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-02-20 01:49:45 UTC (rev 150677)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer:
+# Contributor: Rouslan Solomakhin <rouslan at localnet.com>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=oxine
+pkgver=0.7.1
+pkgrel=6
+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