Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: app-cdr/brasero/
Date: Sun, 24 Feb 2019 12:26:41
Message-Id: 1551011189.c22b6ea15401dbe3a390b04039f30af230d69eb9.leio@gentoo
1 commit: c22b6ea15401dbe3a390b04039f30af230d69eb9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 12:26:29 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 12:26:29 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c22b6ea1
7
8 app-cdr/brasero: blind sync live ebuild
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-cdr/brasero/brasero-9999.ebuild | 20 +++++++-------------
14 1 file changed, 7 insertions(+), 13 deletions(-)
15
16 diff --git a/app-cdr/brasero/brasero-9999.ebuild b/app-cdr/brasero/brasero-9999.ebuild
17 index 5c60eb99..97f2fef3 100644
18 --- a/app-cdr/brasero/brasero-9999.ebuild
19 +++ b/app-cdr/brasero/brasero-9999.ebuild
20 @@ -1,9 +1,7 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25
26 -EAPI="5"
27 -GCONF_DEBUG="no"
28 +EAPI=6
29 GNOME2_LA_PUNT="yes"
30
31 inherit gnome2
32 @@ -19,9 +17,8 @@ SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
33 IUSE="+css +introspection +libburn mp3 nautilus packagekit playlist test tracker"
34 if [[ ${PV} = 9999 ]]; then
35 IUSE="${IUSE} doc"
36 - KEYWORDS=""
37 else
38 - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
39 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
40 fi
41
42 COMMON_DEPEND="
43 @@ -36,30 +33,28 @@ COMMON_DEPEND="
44 x11-libs/libICE
45 x11-libs/libSM
46
47 - introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
48 + introspection? ( >=dev-libs/gobject-introspection-1.30:= )
49 libburn? (
50 >=dev-libs/libburn-0.4:=
51 >=dev-libs/libisofs-0.6.4:= )
52 nautilus? ( >=gnome-base/nautilus-2.91.90 )
53 playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
54 - tracker? ( >=app-misc/tracker-0.12:0= )
55 + tracker? ( >=app-misc/tracker-1:0= )
56 "
57 RDEPEND="${COMMON_DEPEND}
58 media-libs/gst-plugins-good:1.0
59 - media-plugins/gst-plugins-meta:1.0
60 + media-plugins/gst-plugins-meta:1.0[mp3?]
61 x11-themes/hicolor-icon-theme
62 css? ( media-libs/libdvdcss:1.2 )
63 !libburn? (
64 app-cdr/cdrdao
65 app-cdr/dvd+rw-tools
66 virtual/cdrtools )
67 - mp3? (
68 - media-libs/gst-plugins-ugly:1.0
69 - media-plugins/gst-plugins-mad:1.0 )
70 packagekit? ( app-admin/packagekit-base )
71 "
72 DEPEND="${COMMON_DEPEND}
73 >=dev-util/intltool-0.50
74 + dev-util/itstool
75 >=dev-util/gtk-doc-am-1.12
76 sys-devel/gettext
77 virtual/pkgconfig
78 @@ -83,7 +78,6 @@ src_configure() {
79
80 [[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
81
82 - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
83 gnome2_src_configure \
84 --disable-caches \
85 $(use_enable !libburn cdrtools) \