Github messages for voidlinux
 help / color / mirror / Atom feed
From: 1is7ac3 <1is7ac3@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vokoscreen: update to 4.2.0.
Date: Wed, 25 Sep 2024 04:13:37 +0200	[thread overview]
Message-ID: <20240925021337.CAD432B457@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52269@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2024-09-25  2:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-18 23:30 [PR PATCH] " 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 ` 1is7ac3 [this message]
2024-09-25  2:24 ` [PR PATCH] [Updated] " 1is7ac3
2024-09-25  2:28 ` classabbyamp
2024-11-01  2:43 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240925021337.CAD432B457@inbox.vuxu.org \
    --to=1is7ac3@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).