public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Romain Perier (mrpouet)" <mrpouet@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/brasero: ChangeLog brasero-2.26.3.ebuild
Date: Sun, 27 Sep 2009 18:55:42 +0000	[thread overview]
Message-ID: <E1MryuM-0006Wc-Bl@stork.gentoo.org> (raw)

mrpouet     09/09/27 18:55:42

  Modified:             ChangeLog brasero-2.26.3.ebuild
  Log:
  Add css USE-flag, and move libdvdcss as a pure RDEPEND per bug #286515. Fix some QA
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 app-cdr/brasero/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	7 Jul 2009 16:48:15 -0000	1.78
+++ ChangeLog	27 Sep 2009 18:55:41 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for app-cdr/brasero
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.78 2009/07/07 16:48:15 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/ChangeLog,v 1.79 2009/09/27 18:55:41 mrpouet Exp $
+
+  27 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  brasero-2.26.3.ebuild:
+  Add css USE-flag, and move libdvdcss as a pure RDEPEND per bug #286515.
+  Fix some QA.
 
 *brasero-2.26.3 (07 Jul 2009)
 



1.2                  app-cdr/brasero/brasero-2.26.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild?r1=1.1&r2=1.2

Index: brasero-2.26.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- brasero-2.26.3.ebuild	7 Jul 2009 16:48:15 -0000	1.1
+++ brasero-2.26.3.ebuild	27 Sep 2009 18:55:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild,v 1.1 2009/07/07 16:48:15 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/brasero/brasero-2.26.3.ebuild,v 1.2 2009/09/27 18:55:41 mrpouet Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -13,33 +13,34 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="beagle +cdr +libburn +totem +nautilus"
+IUSE="beagle +cdr css +libburn +totem +nautilus"
 
-RDEPEND=">=dev-libs/glib-2.16.5
+COMMON_DEPEND=">=dev-libs/glib-2.16.5
 	>=x11-libs/gtk+-2.14.0
 	>=media-libs/gstreamer-0.10.15
 	>=media-libs/gst-plugins-base-0.10.15
 	>=media-plugins/gst-plugins-ffmpeg-0.10
+	media-plugins/gst-plugins-meta
 	>=dev-libs/libxml2-2.6
 	sys-apps/hal
 	gnome-base/gvfs
 	>=app-cdr/cdrdao-1.2.2-r3
 	>=dev-libs/dbus-glib-0.7.2
-	media-libs/libdvdcss
 	>=app-cdr/dvd+rw-tools-7.1
 	cdr? ( virtual/cdrtools )
 	totem? ( >=dev-libs/totem-pl-parser-2.20 )
 	beagle? ( >=dev-libs/libbeagle-0.3.0 )
 	libburn? ( >=dev-libs/libburn-0.6.0
 		>=dev-libs/libisofs-0.6.12 )
-	nautilus? ( >=gnome-base/nautilus-2.24.2 )"
-DEPEND="${RDEPEND}
-	gnome-base/gnome-common
+	nautilus? ( >=gnome-base/nautilus-2.24.2 )
+	gnome-base/gconf"
+RDEPEND="${COMMOND_DEPEND}
+	css? ( media-libs/libdvdcss )"
+DEPEND="${COMMON_DEPEND}
 	app-text/gnome-doc-utils
 	dev-util/pkgconfig
 	sys-devel/gettext
-	dev-util/intltool
-	gnome-base/gconf"
+	dev-util/intltool"
 
 pkg_setup() {
 	G2CONF="${G2CONF}
@@ -64,14 +65,6 @@
 		|| die "sed failed"
 }
 
-src_test() {
-	BLING=$LINGUAS
-	unset LINGUAS
-	emake check || die "emake check failed"
-	export LINGUAS=$BLING
-	unset BLING
-}
-
 pkg_postinst() {
 	gnome2_pkg_postinst
 	elog "Brasero can use all audio files handled by the local Gstreamer installation"






             reply	other threads:[~2009-09-27 18:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-27 18:55 Romain Perier (mrpouet) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-07-11 14:12 [gentoo-commits] gentoo-x86 commit in app-cdr/brasero: ChangeLog brasero-2.26.3.ebuild Pacho Ramos (pacho)
2009-12-03 17:23 Brent Baude (ranger)
2009-11-28 18:39 Raul Porcel (armin76)
2009-10-24 16:57 Gysbert Wassenaar (nixnut)
2009-10-17  0:04 Markus Meier (maekke)
2009-10-08  3:26 Olivier Crete (tester)
2009-07-07 16:48 Romain Perier (mrpouet)

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=E1MryuM-0006Wc-Bl@stork.gentoo.org \
    --to=mrpouet@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