diff options
author | 2012-09-16 02:50:33 +0000 | |
---|---|---|
committer | 2012-09-16 02:50:33 +0000 | |
commit | 564703c26d7ebb8beadbba4938604aea1d6e6beb (patch) | |
tree | c80c62afdf05504dcc4dcd74ff3fce3c26c05018 /media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild | |
parent | Version bump; slot to allow parallel installation of 0.2.x and 0.1.x; disable... (diff) | |
download | historical-564703c26d7ebb8beadbba4938604aea1d6e6beb.tar.gz historical-564703c26d7ebb8beadbba4938604aea1d6e6beb.tar.bz2 historical-564703c26d7ebb8beadbba4938604aea1d6e6beb.zip |
Version bump with optical media support and lots of bugfixes; slot to allow parallel installation of 0.2.x and 0.1.x; disable USE=debug (it only adds debugging CFLAGS). Drop old.
Package-Manager: portage-2.2.0_alpha128/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild')
-rw-r--r-- | media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild index 3e4c996da43a..54917d6b7353 100644 --- a/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild +++ b/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild,v 1.2 2012/05/05 08:27:19 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild,v 1.3 2012/09/16 02:50:33 tetromino Exp $ EAPI="4" +GCONF_DEBUG="no" # --enable-debug only changes CFLAGS GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 @@ -11,13 +12,13 @@ DESCRIPTION="A framework for easy media discovery and browsing" HOMEPAGE="https://live.gnome.org/Grilo" LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0.1" KEYWORDS="~amd64 ~x86" IUSE="tracker upnp +vimeo +youtube" RDEPEND=" >=dev-libs/glib-2.26:2 - =media-libs/grilo-${PV}[network] + ~media-libs/grilo-${PV}:${SLOT}[network] dev-libs/gmime:2.6 dev-libs/libxml2:2 |