Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2b308a7782 | |||
| 35a9abfed0 | |||
| f238e85396 | |||
| 326f3db429 | |||
| 46da1fd4ef | |||
| de84131ef3 | |||
| fc52e074ba | |||
| 2e2752b711 |
1
_service
1
_service
@@ -4,5 +4,4 @@
|
||||
<param name="src">wl-screenrec-*.tar.gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual" />
|
||||
</services>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a06300842258aa423832c28fbf13cfaf02377c76206213cf8cd20dacff114b9
|
||||
size 11818061
|
||||
oid sha256:296b35398777b7efcb02b3a5ece7125f4419e0596dd1ef12d169fd489b1afc31
|
||||
size 16587660
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b28a013d7418491da82efe25101f0a778e47c34d195f88d48c3132f9d223190d
|
||||
size 36547
|
||||
3
wl-screenrec-0.2.0.tar.gz
Normal file
3
wl-screenrec-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:214cbd9c74a57f980eacb6623743dea94f20b2f3fcea4705cec2b865b5f84fbb
|
||||
size 50341
|
||||
@@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 21:35:43 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 0.2.0:
|
||||
* Default to ext-image-copy-capture instead of wlr-screencopy
|
||||
* Support for ffmpeg 8
|
||||
* Add options:
|
||||
* --no-cursor Don't capture cursor
|
||||
* --capture-source Which protocol to use to capture frames
|
||||
* --max-fps to exclude frames from the recording
|
||||
* Exit immediately on signals
|
||||
* Support COSMIC compositor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 6 05:19:17 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 0.1.7:
|
||||
* Allow resizes
|
||||
* Improvements to ext-image-capture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 19:34:38 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Update to version 0.1.6:
|
||||
* Support for ffmpeg 7.1
|
||||
* Add initial support for ext-image-capture protocol
|
||||
* remove requirement for wlr-output-management-unstable-v1
|
||||
* reconnect when output disappears
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 00:20:51 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wl-screenrec
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: wl-screenrec
|
||||
Version: 0.1.5
|
||||
Version: 0.2.0
|
||||
License: Apache-2.0
|
||||
Release: 0
|
||||
Summary: High performance hardware accelerated wlroots screen recorder
|
||||
@@ -25,17 +25,15 @@ Group: Productivity/Graphics/Other
|
||||
URL: https://github.com/russelltg/wl-screenrec
|
||||
Source0: https://github.com/russelltg/wl-screenrec/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: clang
|
||||
BuildRequires: ffmpeg-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: llvm-gold
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: wayland-protocols-devel
|
||||
BuildRequires: wlroots-devel
|
||||
BuildRequires: pkgconfig(vulkan)
|
||||
|
||||
%package fish-completion
|
||||
Summary: Fish Completion for %{name}
|
||||
|
||||
Reference in New Issue
Block a user