Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vokoscreen: update to 4.2.0.
@ 2024-09-18 23:30 1is7ac3
  2024-09-18 23:34 ` [PR PATCH] [Updated] " 1is7ac3
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-18 23:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 5d80dbc919719583f477335735881ed1862fcd91 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..928021e1bbfecd 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,24 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel v4l-utils-devel
+ pipewire-devel pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamermm-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install(){
+        vbin vokoscreenNG
+        vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+        vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+ 

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
@ 2024-09-18 23:34 ` 1is7ac3
  2024-09-19  0:14 ` 1is7ac3
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-18 23:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 1ed4e071dc24b2caa02c680c987d6d1ee5e076ce Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..928021e1bbfecd 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,24 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel v4l-utils-devel
+ pipewire-devel pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamermm-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install(){
+        vbin vokoscreenNG
+        vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+        vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+ 

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
  2024-09-18 23:34 ` [PR PATCH] [Updated] " 1is7ac3
@ 2024-09-19  0:14 ` 1is7ac3
  2024-09-19  0:29 ` 1is7ac3
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-19  0:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 7dc19aa6669b7c6f72a15fd8aaaf531de96552d7 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..928021e1bbfecd 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,24 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel v4l-utils-devel
+ pipewire-devel pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamermm-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install(){
+        vbin vokoscreenNG
+        vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+        vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+ 

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
  2024-09-18 23:34 ` [PR PATCH] [Updated] " 1is7ac3
  2024-09-19  0:14 ` 1is7ac3
@ 2024-09-19  0:29 ` 1is7ac3
  2024-09-20  6:17 ` 1is7ac3
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-19  0:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From da1bc80aa0256a91ea2bd93647646dd9425f600a Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..928021e1bbfecd 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,24 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel v4l-utils-devel
+ pipewire-devel pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamermm-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install(){
+        vbin vokoscreenNG
+        vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+        vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+ 

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (2 preceding siblings ...)
  2024-09-19  0:29 ` 1is7ac3
@ 2024-09-20  6:17 ` 1is7ac3
  2024-09-20  6:36 ` 1is7ac3
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-20  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 183957b56cc02034667afcd8e59b0270718874c0 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..1e6f72428212ad 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,23 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel v4l-utils-devel
+ pipewire-devel pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamermm-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install() {
+	vbin vokoscreenNG
+	vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+	vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (3 preceding siblings ...)
  2024-09-20  6:17 ` 1is7ac3
@ 2024-09-20  6:36 ` 1is7ac3
  2024-09-22 17:58 ` 1is7ac3
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-20  6:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 32be765e03698c6fdcbdf6d3c6251ec5502d83a3 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..53739c6f70be4b 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,23 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
+ pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install() {
+	vbin vokoscreenNG
+	vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+	vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (4 preceding siblings ...)
  2024-09-20  6:36 ` 1is7ac3
@ 2024-09-22 17:58 ` 1is7ac3
  2024-09-24 20:55 ` classabbyamp
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-22 17:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From 9e04332441754b9df75661523afaa8323e633ff9 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen/template | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
index 94e4012dfcca33..483f8391d3ddb3 100644
--- a/srcpkgs/vokoscreen/template
+++ b/srcpkgs/vokoscreen/template
@@ -1,16 +1,23 @@
 # Template file for 'vokoscreen'
 pkgname=vokoscreen
-version=2.5.0
+version=4.2.0
 revision=1
 build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
+ pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamer1-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
 short_desc="Easy to use screencast creator"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
 
-CFLAGS="-fcommon"
+do_install() {
+	vbin vokoscreenNG
+	vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+	vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}

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

* Re: vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (5 preceding siblings ...)
  2024-09-22 17:58 ` 1is7ac3
@ 2024-09-24 20:55 ` classabbyamp
  2024-09-24 21:05 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-09-24 20:55 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52269#issuecomment-2372369585

Comment:
if we're going to switch to a fork that changes the name, there should probably be compatibility symlinks and probably a transitional package

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

* Re: [PR REVIEW] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (6 preceding siblings ...)
  2024-09-24 20:55 ` classabbyamp
@ 2024-09-24 21:05 ` classabbyamp
  2024-09-25  2:13 ` [PR PATCH] [Updated] " 1is7ac3
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-09-24 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52269#discussion_r1774093882

Comment:
don't override do_install, use post_install

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (7 preceding siblings ...)
  2024-09-24 21:05 ` [PR REVIEW] " classabbyamp
@ 2024-09-25  2:13 ` 1is7ac3
  2024-09-25  2:24 ` 1is7ac3
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-25  2:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From d57d7c236832c89f2c032ed1b257bbe72b5300ea Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen            |  1 +
 srcpkgs/vokoscreen/template   | 16 ----------------
 srcpkgs/vokoscreenNG/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 16 deletions(-)
 create mode 120000 srcpkgs/vokoscreen
 delete mode 100644 srcpkgs/vokoscreen/template
 create mode 100644 srcpkgs/vokoscreenNG/template

diff --git a/srcpkgs/vokoscreen b/srcpkgs/vokoscreen
new file mode 120000
index 00000000000000..81e249e55bf719
--- /dev/null
+++ b/srcpkgs/vokoscreen
@@ -0,0 +1 @@
+vokoscreenNG
\ No newline at end of file
diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
deleted file mode 100644
index 94e4012dfcca33..00000000000000
--- a/srcpkgs/vokoscreen/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'vokoscreen'
-pkgname=vokoscreen
-version=2.5.0
-revision=1
-build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
-short_desc="Easy to use screencast creator"
-maintainer="Duncaen <duncaen@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
-
-CFLAGS="-fcommon"
diff --git a/srcpkgs/vokoscreenNG/template b/srcpkgs/vokoscreenNG/template
new file mode 100644
index 00000000000000..07e7a4bda6cf82
--- /dev/null
+++ b/srcpkgs/vokoscreenNG/template
@@ -0,0 +1,29 @@
+# Template file for 'vokoscreenNG'
+pkgname=vokoscreenNG
+version=4.2.0
+revision=1
+build_style=qmake
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
+ pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamer1-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
+short_desc="Easy to use screencast creator"
+maintainer="Duncaen <duncaen@voidlinux.org>"
+license="GPL-2.0-only"
+homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
+
+post_install() {
+	vbin vokoscreenNG
+	vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+	vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+
+vokoscreen_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+        short_desc+=" (transitional dummy package)"
+        build_style=meta
+}

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

* Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (8 preceding siblings ...)
  2024-09-25  2:13 ` [PR PATCH] [Updated] " 1is7ac3
@ 2024-09-25  2:24 ` 1is7ac3
  2024-09-25  2:28 ` classabbyamp
  2024-11-01  2:43 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: 1is7ac3 @ 2024-09-25  2:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/1is7ac3/void-packages vokoNG
https://github.com/void-linux/void-packages/pull/52269

vokoscreen: update to 4.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

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

From e9910fe3f2104c84873458e68f7c4e1565e11453 Mon Sep 17 00:00:00 2001
From: 1is7ac3 <isaac.qa13@gmail.com>
Date: Wed, 18 Sep 2024 20:17:47 -0300
Subject: [PATCH] vokoscreen: update to 4.2.0.

---
 srcpkgs/vokoscreen            |  1 +
 srcpkgs/vokoscreen/template   | 16 ----------------
 srcpkgs/vokoscreenNG/template | 29 +++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+), 16 deletions(-)
 create mode 120000 srcpkgs/vokoscreen
 delete mode 100644 srcpkgs/vokoscreen/template
 create mode 100644 srcpkgs/vokoscreenNG/template

diff --git a/srcpkgs/vokoscreen b/srcpkgs/vokoscreen
new file mode 120000
index 00000000000000..81e249e55bf719
--- /dev/null
+++ b/srcpkgs/vokoscreen
@@ -0,0 +1 @@
+vokoscreenNG
\ No newline at end of file
diff --git a/srcpkgs/vokoscreen/template b/srcpkgs/vokoscreen/template
deleted file mode 100644
index 94e4012dfcca33..00000000000000
--- a/srcpkgs/vokoscreen/template
+++ /dev/null
@@ -1,16 +0,0 @@
-# Template file for 'vokoscreen'
-pkgname=vokoscreen
-version=2.5.0
-revision=1
-build_style=qmake
-hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
-makedepends="alsa-lib-devel libX11-devel libXrandr-devel qt5-devel qt5-x11extras-devel v4l-utils-devel"
-depends="ffmpeg"
-short_desc="Easy to use screencast creator"
-maintainer="Duncaen <duncaen@voidlinux.org>"
-license="GPL-2.0-only"
-homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
-distfiles="https://github.com/vkohaupt/vokoscreen/archive/${version}.tar.gz"
-checksum=7f5d9abfa3b4a1f7ce657838f5169cd80a590be490dacd0ad1751853a38f4245
-
-CFLAGS="-fcommon"
diff --git a/srcpkgs/vokoscreenNG/template b/srcpkgs/vokoscreenNG/template
new file mode 100644
index 00000000000000..a4b298b627c337
--- /dev/null
+++ b/srcpkgs/vokoscreenNG/template
@@ -0,0 +1,29 @@
+# Template file for 'vokoscreenNG'
+pkgname=vokoscreenNG
+version=4.2.0
+revision=1
+build_style=qmake
+build_wrksrc="src"
+hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
+makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
+ pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
+ xdg-desktop-portal gstreamer1-devel"
+depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
+short_desc="Easy to use screencast creator"
+maintainer="Duncaen <duncaen@voidlinux.org>"
+license="GPL-2.0-only"
+homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
+distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
+checksum=5f74fc575ae18e8e62f13f891d79c1c720077f6b630085a02f7576c223cb431c
+
+post_install() {
+	vbin vokoscreenNG
+	vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
+	vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
+}
+
+vokoscreen_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" (transitional dummy package)"
+	build_style=meta
+}

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

* Re: vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (9 preceding siblings ...)
  2024-09-25  2:24 ` 1is7ac3
@ 2024-09-25  2:28 ` classabbyamp
  2024-11-01  2:43 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-09-25  2:28 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/52269#issuecomment-2372762461

Comment:
cc @Duncaen 

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

* Re: [PR PATCH] [Merged]: vokoscreen: update to 4.2.0.
  2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
                   ` (10 preceding siblings ...)
  2024-09-25  2:28 ` classabbyamp
@ 2024-11-01  2:43 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2024-11-01  2:43 UTC (permalink / raw)
  To: ml

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

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

vokoscreen: update to 4.2.0.
https://github.com/void-linux/void-packages/pull/52269

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes<!--
- I tested the changes in this PR: **YES**

<!--  #### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing-->
- I built this PR locally for my native architecture, (x86_64)



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

end of thread, other threads:[~2024-11-01  2:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-18 23:30 [PR PATCH] vokoscreen: update to 4.2.0 1is7ac3
2024-09-18 23:34 ` [PR PATCH] [Updated] " 1is7ac3
2024-09-19  0:14 ` 1is7ac3
2024-09-19  0:29 ` 1is7ac3
2024-09-20  6:17 ` 1is7ac3
2024-09-20  6:36 ` 1is7ac3
2024-09-22 17:58 ` 1is7ac3
2024-09-24 20:55 ` classabbyamp
2024-09-24 21:05 ` [PR REVIEW] " classabbyamp
2024-09-25  2:13 ` [PR PATCH] [Updated] " 1is7ac3
2024-09-25  2:24 ` 1is7ac3
2024-09-25  2:28 ` classabbyamp
2024-11-01  2:43 ` [PR PATCH] [Merged]: " classabbyamp

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).