[arch-commits] Commit in libcec/trunk (PKGBUILD)

Ike Devolder idevolder at gemini.archlinux.org
Sat Feb 19 10:21:51 UTC 2022


    Date: Saturday, February 19, 2022 @ 10:21:51
  Author: idevolder
Revision: 1134849

upgpkg: libcec 6.0.2-2

rebuild with python support

Modified:
  libcec/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 10:21:26 UTC (rev 1134848)
+++ PKGBUILD	2022-02-19 10:21:51 UTC (rev 1134849)
@@ -4,13 +4,14 @@
 
 pkgname=libcec
 pkgver=6.0.2
-pkgrel=1
+pkgrel=2
 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')
+makedepends=('cmake' 'swig')
 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")
 sha256sums=('090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377')
 



More information about the arch-commits mailing list