8 Commits

Author SHA256 Message Date
2b308a7782 Accepting request 1305270 from X11:Wayland
- 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

OBS-URL: https://build.opensuse.org/request/show/1305270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wl-screenrec?expand=0&rev=8
2025-09-17 14:44:01 +00:00
35a9abfed0 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wl-screenrec?expand=0&rev=19 2025-09-16 21:44:04 +00:00
f238e85396 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wl-screenrec?expand=0&rev=18
2025-09-16 21:38:18 +00:00
326f3db429 Accepting request 1267355 from X11:Wayland
- Update to version 0.1.7:
  * Allow resizes
  * Improvements to ext-image-capture

OBS-URL: https://build.opensuse.org/request/show/1267355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wl-screenrec?expand=0&rev=7
2025-04-07 15:37:20 +00:00
46da1fd4ef OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wl-screenrec?expand=0&rev=16 2025-04-06 05:25:57 +00:00
de84131ef3 - Update to version 0.1.7:
* Allow resizes
  * Improvements to ext-image-capture

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wl-screenrec?expand=0&rev=15
2025-04-06 05:22:15 +00:00
fc52e074ba Accepting request 1238320 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/1238320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wl-screenrec?expand=0&rev=6
2025-01-17 17:37:57 +00:00
2e2752b711 - 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

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wl-screenrec?expand=0&rev=13
2025-01-16 19:43:45 +00:00
6 changed files with 38 additions and 12 deletions

View File

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a06300842258aa423832c28fbf13cfaf02377c76206213cf8cd20dacff114b9
size 11818061
oid sha256:296b35398777b7efcb02b3a5ece7125f4419e0596dd1ef12d169fd489b1afc31
size 16587660

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b28a013d7418491da82efe25101f0a778e47c34d195f88d48c3132f9d223190d
size 36547

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:214cbd9c74a57f980eacb6623743dea94f20b2f3fcea4705cec2b865b5f84fbb
size 50341

View File

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

View File

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