libcec: update to 3.1.0.
This commit is contained in:
parent
64064ca946
commit
994d7d293d
|
@ -1197,7 +1197,7 @@ libmmal_core.so rpi-userland-0.0.0.0.20150907_1
|
|||
libmmal_util.so rpi-userland-0.0.0.0.20150907_1
|
||||
libOpenVG.so rpi-userland-0.0.0.0.20150907_1
|
||||
liblockdev.so.1 lockdev-1.0.3_1
|
||||
libcec.so.3.0 libcec-3.0.1_1
|
||||
libcec.so.3 libcec-3.1.0_1
|
||||
libpython3.3m.so.1.0 python3-3.3.0_1
|
||||
librump.so.0 netbsd-rumpkernel-20130321_1
|
||||
librumpvfs.so.0 netbsd-rumpkernel-20130321_1
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'libcec'
|
||||
pkgname=libcec
|
||||
version=3.0.1
|
||||
revision=4
|
||||
version=3.1.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake pkg-config libtool swig"
|
||||
makedepends="libudev-devel lockdev-devel platform-devel platform-devel libXrandr-devel
|
||||
makedepends="libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
|
||||
lockdev-devel python-devel"
|
||||
short_desc="USB CEC Adapter communication Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="https://github.com/Pulse-Eight/libcec"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
|
||||
checksum=7e3670c8949a1964d6e5481f56dfff838857da10bdc60b506f6e9b7f117e253e
|
||||
checksum=09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921
|
||||
|
||||
build_options="rpi"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -43,7 +43,7 @@ cec-client_package() {
|
|||
}
|
||||
libcec-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="libudev-devel platform-devel libcec>=${version}_${revision}"
|
||||
depends="libudev-devel p8-platform-devel libcec>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in New Issue