Skip to content

Commit

Permalink
media-gfx/gnome-photos: Remove media-plugins/grilo-plugins dependency
Browse files Browse the repository at this point in the history
Upstream removed dependency on media-plugins/grilo-plugins in version
43.0.

See https://gitlab.gnome.org/GNOME/gnome-photos/-/commit/c6f66fc47d2d

Signed-off-by: Cristian Othón Martínez Vera <[email protected]>
Signed-off-by: Matt Turner <[email protected]>
  • Loading branch information
cfuga authored and mattst88 committed Apr 25, 2023
1 parent d4b45de commit 9c5737e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
7 changes: 1 addition & 6 deletions media-gfx/gnome-photos/gnome-photos-43.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos"
LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="test upnp-av"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
Expand All @@ -36,13 +36,8 @@ DEPEND="
"
# >=dev-libs/libgdata-0.17.13:0=[gnome-online-accounts] # Upstream left this commented in meson.build. Probably comes back with the next version

# gnome-online-miners is also used for google, facebook, DLNA - not only upnp-av
# but out of all the grilo-plugins, only upnp-av gets used, which has a USE flag here,
# so don't pull it always, but only if USE flag is enabled.
# tracker-miners gschema used at runtime.
RDEPEND="${DEPEND}
net-misc/gnome-online-miners
upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
app-misc/tracker-miners:3
"
BDEPEND="
Expand Down
5 changes: 1 addition & 4 deletions media-gfx/gnome-photos/gnome-photos-44.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Photos"
LICENSE="GPL-3+ LGPL-2+ CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
IUSE="test upnp-av"
IUSE="test"
RESTRICT="!test? ( test )"

DEPEND="
Expand All @@ -36,11 +36,8 @@ DEPEND="
"
# >=dev-libs/libgdata-0.17.13:0=[gnome-online-accounts] # Upstream left this commented in meson.build. Probably comes back with the next version

# but out of all the grilo-plugins, only upnp-av gets used, which has a USE flag here,
# so don't pull it always, but only if USE flag is enabled.
# tracker-miners gschema used at runtime.
RDEPEND="${DEPEND}
upnp-av? ( >=media-plugins/grilo-plugins-0.3.16:0.3[upnp-av] )
app-misc/tracker-miners:3
"
BDEPEND="
Expand Down
2 changes: 1 addition & 1 deletion media-gfx/gnome-photos/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
You can:
- Automatically find all your pictures
- View recent local and online photos
- Access your Facebook or Flickr pictures
- View photos on TVs, laptops or other DLNA renderers on your local network
- Access your Facebook or Flickr pictures
- Set pictures as your desktop background
- Print photos
- Select favorites
Expand Down

0 comments on commit 9c5737e

Please sign in to comment.