diff options
author | Sobhan Mohammadpour <sobhan@gentoo.org> | 2017-12-01 19:48:17 +0330 |
---|---|---|
committer | Sobhan Mohammadpour <sobhan@gentoo.org> | 2017-12-04 19:55:08 +0330 |
commit | a7a737683112e67f0add35f67433084fc2335d41 (patch) | |
tree | d883cf33b4266704e4e656320c1fa3ac313f7325 /media-gfx/frogr/frogr-1.3.ebuild | |
parent | dev-lang/python: remove old (diff) | |
download | gentoo-a7a737683112e67f0add35f67433084fc2335d41.tar.gz gentoo-a7a737683112e67f0add35f67433084fc2335d41.tar.bz2 gentoo-a7a737683112e67f0add35f67433084fc2335d41.zip |
media-gfx/frogr: New package
Frogr is a small application for the GNOME desktop that
allows users to manage their accounts in the Flickr
image hosting website. It supports all the basic Flickr
features, including uploading pictures, adding
descriptions, setting tags and managing sets and groups pools.
Closes: https://bugs.gentoo.org/472502
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-gfx/frogr/frogr-1.3.ebuild')
-rw-r--r-- | media-gfx/frogr/frogr-1.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-gfx/frogr/frogr-1.3.ebuild b/media-gfx/frogr/frogr-1.3.ebuild new file mode 100644 index 000000000000..f91b7a6a0516 --- /dev/null +++ b/media-gfx/frogr/frogr-1.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit gnome2 + +DESCRIPTION="flickr applications for GNOME" +HOMEPAGE="https://live.gnome.org/Frogr" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.44 + >=dev-libs/json-glib-0.12 + >=x11-libs/gtk+-3.10:3[introspection] + >=media-libs/libexif-0.6.14 + >=dev-libs/libxml2-2.6.8 + media-libs/gstreamer:1.0 + >=net-libs/libsoup-2.34:2.4 + >=dev-libs/libgcrypt-1.5:* +" +DEPEND="${RDEPEND} +" +#video and header bar are enabled by default |