mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/libcec to 6.0.2-3
This commit is contained in:
parent
8f462464cb
commit
42e6ed3a5c
1 changed files with 3 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
pkgname=libcec
|
||||
pkgver=6.0.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
||||
arch=('x86_64')
|
||||
url="http://libcec.pulse-eight.com/"
|
||||
license=('GPL')
|
||||
makedepends=('cmake' 'swig')
|
||||
makedepends=('cmake' 'swig' 'python')
|
||||
depends=('udev' 'p8-platform' 'libxrandr')
|
||||
optdepends=('python: use cec in python applications')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
|
||||
|
@ -35,6 +35,7 @@ build() {
|
|||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DBUILD_SHARED_LIBS=1 \
|
||||
-DHAVE_LINUX_API=1 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib \
|
||||
|
|
Loading…
Reference in a new issue