Remove Facebook, Flickr and Google support
In theory, support for Facebook, Flickr and Google is still desired. However, right now Facebook and Google are completely broken, and the Grilo code used for Flickr support has code quality issues. Resolves: #1913641
This commit is contained in:
parent
d279f44924
commit
666c064fb1
1987
0001-Remove-Facebook-Flickr-and-Google-support.patch
Normal file
1987
0001-Remove-Facebook-Flickr-and-Google-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,22 +3,19 @@
|
||||
|
||||
%global cairo_version 1.14.0
|
||||
%global dazzle_version 3.26.0
|
||||
%global gdata_version 0.17.3
|
||||
%global gdk_pixbuf_version 2.36.8
|
||||
%global gegl_version 0.4.0
|
||||
%global gettext_version 0.19.8
|
||||
%global gexiv2_version 0.10.8
|
||||
%global gfbgraph_version 0.2.1
|
||||
%global glib2_version 2.62.0
|
||||
%global goa_version 3.8.0
|
||||
%global grilo_version 0.3.5
|
||||
%global gtk3_version 3.22.16
|
||||
%global handy_version 1.1.90
|
||||
%global tracker_miners_version 3.0.0
|
||||
|
||||
Name: gnome-photos
|
||||
Version: 40.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Access, organize and share your photos on GNOME
|
||||
|
||||
# GNOME Photos itself is GPLv3+, but the bundled libgd is LGPLv2+
|
||||
@ -26,6 +23,9 @@ License: GPLv3+ and LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Photos
|
||||
Source0: http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1913641
|
||||
Patch0: 0001-Remove-Facebook-Flickr-and-Google-support.patch
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gettext >= %{gettext_version}
|
||||
@ -43,12 +43,9 @@ BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
|
||||
BuildRequires: pkgconfig(grilo-0.3) >= %{grilo_version}
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(libdazzle-1.0) >= %{dazzle_version}
|
||||
BuildRequires: pkgconfig(libgdata) >= %{gdata_version}
|
||||
BuildRequires: pkgconfig(libgfbgraph-0.2) >= %{gfbgraph_version}
|
||||
BuildRequires: pkgconfig(libhandy-1) >= %{handy_version}
|
||||
BuildRequires: pkgconfig(libjpeg)
|
||||
BuildRequires: pkgconfig(tracker-sparql-3.0)
|
||||
@ -61,7 +58,6 @@ Requires: dleyna-renderer
|
||||
|
||||
Requires: gdk-pixbuf2%{?isa} >= %{gdk_pixbuf_version}
|
||||
Requires: gegl04%{?_isa} >= %{gegl_version}
|
||||
Requires: gfbgraph%{?_isa} >= %{gfbgraph_version}
|
||||
Requires: glib2%{?isa} >= %{glib2_version}
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} < 9
|
||||
@ -69,10 +65,8 @@ Requires: gnome-online-miners >= 3.11.3
|
||||
%endif
|
||||
|
||||
Requires: gnome-settings-daemon
|
||||
Requires: grilo%{?_isa} >= %{grilo_version}
|
||||
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
||||
Requires: libdazzle%{?isa} >= %{dazzle_version}
|
||||
Requires: libgdata%{?_isa} >= %{gdata_version}
|
||||
Requires: libgexiv2%{?_isa} >= %{gexiv2_version}
|
||||
Requires: libhandy1%{?_isa} >= %{handy_version}
|
||||
Requires: tracker3-miners >= %{tracker_miners_version}
|
||||
@ -168,6 +162,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Photos.desk
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 40.0-3
|
||||
- Remove Facebook, Flickr and Google support
|
||||
Resolves: #1913641
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user