parent
e02426282d
commit
361e6743b9
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxG/O3YshD++btKroLOuqZGXYjwozDkVAJdX556O8HDxNJAYpPzvFLyma/c+1i+k2MW5C3yO/nV4zt8AuAnfq1g0=
|
||||
SHA256 (Pkgfile) = bcca9f602e1e7d549612d2c0d5612db67aade27e21ab3f8f4549e19613618a2d
|
||||
RWTTPlFarK9CxBOo4XZDIYV2elRu0BuB8At0ZGEYJyGjNEr1kk4ToGycc1tHuMbtiJASqsAaSYoXwoGxSkZcz38P0ZzaUIZDiww=
|
||||
SHA256 (Pkgfile) = 1cd4c68a250cceb3a0fdb9ad7cd92eadf3db6d31792931243a257eeeafb80738
|
||||
SHA256 (.footprint) = 7c94f0b49269a2ee6586c1a5d7d66c9847e702b724fd4e05fdde35df5e267cae
|
||||
SHA256 (wf-recorder-0.2.1.tar.xz) = bfe51f4f88ba755ac0ad993d00da706496f84e60b53de0ae24fe1c654cfaa376
|
||||
SHA256 (wf-recorder-0.3.0.tar.xz) = 72c32f0d31e3c1de1cdd14f2e814d5f5bc9ed162518cf8f39d18016875741db5
|
||||
|
@ -1,18 +1,17 @@
|
||||
# Description: screen recording app for the wayland desktop
|
||||
# URL: https://github.com/ammen99/wf-recorder/
|
||||
# Maintainer: John McQuah, jmcquah at disroot dot org
|
||||
# Depends on: ffmpeg4 pulseaudio wayland-protocols x264
|
||||
# Depends on: ffmpeg pulseaudio wayland-protocols x264
|
||||
# Nice to have: x265
|
||||
|
||||
name=wf-recorder
|
||||
version=0.2.1
|
||||
version=0.3.0
|
||||
release=1
|
||||
source=(https://github.com/ammen99/$name/releases/download/v$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
export PKG_CONFIG_PATH='/usr/lib/ffmpeg4/pkgconfig'
|
||||
cd $name-$version
|
||||
meson build --prefix=/usr --buildtype=release
|
||||
meson setup build --prefix=/usr --buildtype=release
|
||||
ninja -C build -j ${JOBS-1}
|
||||
DESTDIR=$PKG ninja -C build install
|
||||
}
|
||||
|
Loading…
Reference in new issue