commit: 49272c2851fcae63656dd0cb0e28ad39f21cdd63 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Sep 3 22:09:54 2017 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 22:09:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=49272c28
media-sound/girl: version bump 9.5.2 → 10.0.0 Package-Manager: Portage-2.3.8, Repoman-2.3.3 Manifest-Sign-Key: 0x5A56C8CD0C13248A media-sound/girl/girl-10.0.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/media-sound/girl/girl-10.0.0.ebuild b/media-sound/girl/girl-10.0.0.ebuild new file mode 100644 index 00000000..c6f6f045 --- /dev/null +++ b/media-sound/girl/girl-10.0.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Easily find and record live radio programs on the Internet" +HOMEPAGE="https://download.gnome.org/sources/girl" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/gnome-vfs-2:2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=x11-libs/gtk+-2.24:2 + dev-libs/libxml2:2 + media-libs/gstreamer:1.0 + media-libs/gst-plugins-base:1.0 + media-libs/gst-plugins-bad:1.0 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + >=dev-util/gtk-doc-am-1.16 + >=dev-util/intltool-0.50.1 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure --without-recording +}
