Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gmtk: gmtk-1.0.9.ebuild ChangeLog
Date: Wed, 28 May 2014 19:07:37
Message-Id: 20140528190734.94FD42004E@flycatcher.gentoo.org
1 ssuominen 14/05/28 19:07:34
2
3 Modified: ChangeLog
4 Added: gmtk-1.0.9.ebuild
5 Log:
6 Version bump wrt #510060 by Manuel Rüger
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.19 media-libs/gmtk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 6 Mar 2014 14:32:40 -0000 1.18
24 +++ ChangeLog 28 May 2014 19:07:34 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/gmtk
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.18 2014/03/06 14:32:40 nimiux Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.19 2014/05/28 19:07:34 ssuominen Exp $
30 +
31 +*gmtk-1.0.9 (28 May 2014)
32 +
33 + 28 May 2014; Samuli Suominen <ssuominen@g.o> +gmtk-1.0.9.ebuild:
34 + Version bump wrt #510060 by Manuel Rüger
35
36 06 Mar 2014; Chema Alonso <nimiux@g.o> gmtk-1.0.8.ebuild:
37 Stable for amd64 wrt bug #495718
38
39
40
41 1.1 media-libs/gmtk/gmtk-1.0.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gmtk-1.0.9.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/gmtk-1.0.9.ebuild,v 1.1 2014/05/28 19:07:34 ssuominen Exp $
51
52 EAPI=5
53 inherit eutils
54
55 DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
56 HOMEPAGE="http://code.google.com/p/gmtk/"
57 SRC_URI="http://${PN}.googlecode.com/svn/packages/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="alsa +dconf pulseaudio"
63
64 COMMON_DEPEND=">=dev-libs/glib-2.30
65 >=x11-libs/gtk+-3.2:3
66 x11-libs/libX11
67 alsa? ( media-libs/alsa-lib )
68 pulseaudio? ( media-sound/pulseaudio )"
69 RDEPEND="${COMMON_DEPEND}
70 dconf? ( gnome-base/dconf )"
71 DEPEND="${COMMON_DEPEND}
72 dev-util/intltool
73 sys-devel/gettext
74 virtual/pkgconfig"
75
76 DOCS="ChangeLog"
77
78 src_configure() {
79 econf \
80 --disable-static \
81 --enable-gtk3 \
82 $(use_enable dconf gsettings) \
83 --disable-gconf \
84 $(use_enable !dconf keystore) \
85 --with-gio \
86 $(use_with alsa) \
87 $(use_with pulseaudio)
88 }
89
90 src_install() {
91 default
92
93 rm -rf "${ED}"/usr/share/doc/${PN}
94 prune_libtool_files
95 }