diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 17:34:55 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-04-27 17:34:55 +0000 |
commit | 3e5b0c7328c4e4a3bdf05ca80b47dde89c760599 (patch) | |
tree | 18be659fd1f8a804b64ec3f456c82f6427a261cd /media-sound/gnome-music | |
parent | Version bump for Gnome 3.12. (diff) | |
download | gentoo-2-3e5b0c7328c4e4a3bdf05ca80b47dde89c760599.tar.gz gentoo-2-3e5b0c7328c4e4a3bdf05ca80b47dde89c760599.tar.bz2 gentoo-2-3e5b0c7328c4e4a3bdf05ca80b47dde89c760599.zip |
Version bump for Gnome 3.12.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-sound/gnome-music')
-rw-r--r-- | media-sound/gnome-music/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/gnome-music/gnome-music-3.12.1.ebuild | 52 |
2 files changed, 59 insertions, 1 deletions
diff --git a/media-sound/gnome-music/ChangeLog b/media-sound/gnome-music/ChangeLog index 5938e6c19196..f1f98d9885a4 100644 --- a/media-sound/gnome-music/ChangeLog +++ b/media-sound/gnome-music/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/gnome-music # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.10 2014/04/17 13:05:39 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/ChangeLog,v 1.11 2014/04/27 17:34:55 eva Exp $ + +*gnome-music-3.12.1 (27 Apr 2014) + + 27 Apr 2014; Gilles Dartiguelongue <eva@gentoo.org> + +gnome-music-3.12.1.ebuild: + Version bump for Gnome 3.12. *gnome-music-3.10.4 (17 Apr 2014) diff --git a/media-sound/gnome-music/gnome-music-3.12.1.ebuild b/media-sound/gnome-music/gnome-music-3.12.1.ebuild new file mode 100644 index 000000000000..9b205b9749fd --- /dev/null +++ b/media-sound/gnome-music/gnome-music-3.12.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/gnome-music/gnome-music-3.12.1.ebuild,v 1.1 2014/04/27 17:34:55 eva Exp $ + +EAPI="5" +GCONF_DEBUG="no" +PYTHON_COMPAT=( python{3_2,3_3} ) + +inherit gnome2 python-single-r1 + +DESCRIPTION="Music management for Gnome" +HOMEPAGE="http://wiki.gnome.org/Apps/Music" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +# Let people emerge this by default, bug #472932 +IUSE+=" python_single_target_python3_2 +python_single_target_python3_3" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +KEYWORDS="~amd64 ~x86" + +COMMON_DEPEND=" + ${PYTHON_DEPS} + >=dev-libs/glib-2.28:2 + >=dev-libs/gobject-introspection-1.35.9 + >=media-libs/grilo-0.2.6:0.2[introspection] + >=x11-libs/gtk+-3.9:3[introspection] +" +RDEPEND="${COMMON_DEPEND} + app-misc/tracker[introspection(+)] + || ( + app-misc/tracker[gstreamer] + app-misc/tracker[ffmpeg] + app-misc/tracker[xine] + ) + dev-python/pygobject:3[cairo,${PYTHON_USEDEP}] + dev-python/dbus-python[${PYTHON_USEDEP}] + media-libs/gstreamer:1.0[introspection] + media-libs/gst-plugins-base:1.0[introspection] + media-plugins/gst-plugins-meta:1.0 + media-plugins/grilo-plugins:0.2[tracker] +" +DEPEND="${COMMON_DEPEND} + >=dev-util/intltool-0.26 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure ITSTOOL="$(type -P true)" +} |