summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Reimer2015-08-05 19:30:04 +0200
committerChristopher Reimer2015-08-05 19:30:04 +0200
commit7aac6556385b6d8da330c3f67887c60e215e7d36 (patch)
tree924dbd4c116a215e4afea81884d55cef8449c2c3
parentdb39e690d51506b92e2bb96158de91919219a269 (diff)
downloadaur-7aac6556385b6d8da330c3f67887c60e215e7d36.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/9fce60f2d8be958471b0a8c995c91ef625186f71)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f77ef654425b..5072fc3220fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xineliboutput
pkgver = 1.1.0.32.gbf166be
- pkgrel = 9
+ pkgrel = 10
url = http://www.sourceforge.net/projects/xineliboutput
arch = x86_64
arch = i686
@@ -11,7 +11,6 @@ pkgbase = xineliboutput
makedepends = dbus-glib
makedepends = git
makedepends = glu
- makedepends = libcec
makedepends = libextractor
makedepends = libxrandr
makedepends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 9e739eb670d4..b96db82743af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgname=(vdr-xineliboutput xineliboutput-frontends xineliboutput-xineplug)
pkgver=1.1.0.32.gbf166be
_gitver=bf166be4a21c0a86f6852c4695dcdb06863f4e93
_vdrapi=2.2.0
-pkgrel=9
+pkgrel=10
url="http://www.sourceforge.net/projects/xineliboutput"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
-makedepends=('dbus-glib' 'git' 'glu' 'libcec' 'libextractor' 'libxrandr' 'mesa' "vdr-api=${_vdrapi}" 'xine-lib')
+makedepends=('dbus-glib' 'git' 'glu' 'libextractor' 'libxrandr' 'mesa' "vdr-api=${_vdrapi}" 'xine-lib')
_plugname=${pkgname//vdr-/}
source=("git://projects.vdr-developer.org/$_plugname.git#commit=$_gitver"
'xineliboutput-vdr2.1.6compat.diff'
@@ -37,6 +37,7 @@ prepare() {
build() {
cd "${srcdir}/${_plugname}"
+ ./configure --disable-libcec
make
}