Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: app-cdr/brasero/
Date: Wed, 28 Sep 2011 05:41:18
Message-Id: b33b15e9c95e25bef2b2a205c1435afd9e856bf3.tetromino@gentoo
1 commit: b33b15e9c95e25bef2b2a205c1435afd9e856bf3
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Sep 28 05:07:59 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Sep 28 05:07:59 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b33b15e9
7
8 app-cdr/brasero: 3.0.0 → 3.2.0
9
10 Bump and enable tracker search support.
11
12 ---
13 .../{brasero-3.0.0.ebuild => brasero-3.2.0.ebuild} | 16 ++++++++--------
14 app-cdr/brasero/brasero-9999.ebuild | 16 ++++++++--------
15 2 files changed, 16 insertions(+), 16 deletions(-)
16
17 diff --git a/app-cdr/brasero/brasero-3.0.0.ebuild b/app-cdr/brasero/brasero-3.2.0.ebuild
18 similarity index 89%
19 rename from app-cdr/brasero/brasero-3.0.0.ebuild
20 rename to app-cdr/brasero/brasero-3.2.0.ebuild
21 index 93652a7..16fdf44 100644
22 --- a/app-cdr/brasero/brasero-3.0.0.ebuild
23 +++ b/app-cdr/brasero/brasero-3.2.0.ebuild
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-2.32.1.ebuild,v 1.2 2010/12/05 18:40:27 eva Exp $
28 +# $Header: $
29
30 -EAPI="3"
31 +EAPI="4"
32 GCONF_DEBUG="no"
33 GNOME2_LA_PUNT="yes"
34
35 @@ -21,12 +21,11 @@ if [[ ${PV} = 9999 ]]; then
36 else
37 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
38 fi
39 -IUSE="+css doc +introspection +libburn nautilus packagekit playlist test"
40 +IUSE="+css doc +introspection +libburn nautilus packagekit playlist test tracker"
41
42 COMMON_DEPEND="
43 - >=dev-libs/glib-2.28:2
44 + >=dev-libs/glib-2.29.14:2
45 >=x11-libs/gtk+-3.0.0:3[introspection?]
46 - >=gnome-base/gconf-2.32.0:2
47 >=media-libs/gstreamer-0.10.15:0.10
48 >=media-libs/gst-plugins-base-0.10:0.10
49 >=dev-libs/libxml2-2.6:2
50 @@ -41,7 +40,8 @@ COMMON_DEPEND="
51 >=dev-libs/libburn-0.4
52 >=dev-libs/libisofs-0.6.4 )
53 nautilus? ( >=gnome-base/nautilus-2.91.90 )
54 - playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )"
55 + playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )
56 + tracker? ( >=app-misc/tracker-0.12 )"
57 RDEPEND="${COMMON_DEPEND}
58 media-plugins/gst-plugins-meta:0.10
59 x11-themes/hicolor-icon-theme
60 @@ -70,7 +70,6 @@ pkg_setup() {
61 --disable-scrollkeeper
62 --disable-caches
63 --disable-dependency-tracking
64 - --disable-search
65 $(use_enable !libburn cdrtools)
66 $(use_enable !libburn cdrkit)
67 $(use_enable !libburn cdrdao)
68 @@ -78,7 +77,8 @@ pkg_setup() {
69 $(use_enable introspection)
70 $(use_enable libburn libburnia)
71 $(use_enable nautilus)
72 - $(use_enable playlist)"
73 + $(use_enable playlist)
74 + $(use_enable tracker search)"
75
76 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
77 }
78
79 diff --git a/app-cdr/brasero/brasero-9999.ebuild b/app-cdr/brasero/brasero-9999.ebuild
80 index 93652a7..16fdf44 100644
81 --- a/app-cdr/brasero/brasero-9999.ebuild
82 +++ b/app-cdr/brasero/brasero-9999.ebuild
83 @@ -1,8 +1,8 @@
84 # Copyright 1999-2011 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-2.32.1.ebuild,v 1.2 2010/12/05 18:40:27 eva Exp $
87 +# $Header: $
88
89 -EAPI="3"
90 +EAPI="4"
91 GCONF_DEBUG="no"
92 GNOME2_LA_PUNT="yes"
93
94 @@ -21,12 +21,11 @@ if [[ ${PV} = 9999 ]]; then
95 else
96 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
97 fi
98 -IUSE="+css doc +introspection +libburn nautilus packagekit playlist test"
99 +IUSE="+css doc +introspection +libburn nautilus packagekit playlist test tracker"
100
101 COMMON_DEPEND="
102 - >=dev-libs/glib-2.28:2
103 + >=dev-libs/glib-2.29.14:2
104 >=x11-libs/gtk+-3.0.0:3[introspection?]
105 - >=gnome-base/gconf-2.32.0:2
106 >=media-libs/gstreamer-0.10.15:0.10
107 >=media-libs/gst-plugins-base-0.10:0.10
108 >=dev-libs/libxml2-2.6:2
109 @@ -41,7 +40,8 @@ COMMON_DEPEND="
110 >=dev-libs/libburn-0.4
111 >=dev-libs/libisofs-0.6.4 )
112 nautilus? ( >=gnome-base/nautilus-2.91.90 )
113 - playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )"
114 + playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )
115 + tracker? ( >=app-misc/tracker-0.12 )"
116 RDEPEND="${COMMON_DEPEND}
117 media-plugins/gst-plugins-meta:0.10
118 x11-themes/hicolor-icon-theme
119 @@ -70,7 +70,6 @@ pkg_setup() {
120 --disable-scrollkeeper
121 --disable-caches
122 --disable-dependency-tracking
123 - --disable-search
124 $(use_enable !libburn cdrtools)
125 $(use_enable !libburn cdrkit)
126 $(use_enable !libburn cdrdao)
127 @@ -78,7 +77,8 @@ pkg_setup() {
128 $(use_enable introspection)
129 $(use_enable libburn libburnia)
130 $(use_enable nautilus)
131 - $(use_enable playlist)"
132 + $(use_enable playlist)
133 + $(use_enable tracker search)"
134
135 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
136 }