forked from pool/gnome-network-displays
Accepting request 851784 from GNOME:Apps
Yes I know this breaks the build for Leaps, but I don't care :-) This is more futureproof. - Update to version 0.90.4: + Add firewalld integration. + Updated translations. - Add explicit runtime gstreamer-plugin-pipewire Requires. - Add missing explicit pkgconfig(gstreamer-plugins-base-1.0) BuildRequires, fixed in future versions. - Replace update-desktop-files with desktop-file-utils BuildRequires and distro independant command call. - Add pkgconfig(appstream-glib) BuildRequires and metainfo validation call. (forwarded request 851394 from iznogood) OBS-URL: https://build.opensuse.org/request/show/851784 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-network-displays?expand=0&rev=2
This commit is contained in:
commit
00273b2c3b
3
gnome-network-displays-0.90.4.tar.xz
Normal file
3
gnome-network-displays-0.90.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:289136b8fcefc6ad378ce3255c51fc1a6a020583ac1dc5f394b77759beb35613
|
||||
size 583212
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6296e7bd25a750cac24cf86d97819e3855a133e44553aacdb3d9f7b9b7ab56a6
|
||||
size 588789
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 27 21:10:45 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.90.4:
|
||||
+ Add firewalld integration.
|
||||
+ Updated translations.
|
||||
- Add explicit runtime gstreamer-plugin-pipewire Requires.
|
||||
- Add missing explicit pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires, fixed in future versions.
|
||||
- Replace update-desktop-files with desktop-file-utils
|
||||
BuildRequires and distro independant command call.
|
||||
- Add pkgconfig(appstream-glib) BuildRequires and metainfo
|
||||
validation call.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 08:38:31 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -17,21 +17,25 @@
|
||||
|
||||
|
||||
Name: gnome-network-displays
|
||||
Version: 0.90.3
|
||||
Version: 0.90.4
|
||||
Release: 0
|
||||
Summary: Miracast implementation for GNOME
|
||||
Group: Productivity/Networking/Other
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Networking/Other
|
||||
URL: https://gitlab.gnome.org/GNOME/%{name}
|
||||
Source: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
|
||||
Source: https://download.gnome.org/sources/%{name}/0.90/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-rtsp-server-1.0)
|
||||
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libnm)
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib)
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: gstreamer-plugin-pipewire
|
||||
|
||||
%description
|
||||
This is an experimental implementation of Wi-Fi Display (aka Miracast).
|
||||
@ -44,7 +48,7 @@ to use the created "Network-Displays" sink.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-v%{version}
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -52,7 +56,8 @@ to use the created "Network-Displays" sink.
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file -r org.gnome.NetworkDisplays "Network;RemoteAccess"
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||
%find_lang %{name}
|
||||
|
||||
%files
|
||||
@ -63,6 +68,7 @@ to use the created "Network-Displays" sink.
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
%{_datadir}/icons/*/*/*/*.svg
|
||||
%{_datadir}/metainfo/*.appdata.xml
|
||||
%{_prefix}/lib/firewalld/zones/P2P-WiFi-Display.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user