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: ChangeLog gmtk-1.0.7.ebuild
Date: Sat, 24 Nov 2012 16:25:50
Message-Id: 20121124162540.9C91F20C65@flycatcher.gentoo.org
1 ssuominen 12/11/24 16:25:40
2
3 Modified: ChangeLog
4 Added: gmtk-1.0.7.ebuild
5 Log:
6 Version bump wrt #440978 by Alessandro Capogna
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.10 media-libs/gmtk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 8 Jun 2012 11:32:01 -0000 1.9
24 +++ ChangeLog 24 Nov 2012 16:25:40 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-libs/gmtk
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.9 2012/06/08 11:32:01 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gmtk/ChangeLog,v 1.10 2012/11/24 16:25:40 ssuominen Exp $
30 +
31 +*gmtk-1.0.7 (24 Nov 2012)
32 +
33 + 24 Nov 2012; Samuli Suominen <ssuominen@g.o> +gmtk-1.0.7.ebuild:
34 + Version bump wrt #440978 by Alessandro Capogna
35
36 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@g.o> gmtk-1.0.6.ebuild:
37 x86 stable wrt bug #417819
38
39
40
41 1.1 media-libs/gmtk/gmtk-1.0.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gmtk/gmtk-1.0.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gmtk-1.0.7.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.7.ebuild,v 1.1 2012/11/24 16:25:40 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/files/${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 }