Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcec: update to 6.0.2
@ 2020-11-09 21:00 ndowens
  2020-11-09 21:04 ` ericonr
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 21:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 307 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 4942 bytes --]

From f9878d71756df3f079dae898e1e6235fcc1a903a Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/3] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From e28dbfdbc907555d2557b21a5b8d407f46db6981 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/3] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From 42791f1e45b69418640e9cea3cee196128555f5c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 3/3] libcec: update to 6.0.2

---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 14 +++++++-------
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12ade7a11ac..91863f838a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..275a1d54c6f 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -28,8 +28,8 @@ post_install() {
 	if [ -d $DESTDIR/usr/lib64 ]; then
 		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
 	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv $DESTDIR/$wrksrc/build/lib/* $DESTDIR/usr/lib
+	vsed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
@ 2020-11-09 21:04 ` ericonr
  2020-11-09 21:07 ` ndowens
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-11-09 21:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724277335

Comment:
There's kodi-rpi as well. Would you mind testing kodi with #25922  ?

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
  2020-11-09 21:04 ` ericonr
@ 2020-11-09 21:07 ` ndowens
  2020-11-09 21:10 ` [PR PATCH] [Updated] " ndowens
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 21:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724278884

Comment:
> There's kodi-rpi as well. Would you mind testing kodi with #25922 ?

Hmm I can, also I did xbps-query -RX libcec and it only showed kodi, not kodi-rpi, so didn't think it would have to be.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
  2020-11-09 21:04 ` ericonr
  2020-11-09 21:07 ` ndowens
@ 2020-11-09 21:10 ` ndowens
  2020-11-09 21:13 ` ericonr
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 21:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 4942 bytes --]

From 4b42f46d194337d4ba22809601f885881cd0f3ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/3] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From c4ee7e3a0270d7741d634dad2e34f98b69f17d6f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/3] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From 6e695b72b33415a43ad7bec35ca893a22857a506 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 3/3] libcec: update to 6.0.2

---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 14 +++++++-------
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12ade7a11ac..91863f838a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..275a1d54c6f 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -28,8 +28,8 @@ post_install() {
 	if [ -d $DESTDIR/usr/lib64 ]; then
 		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
 	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv $DESTDIR/$wrksrc/build/lib/* $DESTDIR/usr/lib
+	vsed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (2 preceding siblings ...)
  2020-11-09 21:10 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-09 21:13 ` ericonr
  2020-11-09 21:14 ` ndowens
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-11-09 21:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724281745

Comment:
`kodi-rpi` isn't available on x86_64, so it doesn't show up in xbps-query.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (3 preceding siblings ...)
  2020-11-09 21:13 ` ericonr
@ 2020-11-09 21:14 ` ndowens
  2020-11-09 21:19 ` ericonr
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724282274

Comment:
> `kodi-rpi` isn't available on x86_64, so it doesn't show up in xbps-query.

gottcha, I will bump it too, but wouldn't be able to test; Currently working on testing out kodi with libcec and your PR

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (4 preceding siblings ...)
  2020-11-09 21:14 ` ndowens
@ 2020-11-09 21:19 ` ericonr
  2020-11-09 22:05 ` [PR PATCH] [Updated] " ndowens
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-11-09 21:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724284844

Comment:
@Hoshpak might be able to do it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (5 preceding siblings ...)
  2020-11-09 21:19 ` ericonr
@ 2020-11-09 22:05 ` ndowens
  2020-11-09 22:05 ` ndowens
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 22:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 5577 bytes --]

From 4b42f46d194337d4ba22809601f885881cd0f3ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/4] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From c4ee7e3a0270d7741d634dad2e34f98b69f17d6f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/4] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From 6e695b72b33415a43ad7bec35ca893a22857a506 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 3/4] libcec: update to 6.0.2

---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 14 +++++++-------
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12ade7a11ac..91863f838a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..275a1d54c6f 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -28,8 +28,8 @@ post_install() {
 	if [ -d $DESTDIR/usr/lib64 ]; then
 		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
 	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv $DESTDIR/$wrksrc/build/lib/* $DESTDIR/usr/lib
+	vsed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

From 9ba9528c36f2a4db4d3619cb6ce4d8df655517d2 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 16:05:17 -0600
Subject: [PATCH 4/4] kodi-rpi: libcec revbump

---
 srcpkgs/kodi-rpi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-rpi/template b/srcpkgs/kodi-rpi/template
index a04985d2e51..166659bea29 100644
--- a/srcpkgs/kodi-rpi/template
+++ b/srcpkgs/kodi-rpi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-rpi'
 pkgname=kodi-rpi
 version=18.8
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (6 preceding siblings ...)
  2020-11-09 22:05 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-09 22:05 ` ndowens
  2020-11-09 22:10 ` [PR PATCH] [Updated] " ndowens
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 22:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724305953

Comment:
@ericonr tested with your fmt PR and it built fine

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (7 preceding siblings ...)
  2020-11-09 22:05 ` ndowens
@ 2020-11-09 22:10 ` ndowens
  2020-11-09 22:11 ` ericonr
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 22:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 5577 bytes --]

From 4b42f46d194337d4ba22809601f885881cd0f3ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/4] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From c4ee7e3a0270d7741d634dad2e34f98b69f17d6f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/4] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From 8a21c327375ba8474c435b4f09b00a36ec853a1d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 16:05:17 -0600
Subject: [PATCH 3/4] kodi-rpi: libcec revbump

---
 srcpkgs/kodi-rpi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-rpi/template b/srcpkgs/kodi-rpi/template
index a04985d2e51..166659bea29 100644
--- a/srcpkgs/kodi-rpi/template
+++ b/srcpkgs/kodi-rpi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-rpi'
 pkgname=kodi-rpi
 version=18.8
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From 3ca54e0d84ee387427d1d68506687d8dee0d16b6 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 4/4] libcec: update to 6.0.2

---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 14 +++++++-------
 3 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12ade7a11ac..91863f838a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..275a1d54c6f 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -28,8 +28,8 @@ post_install() {
 	if [ -d $DESTDIR/usr/lib64 ]; then
 		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
 	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv $DESTDIR/$wrksrc/build/lib/* $DESTDIR/usr/lib
+	vsed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (8 preceding siblings ...)
  2020-11-09 22:10 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-09 22:11 ` ericonr
  2020-11-09 22:11 ` ericonr
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-11-09 22:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 217 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724308579

Comment:
Did it also run ok? That's actually the one I was the most worried about :P 

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (9 preceding siblings ...)
  2020-11-09 22:11 ` ericonr
@ 2020-11-09 22:11 ` ericonr
  2020-11-09 22:18 ` ndowens
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ericonr @ 2020-11-09 22:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724308579

Comment:
Did it also run ok? That's actually the one I was the most worried about :P 

Sorry for not specifying.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (10 preceding siblings ...)
  2020-11-09 22:11 ` ericonr
@ 2020-11-09 22:18 ` ndowens
  2020-11-11 20:21 ` [PR PATCH] [Updated] " ndowens
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-09 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 357 bytes --]

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26258#issuecomment-724311822

Comment:
> Did it also run ok? That's actually the one I was the most worried about :P
> 
> Sorry for not specifying.

kodi launched for me and from what i can tell is fine. Tested audio on it and played fine and no crash

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (11 preceding siblings ...)
  2020-11-09 22:18 ` ndowens
@ 2020-11-11 20:21 ` ndowens
  2020-11-14  0:38 ` [PR PATCH] [Closed]: " ndowens
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-11 20:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 5611 bytes --]

From 4b42f46d194337d4ba22809601f885881cd0f3ff Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/4] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From c4ee7e3a0270d7741d634dad2e34f98b69f17d6f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/4] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From 8a21c327375ba8474c435b4f09b00a36ec853a1d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 16:05:17 -0600
Subject: [PATCH 3/4] kodi-rpi: libcec revbump

---
 srcpkgs/kodi-rpi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-rpi/template b/srcpkgs/kodi-rpi/template
index a04985d2e51..166659bea29 100644
--- a/srcpkgs/kodi-rpi/template
+++ b/srcpkgs/kodi-rpi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-rpi'
 pkgname=kodi-rpi
 version=18.8
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From f1d8c12090eb9cdcef88b639e807b6750b6c246c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 4/4] libcec: update to 6.0.2

---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 17 +++++++----------
 3 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 12ade7a11ac..91863f838a3 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..a21293587d5 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -25,11 +25,8 @@ fi
 
 post_install() {
 	vmkdir usr/lib
-	if [ -d $DESTDIR/usr/lib64 ]; then
-		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
-	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv "$DESTDIR"/$wrksrc/build/lib*/* "$DESTDIR"/usr/lib
+	vsed -i "s#$wrksrc/build/##" "$DESTDIR"/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Closed]: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (12 preceding siblings ...)
  2020-11-11 20:21 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14  0:38 ` ndowens
  2020-11-14  1:20 ` [PR PATCH] [Updated] " ndowens
  2020-11-14 15:13 ` [PR PATCH] [Merged]: " Hoshpak
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-14  0:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a closed pull request on the void-packages repository

libcec: update to 6.0.2
https://github.com/void-linux/void-packages/pull/26258

Description:


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (13 preceding siblings ...)
  2020-11-14  0:38 ` [PR PATCH] [Closed]: " ndowens
@ 2020-11-14  1:20 ` ndowens
  2020-11-14 15:13 ` [PR PATCH] [Merged]: " Hoshpak
  15 siblings, 0 replies; 17+ messages in thread
From: ndowens @ 2020-11-14  1:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is an updated pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libcec
https://github.com/void-linux/void-packages/pull/26258

libcec: update to 6.0.2


A patch file from https://github.com/void-linux/void-packages/pull/26258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libcec-26258.patch --]
[-- Type: text/x-diff, Size: 5621 bytes --]

From a4849f4282567447bb06864c15d6a980f9d10e0c Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:55:06 -0600
Subject: [PATCH 1/4] kodi: libcec revbump

---
 srcpkgs/kodi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi/template b/srcpkgs/kodi/template
index 25d0000846c..4929c131cb8 100644
--- a/srcpkgs/kodi/template
+++ b/srcpkgs/kodi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi'
 pkgname=kodi
 version=18.9
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From e54e034b4d813161816452778bbcf04ece94f06b Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 14:58:48 -0600
Subject: [PATCH 2/4] plex-media-player: libecec revbump

---
 srcpkgs/plex-media-player/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/plex-media-player/template b/srcpkgs/plex-media-player/template
index 8432c27fdb0..9704d150d25 100644
--- a/srcpkgs/plex-media-player/template
+++ b/srcpkgs/plex-media-player/template
@@ -1,7 +1,7 @@
 # Template file for 'plex-media-player'
 pkgname=plex-media-player
 version=2.58.0
-revision=1
+revision=2
 _verbuild=1076
 _commit_rev=38e019da
 # See CMakeModules/WebClient.cmake

From df8d29b9cef125f8539f0db2ae727faf6d91d01f Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 16:05:17 -0600
Subject: [PATCH 3/4] kodi-rpi: libcec revbump

---
 srcpkgs/kodi-rpi/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-rpi/template b/srcpkgs/kodi-rpi/template
index a04985d2e51..166659bea29 100644
--- a/srcpkgs/kodi-rpi/template
+++ b/srcpkgs/kodi-rpi/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-rpi'
 pkgname=kodi-rpi
 version=18.8
-revision=2
+revision=3
 _codename="Leia"
 wrksrc="xbmc-${version}-${_codename}"
 build_style=cmake

From 804aa806c21da585160238ee6cc47a7b5f817d06 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 9 Nov 2020 13:23:35 -0600
Subject: [PATCH 4/4] libcec: update to 6.0.2

[ci skip]
---
 common/shlibs                        |  2 +-
 srcpkgs/libcec/patches/no-fqdn.patch | 18 ++++++++++--------
 srcpkgs/libcec/template              | 17 +++++++----------
 3 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index bc38cda9e1e..a929acd464e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1274,7 +1274,7 @@ libdtovl.so rpi-userland-20180103_1
 libwiringPi.so libwiringPi-0.0.20200408_1
 libwiringPiDev.so libwiringPi-0.0.20200408_1
 liblockdev.so.1 lockdev-1.0.3_1
-libcec.so.4 libcec-4.0.2_1
+libcec.so.6 libcec-6.0.2_1
 librump.so.0 netbsd-rumpkernel-20140526_3
 librumpvfs.so.0 netbsd-rumpkernel-20140526_3
 librumpdev_disk.so.0 netbsd-rumpkernel-20140526_3
diff --git a/srcpkgs/libcec/patches/no-fqdn.patch b/srcpkgs/libcec/patches/no-fqdn.patch
index 03017bb32bc..0aeea0b071a 100644
--- a/srcpkgs/libcec/patches/no-fqdn.patch
+++ b/srcpkgs/libcec/patches/no-fqdn.patch
@@ -1,11 +1,13 @@
---- src/libcec/cmake/SetBuildInfo.cmake.orig	2015-07-22 12:50:52.632027301 +0200
-+++ src/libcec/cmake/SetBuildInfo.cmake	2015-07-22 12:51:05.703027767 +0200
-@@ -45,7 +45,7 @@ else()
+diff --git src/libcec/cmake/SetBuildInfo.cmake src/libcec/cmake/SetBuildInfo.cmake
+index 3402f9f..b121361 100644
+--- src/libcec/cmake/SetBuildInfo.cmake
++++ src/libcec/cmake/SetBuildInfo.cmake
+@@ -40,7 +40,7 @@ else()
    # add host on which this was built to compile info
    find_program(HAVE_HOSTNAME_BIN hostname /bin /usr/bin /usr/local/bin)
    if(HAVE_HOSTNAME_BIN)
--    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST)
-+    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST)
-     set(LIB_INFO "${LIB_INFO}@${BUILD_HOST}")
-   endif()
- 
+-    exec_program(hostname ARGS -f OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
++    exec_program(hostname ARGS OUTPUT_VARIABLE BUILD_HOST RETURN_VALUE RETURN_HOST)
+     if (RETURN_HOST)
+       exec_program(hostname OUTPUT_VARIABLE BUILD_HOST)
+     endif()
diff --git a/srcpkgs/libcec/template b/srcpkgs/libcec/template
index 5136e30e713..a21293587d5 100644
--- a/srcpkgs/libcec/template
+++ b/srcpkgs/libcec/template
@@ -1,19 +1,19 @@
 # Template file for 'libcec'
 pkgname=libcec
-version=4.0.4
-revision=7
+version=6.0.2
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
 configure_args="Python_ADDITIONAL_VERSIONS=${py3_ver}"
 hostmakedepends="pkg-config libtool swig"
-makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel libXrandr-devel
- python3-devel"
+makedepends="eudev-libudev-devel lockdev-devel p8-platform-devel
+ libXrandr-devel python3-devel"
 short_desc="USB CEC Adapter communication Library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Pulse-Eight/libcec"
 distfiles="https://github.com/Pulse-Eight/libcec/archive/libcec-${version}.tar.gz"
-checksum=4382a964bf8c511c22c03cdab5ba2d81c241536e6479072a61516966804f400a
+checksum=090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
 
 build_options="rpi"
 
@@ -25,11 +25,8 @@ fi
 
 post_install() {
 	vmkdir usr/lib
-	if [ -d $DESTDIR/usr/lib64 ]; then
-		mv $DESTDIR/usr/lib64/* $DESTDIR/usr/lib
-	fi
-	mv $DESTDIR/$wrksrc/build/lib*/* $DESTDIR/usr/lib
-	sed -i "s#$wrksrc/build/##" $DESTDIR/usr/lib/pkgconfig/libcec.pc
+	mv "$DESTDIR"/$wrksrc/build/lib*/* "$DESTDIR"/usr/lib
+	vsed -i "s#$wrksrc/build/##" "$DESTDIR"/usr/lib/pkgconfig/libcec.pc
 }
 
 cec-client_package() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Merged]: libcec: update to 6.0.2
  2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
                   ` (14 preceding siblings ...)
  2020-11-14  1:20 ` [PR PATCH] [Updated] " ndowens
@ 2020-11-14 15:13 ` Hoshpak
  15 siblings, 0 replies; 17+ messages in thread
From: Hoshpak @ 2020-11-14 15:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a merged pull request on the void-packages repository

libcec: update to 6.0.2
https://github.com/void-linux/void-packages/pull/26258

Description:


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-11-14 15:13 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 21:00 [PR PATCH] libcec: update to 6.0.2 ndowens
2020-11-09 21:04 ` ericonr
2020-11-09 21:07 ` ndowens
2020-11-09 21:10 ` [PR PATCH] [Updated] " ndowens
2020-11-09 21:13 ` ericonr
2020-11-09 21:14 ` ndowens
2020-11-09 21:19 ` ericonr
2020-11-09 22:05 ` [PR PATCH] [Updated] " ndowens
2020-11-09 22:05 ` ndowens
2020-11-09 22:10 ` [PR PATCH] [Updated] " ndowens
2020-11-09 22:11 ` ericonr
2020-11-09 22:11 ` ericonr
2020-11-09 22:18 ` ndowens
2020-11-11 20:21 ` [PR PATCH] [Updated] " ndowens
2020-11-14  0:38 ` [PR PATCH] [Closed]: " ndowens
2020-11-14  1:20 ` [PR PATCH] [Updated] " ndowens
2020-11-14 15:13 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).