mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/libcec to 4.0.1-1
This commit is contained in:
parent
9234366718
commit
e5da617723
1 changed files with 3 additions and 6 deletions
|
@ -6,12 +6,11 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - Exynos support on v7
|
||||
# - Amlogic support on v8
|
||||
# - upstream commit to fix AOCEC build
|
||||
|
||||
buildarch=14
|
||||
|
||||
pkgname=libcec
|
||||
pkgver=4.0.0
|
||||
pkgver=4.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,10 +18,8 @@ url="http://libcec.pulse-eight.com/"
|
|||
license=('GPL')
|
||||
makedepends=('cmake')
|
||||
depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz"
|
||||
'https://github.com/Pulse-Eight/libcec/commit/399e177a56fc4b216ee6e7fb400c03c9b91be283.patch')
|
||||
sha256sums=('4c6ee8e44f2e6b28e3dfbee6c77df8d18605150ef69ab0564728b79a92a646ed'
|
||||
'd5faf272bce29942286dc44daa51d0480629f6818ae011379d1e4b73dd373cca')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz")
|
||||
sha256sums=('92dd5d19675d571856c67785ea2dac0d11c4205a320c500981117152ffcdc15f')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue