Update to v0.91.0

f38 imports/e9/gnome-network-displays-0.91.0-1.el9
Christian Glombek 12 months ago
parent 4848eb5ab0
commit b67db4dc88

1
.gitignore vendored

@ -3,3 +3,4 @@
/gnome-network-displays-0.90.3.tar.gz
/gnome-network-displays-0.90.4.tar.xz
/gnome-network-displays-0.90.5.tar.xz
/gnome-network-displays-0.91.0.tar.xz

@ -1,12 +1,12 @@
Name: gnome-network-displays
Version: 0.90.5
Release: 6%{?dist}
Version: 0.91.0
Release: 1%{?dist}
Summary: Stream the desktop to Wi-Fi Display capable devices
# The icon is licensed CC-BY-SA
License: GPLv3+ and CC-BY-SA
URL: https://gitlab.gnome.org/GNOME/gnome-network-displays
Source0: https://download.gnome.org/sources/%{name}/0.90/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/0.91/%{name}-%{version}.tar.xz
BuildRequires: desktop-file-utils
BuildRequires: firewalld-filesystem
@ -14,11 +14,21 @@ BuildRequires: gcc
BuildRequires: gettext
BuildRequires: libappstream-glib
BuildRequires: meson
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(avahi-gobject)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.14
BuildRequires: pkgconfig(gstreamer-pbutils-1.0) >= 1.14
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
BuildRequires: pkgconfig(gstreamer-rtsp-1.0) >= 1.14
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0) >= 1.14
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(libnm) >= 1.15.1
BuildRequires: pkgconfig(libprotobuf-c)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(libsoup-3.0)
# Versioned library deps
Requires: gnome-desktop3
@ -33,8 +43,7 @@ Requires: pipewire-gstreamer
%description
GNOME Network Displays allows you to cast your desktop to a remote display.
Currently implemented is support for casting to Wi-Fi Display capable devices
(a.k.a. Miracast).
Supports the Miracast and Chromecast protocols.
%prep
%autosetup -p1
@ -67,6 +76,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_prefix}/lib/firewalld/zones/P2P-WiFi-Display.xml
%changelog
* Thu Jan 18 2024 Christian Glombek <lorbus@fedoraproject.org> - 0.91.0-1
- Sort dependencies alphabetically
- Update to v0.91.0
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.90.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

@ -1 +1 @@
SHA512 (gnome-network-displays-0.90.5.tar.xz) = c3d4df7cfaba3482936817ad352e6e7185df4381e119236d6c33093356d5ffb12ade1f2afd4677500fa986fa9cac57df93862ac8366f9606fee169b5f8cb98e0
SHA512 (gnome-network-displays-0.91.0.tar.xz) = 5104f63cb6f2d5b282030fd6449c31572e69a4f1d82950239ea4302b628ba2674a3d5ef8f920f6814011576e5d23d83e7d5d91444ba71919e61d49bc3f84878f

Loading…
Cancel
Save