ssuominen 14/05/28 19:07:34 Modified: ChangeLog Added: gmtk-1.0.9.ebuild Log: Version bump wrt #510060 by Manuel Rüger (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.19 media-libs/gmtk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 6 Mar 2014 14:32:40 -0000 1.18 +++ ChangeLog 28 May 2014 19:07:34 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gmtk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.18 2014/03/06 14:32:40 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.19 2014/05/28 19:07:34 ssuominen Exp $ + +*gmtk-1.0.9 (28 May 2014) + + 28 May 2014; Samuli Suominen <[email protected]> +gmtk-1.0.9.ebuild: + Version bump wrt #510060 by Manuel Rüger 06 Mar 2014; Chema Alonso <[email protected]> gmtk-1.0.8.ebuild: Stable for amd64 wrt bug #495718 1.1 media-libs/gmtk/gmtk-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild?rev=1.1&content-type=text/plain Index: gmtk-1.0.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild,v 1.1 2014/05/28 19:07:34 ssuominen Exp $ EAPI=5 inherit eutils DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer" HOMEPAGE="http://code.google.com/p/gmtk/" SRC_URI="http://${PN}.googlecode.com/svn/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="alsa +dconf pulseaudio" COMMON_DEPEND=">=dev-libs/glib-2.30 >=x11-libs/gtk+-3.2:3 x11-libs/libX11 alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio )" RDEPEND="${COMMON_DEPEND} dconf? ( gnome-base/dconf )" DEPEND="${COMMON_DEPEND} dev-util/intltool sys-devel/gettext virtual/pkgconfig" DOCS="ChangeLog" src_configure() { econf \ --disable-static \ --enable-gtk3 \ $(use_enable dconf gsettings) \ --disable-gconf \ $(use_enable !dconf keystore) \ --with-gio \ $(use_with alsa) \ $(use_with pulseaudio) } src_install() { default rm -rf "${ED}"/usr/share/doc/${PN} prune_libtool_files }
