import gnome-network-displays-0.91.0-1.el9.el9

i9cf changed/i9ce/gnome-network-displays-0.91.0-1.el9
MSVSphere Packaging Team 12 months ago
parent f70bf69479
commit 1d233bd32e

2
.gitignore vendored

@ -1 +1 @@
SOURCES/gnome-network-displays-0.90.5.tar.xz
SOURCES/gnome-network-displays-0.91.0.tar.xz

@ -1 +1 @@
17d3b0f4e92a6c98246c7601087279820950f1d8 SOURCES/gnome-network-displays-0.90.5.tar.xz
3e611c97cb6646535cf34d012c27cd7cf39951d8 SOURCES/gnome-network-displays-0.91.0.tar.xz

@ -1,38 +1,49 @@
Name: gnome-network-displays
Version: 0.90.5
Release: 5%{?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: libappstream-glib
BuildRequires: firewalld-filesystem
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: libappstream-glib
BuildRequires: meson
BuildRequires: gcc
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(gstreamer-rtsp-server-1.0)
BuildRequires: firewalld-filesystem
BuildRequires: pkgconfig(libsoup-3.0)
# Versioned library deps
Requires: NetworkManager-libnm > 1.16.0
Requires: gstreamer1-rtsp-server
Requires: gnome-desktop3
Requires: gstreamer1-rtsp-server
Requires: gtk3
Requires: hicolor-icon-theme
Requires: NetworkManager-libnm > 1.16.0
%if !0%{?flatpak}
Requires: NetworkManager-wifi
Requires: pipewire-gstreamer
%endif
%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
@ -65,9 +76,16 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_prefix}/lib/firewalld/zones/P2P-WiFi-Display.xml
%changelog
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.90.5-5
* Thu Jan 18 2024 Christian Glombek <lorbus@fedoraproject.org> - 0.91.0-1
- Sort dependencies alphabetically
- Update to v0.91.0
* Mon Oct 30 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.90.5-6
- Rebuilt for MSVSphere 9.2
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.90.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.90.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

Loading…
Cancel
Save