vokoscreen: update to 4.2.0.

This commit is contained in:
1is7ac3 2024-09-18 20:17:47 -03:00 committed by classabbyamp
parent c766178472
commit 5360cceaa9
3 changed files with 30 additions and 16 deletions

1
srcpkgs/vokoscreen Symbolic link
View File

@ -0,0 +1 @@
vokoscreenNG

View File

@ -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"

View File

@ -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
}