public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: app-cdr/brasero/
Date: Sun, 24 Feb 2019 12:26:36 +0000 (UTC)	[thread overview]
Message-ID: <1551011189.c22b6ea15401dbe3a390b04039f30af230d69eb9.leio@gentoo> (raw)

commit:     c22b6ea15401dbe3a390b04039f30af230d69eb9
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 12:26:29 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 12:26:29 2019 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c22b6ea1

app-cdr/brasero: blind sync live ebuild

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 app-cdr/brasero/brasero-9999.ebuild | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/app-cdr/brasero/brasero-9999.ebuild b/app-cdr/brasero/brasero-9999.ebuild
index 5c60eb99..97f2fef3 100644
--- a/app-cdr/brasero/brasero-9999.ebuild
+++ b/app-cdr/brasero/brasero-9999.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
 inherit gnome2
@@ -19,9 +17,8 @@ SLOT="0/3.1" # subslot is 3.suffix of libbrasero-burn3
 IUSE="+css +introspection +libburn mp3 nautilus packagekit playlist test tracker"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
-	KEYWORDS=""
 else
-	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 fi
 
 COMMON_DEPEND="
@@ -36,30 +33,28 @@ COMMON_DEPEND="
 	x11-libs/libICE
 	x11-libs/libSM
 
-	introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
+	introspection? ( >=dev-libs/gobject-introspection-1.30:= )
 	libburn? (
 		>=dev-libs/libburn-0.4:=
 		>=dev-libs/libisofs-0.6.4:= )
 	nautilus? ( >=gnome-base/nautilus-2.91.90 )
 	playlist? ( >=dev-libs/totem-pl-parser-2.29.1:= )
-	tracker? ( >=app-misc/tracker-0.12:0= )
+	tracker? ( >=app-misc/tracker-1:0= )
 "
 RDEPEND="${COMMON_DEPEND}
 	media-libs/gst-plugins-good:1.0
-	media-plugins/gst-plugins-meta:1.0
+	media-plugins/gst-plugins-meta:1.0[mp3?]
 	x11-themes/hicolor-icon-theme
 	css? ( media-libs/libdvdcss:1.2 )
 	!libburn? (
 		app-cdr/cdrdao
 		app-cdr/dvd+rw-tools
 		virtual/cdrtools )
-	mp3? (
-		media-libs/gst-plugins-ugly:1.0
-		media-plugins/gst-plugins-mad:1.0 )
 	packagekit? ( app-admin/packagekit-base )
 "
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/intltool-0.50
+	dev-util/itstool
 	>=dev-util/gtk-doc-am-1.12
 	sys-devel/gettext
 	virtual/pkgconfig
@@ -83,7 +78,6 @@ src_configure() {
 
 	[[ ${PV} != 9999 ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
 
-	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 	gnome2_src_configure \
 		--disable-caches \
 		$(use_enable !libburn cdrtools) \


             reply	other threads:[~2019-02-24 12:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-24 12:26 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-23 19:37 [gentoo-commits] proj/gnome:master commit in: app-cdr/brasero/ Gilles Dartiguelongue
2014-10-26 17:24 Gilles Dartiguelongue
2014-04-20 22:57 Gilles Dartiguelongue
2013-12-12 23:20 Gilles Dartiguelongue
2012-12-16 14:13 Gilles Dartiguelongue
2012-11-25 16:41 Gilles Dartiguelongue
2012-11-06  8:12 Gilles Dartiguelongue
2012-04-14  6:49 Alexandre Restovtsev
2011-11-04  8:16 Alexandre Restovtsev
2011-04-10 18:04 Gilles Dartiguelongue
2011-04-05  0:57 Nirbheek Chauhan
2011-03-26  0:37 Nirbheek Chauhan
2011-03-10 15:41 Nirbheek Chauhan
2011-03-09 11:34 Nirbheek Chauhan
2011-02-22 13:11 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1551011189.c22b6ea15401dbe3a390b04039f30af230d69eb9.leio@gentoo \
    --to=leio@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox