mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
alarm/libcec-rpi to 2.1.3-1 (#605)
This commit is contained in:
parent
c2185338f3
commit
602df1c4ca
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
buildarch=16
|
||||
|
||||
pkgname=libcec-rpi
|
||||
pkgver=2.1.1
|
||||
pkgver=2.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter with support for raspberry pi"
|
||||
arch=('armv6h')
|
||||
|
@ -15,13 +15,16 @@ depends=('udev' 'lockdev' 'raspberrypi-firmware')
|
|||
conflicts=('libcec')
|
||||
provides=('libcec')
|
||||
source=("https://github.com/Pulse-Eight/libcec/archive/libcec-$pkgver.tar.gz" "fix-boot_t.patch")
|
||||
sha256sums=('f61378798d900d496ed3a5ff7747b0bb35bdfec9b5c4168dcea38396e3569bf1'
|
||||
sha256sums=('2aa88451b528184b02077ee8c6cd10e2f89121a6a05b1b35b4b792b03108a9d1'
|
||||
'ba9b4030f3c2aa092a7c513629b60e82eeca7daf044576fa89b117409a8e883f')
|
||||
options=(!libtool)
|
||||
|
||||
build() {
|
||||
|
||||
cd "libcec-libcec-$pkgver"
|
||||
export CFLAGS="$CFLAGS -fPIC"
|
||||
export CXXFLAGS="$CXXFLAGS -fPIC"
|
||||
export LDFLAGS="$LDFLAGS -fPIC"
|
||||
patch -p1 -i ../fix-boot_t.patch
|
||||
autoreconf -vif
|
||||
./configure --prefix=/usr --enable-rpi \
|
||||
|
|
Loading…
Reference in a new issue