Accepting request 1169225 from GNOME:Next
- Update to version 0.92.1:
+ Fix compilation in Fedora Koji
- Changes from version 0.92.0:
+ Migrate to gtk4.
+ Use libportal to acquire screencast portal.
+ Upstream Flatpak appdata updated and CI added.
+ Dedupe sinks based on IP and P2P MAC instead of name.
+ Fix various issues.
- Changes from version 0.91.0
+ Add support for Miracast over Infrastructure (MICE) protocol.
+ Add support for Chromecast protocol.
+ Add support for casting a virtual screen.
+ Fix various issues.
+ Updated translations.
- Replace pkgconfig(gtk+-3.0) BuildRequires with pkgconfig(gtk4):
Follow upstreams port to gtk4.
- Align BuildRequires with what meson checks for:
+ Add pkgconfig(avahi-client), pkgconfig(avahi-gobject),
pkgconfig(gio-2.0), pkgconfig(gstreamer-1.0),
pkgconfig(gstreamer-pbutils-1.0), pkgconfig(json-glib-1.0),
pkgconfig(libadwaita-1), pkgconfig(libnm),
pkgconfig(libportal-gtk4), pkgconfig(libprotobuf-c), and
pkgconfig(libsoup-3.0).
+ Drop pkgconfig(libnm).
- Run test suite: add meson_test to check section.
- Initial package
OBS-URL: https://build.opensuse.org/request/show/1169225
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-network-displays?expand=0&rev=7
2024-04-19 17:11:53 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<services>
|
|
|
|
<service name="obs_scm" mode="manual">
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-network-displays.git</param>
|
2024-05-06 14:35:48 +02:00
|
|
|
<param name="revision">0.92.2</param>
|
Accepting request 1169225 from GNOME:Next
- Update to version 0.92.1:
+ Fix compilation in Fedora Koji
- Changes from version 0.92.0:
+ Migrate to gtk4.
+ Use libportal to acquire screencast portal.
+ Upstream Flatpak appdata updated and CI added.
+ Dedupe sinks based on IP and P2P MAC instead of name.
+ Fix various issues.
- Changes from version 0.91.0
+ Add support for Miracast over Infrastructure (MICE) protocol.
+ Add support for Chromecast protocol.
+ Add support for casting a virtual screen.
+ Fix various issues.
+ Updated translations.
- Replace pkgconfig(gtk+-3.0) BuildRequires with pkgconfig(gtk4):
Follow upstreams port to gtk4.
- Align BuildRequires with what meson checks for:
+ Add pkgconfig(avahi-client), pkgconfig(avahi-gobject),
pkgconfig(gio-2.0), pkgconfig(gstreamer-1.0),
pkgconfig(gstreamer-pbutils-1.0), pkgconfig(json-glib-1.0),
pkgconfig(libadwaita-1), pkgconfig(libnm),
pkgconfig(libportal-gtk4), pkgconfig(libprotobuf-c), and
pkgconfig(libsoup-3.0).
+ Drop pkgconfig(libnm).
- Run test suite: add meson_test to check section.
- Initial package
OBS-URL: https://build.opensuse.org/request/show/1169225
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnome-network-displays?expand=0&rev=7
2024-04-19 17:11:53 +02:00
|
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
|
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
|
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
|
|
</service>
|
|
|
|
<service name="tar" mode="buildtime"/>
|
|
|
|
<service name="recompress" mode="buildtime">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">zst</param>
|
|
|
|
</service>
|
|
|
|
<service name="set_version" mode="manual" />
|
|
|
|
</services>
|
|
|
|
|