Compare commits
No commits in common. "68d5292607de2e83d4b24ea5886c842376ae590c" and "b6f26fcfd0032beaf03ade2abae689abd5a2d3c1" have entirely different histories.
68d5292607
...
b6f26fcfd0
@ -1,6 +1,6 @@
|
|||||||
name='gpu-screen-recorder-notification'
|
name='gpu-screen-recorder-notification'
|
||||||
version='1.0.4'
|
version='1.0.4'
|
||||||
release='2'
|
release='1'
|
||||||
desc='Notification in the style of ShadowPlay.'
|
desc='Notification in the style of ShadowPlay.'
|
||||||
desk_ru='Уведомления в стиле ShadowPlay'
|
desk_ru='Уведомления в стиле ShadowPlay'
|
||||||
homepage='https://git.dec05eba.com/gpu-screen-recorder-notification'
|
homepage='https://git.dec05eba.com/gpu-screen-recorder-notification'
|
||||||
@ -28,7 +28,6 @@ deps_arch=(
|
|||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja-build"
|
|
||||||
"libglvnd-devel"
|
"libglvnd-devel"
|
||||||
"libX11-devel"
|
"libX11-devel"
|
||||||
"libXrandr-devel"
|
"libXrandr-devel"
|
||||||
@ -37,7 +36,6 @@ build_deps=(
|
|||||||
)
|
)
|
||||||
build_deps_arch=(
|
build_deps_arch=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-notification.git.${version}.tar.gz")
|
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-notification.git.${version}.tar.gz")
|
||||||
@ -45,18 +43,18 @@ checksums=('SKIP')
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson setup build --prefix=/usr --buildtype=release -Dstrip=true
|
meson build
|
||||||
ninja -C build -j $(($(nproc) - 1))
|
meson compile -C build -j $(($(nproc) - 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson install -C build --destdir="$pkgdir"
|
meson install -C build --destdir "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./usr/bin/gsr-notify
|
echo ./usr/local/bin/gsr-notify
|
||||||
printf '"%s" ' ./usr/share/gsr-notify/fonts/*
|
echo ./usr/local/share/gsr-notify/fonts/NotoSans-Bold.ttf
|
||||||
printf '"%s" ' ./usr/share/gsr-notify/images/*
|
printf '"%s" ' ./usr/local/share/gsr-notify/images/*
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
name='gpu-screen-recorder-ui'
|
name='gpu-screen-recorder-ui'
|
||||||
version='1.3.0'
|
version='1.3.0'
|
||||||
release='2'
|
release='1'
|
||||||
desc='A fullscreen overlay UI for GPU Screen Recorder in the style of ShadowPlay.'
|
desc='A fullscreen overlay UI for GPU Screen Recorder in the style of ShadowPlay.'
|
||||||
desk_ru='Полноэкранный интерфейс наложения для GPU Screen Recorder в стиле ShadowPlay.'
|
desk_ru='Полноэкранный интерфейс наложения для GPU Screen Recorder в стиле ShadowPlay.'
|
||||||
homepage='https://git.dec05eba.com/gpu-screen-recorder-ui'
|
homepage='https://git.dec05eba.com/gpu-screen-recorder-ui'
|
||||||
@ -44,7 +44,6 @@ deps_arch=(
|
|||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja-build"
|
|
||||||
"libglvnd-devel"
|
"libglvnd-devel"
|
||||||
"libX11-devel"
|
"libX11-devel"
|
||||||
"libXrandr-devel"
|
"libXrandr-devel"
|
||||||
@ -59,7 +58,6 @@ build_deps=(
|
|||||||
)
|
)
|
||||||
build_deps_arch=(
|
build_deps_arch=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja"
|
|
||||||
)
|
)
|
||||||
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-ui.git.${version}.tar.gz")
|
sources=("https://dec05eba.com/snapshot/gpu-screen-recorder-ui.git.${version}.tar.gz")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
@ -70,20 +68,20 @@ scripts=(
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson setup build --prefix=/usr --buildtype=release -Dstrip=true
|
meson build
|
||||||
ninja -C build -j $(($(nproc) - 1))
|
meson compile -C build -j $(($(nproc) - 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson install -C build --destdir="$pkgdir"
|
meson install -C build --destdir "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./usr/bin/gsr-global-hotkeys
|
echo ./usr/local/bin/gsr-global-hotkeys
|
||||||
echo ./usr/bin/gsr-ui
|
echo ./usr/local/bin/gsr-ui
|
||||||
echo ./usr/bin/gsr-ui-cli
|
echo ./usr/local/bin/gsr-ui-cli
|
||||||
echo ./usr/lib/systemd/user/gpu-screen-recorder-ui.service
|
echo ./usr/local/lib/systemd/user/gpu-screen-recorder-ui.service
|
||||||
printf '"%s" ' ./usr/share/gsr-ui/fonts/*
|
printf '"%s" ' ./usr/local/share/gsr-ui/fonts/*
|
||||||
printf '"%s" ' ./usr/share/gsr-ui/images/*
|
printf '"%s" ' ./usr/local/share/gsr-ui/images/*
|
||||||
}
|
}
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/usr/sbin/setcap cap_setuid+ep /usr/bin/gsr-global-hotkeys
|
/usr/sbin/setcap cap_setuid+ep /usr/local/bin/gsr-global-hotkeys
|
@ -1,6 +1,6 @@
|
|||||||
name='gpu-screen-recorder'
|
name='gpu-screen-recorder'
|
||||||
version='5.3.3'
|
version='5.3.3'
|
||||||
release='3'
|
release='2'
|
||||||
desc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.'
|
desc='A shadowplay-like screen recorder for Linux. The fastest screen recorder for Linux.'
|
||||||
desk_ru='Экранный рекордер, похожий на ShadowPlay для Linux. Самый быстрый экранный рекордер для Linux.'
|
desk_ru='Экранный рекордер, похожий на ShadowPlay для Linux. Самый быстрый экранный рекордер для Linux.'
|
||||||
homepage='https://git.dec05eba.com/gpu-screen-recorder'
|
homepage='https://git.dec05eba.com/gpu-screen-recorder'
|
||||||
@ -44,7 +44,6 @@ deps_arch=(
|
|||||||
|
|
||||||
build_deps=(
|
build_deps=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja-build"
|
|
||||||
"vulkan-headers"
|
"vulkan-headers"
|
||||||
"ffmpeg-devel"
|
"ffmpeg-devel"
|
||||||
"libXcomposite-devel"
|
"libXcomposite-devel"
|
||||||
@ -58,7 +57,6 @@ build_deps=(
|
|||||||
)
|
)
|
||||||
build_deps_arch=(
|
build_deps_arch=(
|
||||||
"meson"
|
"meson"
|
||||||
"ninja"
|
|
||||||
"vulkan-headers"
|
"vulkan-headers"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -71,19 +69,19 @@ scripts=(
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson setup build --prefix=/usr --buildtype=release -Dstrip=true
|
meson build -Dsystemd=true
|
||||||
ninja -C build -j $(($(nproc) - 1))
|
meson compile -C build -j $(($(nproc) - 1))
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir"
|
cd "$srcdir"
|
||||||
meson install -C build --destdir="$pkgdir"
|
meson install -C build --destdir "$pkgdir"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
files() {
|
files() {
|
||||||
echo ./usr/bin/gpu-screen-recorder
|
echo ./usr/local/bin/gpu-screen-recorder
|
||||||
echo ./usr/bin/gsr-kms-server
|
echo ./usr/local/bin/gsr-kms-server
|
||||||
echo ./usr/lib/modprobe.d/gsr-nvidia.conf
|
echo ./usr/local/lib/modprobe.d/gsr-nvidia.conf
|
||||||
echo ./usr/lib/systemd/user/gpu-screen-recorder.service
|
echo ./usr/local/lib/systemd/user/gpu-screen-recorder.service
|
||||||
}
|
}
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
/usr/sbin/setcap cap_sys_admin+ep /usr/bin/gsr-kms-server
|
/usr/sbin/setcap cap_sys_admin+ep /usr/local/bin/gsr-kms-server
|
Loading…
Reference in New Issue
Block a user