Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-pda/gtkpod: ChangeLog gtkpod-2.1.2_beta2.ebuild
Date: Tue, 19 Jun 2012 05:50:55
Message-Id: 20120619055043.057EB2004B@flycatcher.gentoo.org
1 ssuominen 12/06/19 05:50:43
2
3 Modified: ChangeLog gtkpod-2.1.2_beta2.ebuild
4 Log:
5 Export the GST_INSPECT environment variable to "true" in order to avoid running gst-inspect-0.10 which is breaking sandbox when accessing /root/.gstreamer-0.10 wrt #420279. Thanks to Kirk Diviney for testing and "Maeredhel" for reporting.
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.107 app-pda/gtkpod/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?rev=1.107&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?rev=1.107&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/ChangeLog?r1=1.106&r2=1.107
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v
19 retrieving revision 1.106
20 retrieving revision 1.107
21 diff -u -r1.106 -r1.107
22 --- ChangeLog 11 Jun 2012 11:12:59 -0000 1.106
23 +++ ChangeLog 19 Jun 2012 05:50:42 -0000 1.107
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-pda/gtkpod
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.106 2012/06/11 11:12:59 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.107 2012/06/19 05:50:42 ssuominen Exp $
29 +
30 + 19 Jun 2012; Samuli Suominen <ssuominen@g.o>
31 + gtkpod-2.1.2_beta2.ebuild:
32 + Export the GST_INSPECT environment variable to "true" in order to avoid
33 + running gst-inspect-0.10 which is breaking sandbox when accessing
34 + /root/.gstreamer-0.10 wrt #420279. Thanks to Kirk Diviney for testing and
35 + "Maeredhel" for reporting.
36
37 11 Jun 2012; Agostino Sarubbo <ago@g.o> gtkpod-2.1.1-r3.ebuild:
38 Stable for amd64, wrt bug #420007
39
40
41
42 1.2 app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild?r1=1.1&r2=1.2
47
48 Index: gtkpod-2.1.2_beta2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- gtkpod-2.1.2_beta2.ebuild 7 Jun 2012 00:35:44 -0000 1.1
55 +++ gtkpod-2.1.2_beta2.ebuild 19 Jun 2012 05:50:42 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild,v 1.1 2012/06/07 00:35:44 ssuominen Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.2_beta2.ebuild,v 1.2 2012/06/19 05:50:42 ssuominen Exp $
61
62 EAPI=4
63 inherit eutils gnome2-utils
64 @@ -57,6 +57,8 @@
65 }
66
67 src_configure() {
68 + export GST_INSPECT=true #420279
69 +
70 econf \
71 --disable-static \
72 $(use_enable webkit plugin-coverweb) \
73 @@ -76,9 +78,9 @@
74 figuresdir=/usr/share/doc/${PF}/html/figures \
75 install
76
77 - dodoc AUTHORS ChangeLog NEWS README TODO TROUBLESHOOTING
78 + prune_libtool_files --all
79
80 - find "${ED}" -name '*.la' -exec rm -f {} +
81 + dodoc AUTHORS ChangeLog NEWS README TODO TROUBLESHOOTING
82 rm -f "${ED}"/usr/share/gtkpod/data/{AUTHORS,COPYING}
83 }