summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-07-01 14:53:43 -0400
committerJonathan Callen <abcd@gentoo.org>2010-07-02 21:20:16 -0400
commitee7b6e21249eec2ea7b912a50b643d5073af40fe (patch)
tree3acc88502e03083f79e90c8ebea271af1ffbeb1f /app-cdr
parentFix broken line. eix was complaining: (diff)
downloadgnome-ee7b6e21249eec2ea7b912a50b643d5073af40fe.tar.gz
gnome-ee7b6e21249eec2ea7b912a50b643d5073af40fe.tar.bz2
gnome-ee7b6e21249eec2ea7b912a50b643d5073af40fe.zip
app-cdr/brasero: bump to 2.31.4
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/brasero/Manifest4
-rw-r--r--app-cdr/brasero/brasero-2.31.4.ebuild (renamed from app-cdr/brasero/brasero-2.31.3.ebuild)14
2 files changed, 9 insertions, 9 deletions
diff --git a/app-cdr/brasero/Manifest b/app-cdr/brasero/Manifest
index cbe9956d..2ea8766a 100644
--- a/app-cdr/brasero/Manifest
+++ b/app-cdr/brasero/Manifest
@@ -1,2 +1,2 @@
-DIST brasero-2.31.3.tar.bz2 4454132 RMD160 8e4a6701827b6f7ada7a9dcf9e356f01802deb38 SHA1 c476be767e6a54309f222549eadf175f031a1404 SHA256 466b48709085c9e98d42cf671262d10bcc3387b37a27ece42806f7c4100c280e
-EBUILD brasero-2.31.3.ebuild 2348 RMD160 8c6454b56feafee999355050dfc2ba6ba7e8c0a7 SHA1 e9bba4774c737d630227440d35aa830baae9174e SHA256 f9a2aaa38625267af18d4f1c2603b9a7b2c5761e5ffe2c1980b818072d9cfb9c
+DIST brasero-2.31.4.tar.bz2 4461414 RMD160 c5e4bd4f889f79b6b68ced517a5c29cc58d0c187 SHA1 ac0e5fdf4274c61cd385b6b99f57f5239fd77953 SHA256 ddffdd4aef03c61fbca1a71639f9c47f66feda1295de0826a0f936ce2018e8a3
+EBUILD brasero-2.31.4.ebuild 2451 RMD160 b5c05f080ea80f37210a3f0862973bcf2c6bd425 SHA1 2b0f87979c6fae04c8f26f9f46c6d80cfd8b4503 SHA256 8e2b26d28564f77c4a721f1193ea5be51a71d008b558213c92d0bc5906097e54
diff --git a/app-cdr/brasero/brasero-2.31.3.ebuild b/app-cdr/brasero/brasero-2.31.4.ebuild
index b11cbbb0..8b5bc05d 100644
--- a/app-cdr/brasero/brasero-2.31.3.ebuild
+++ b/app-cdr/brasero/brasero-2.31.4.ebuild
@@ -13,11 +13,11 @@ HOMEPAGE="http://www.gnome.org/projects/brasero"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="beagle +cdr +css doc +libburn nautilus playlist test"
+IUSE="beagle +cdr +css doc +introspection +libburn nautilus playlist test"
-COMMON_DEPEND=">=dev-libs/glib-2.22
- >=x11-libs/gtk+-2.19.7:2
- >=gnome-base/gconf-2
+COMMON_DEPEND=">=dev-libs/glib-2.25
+ >=x11-libs/gtk+-2.19.7:2[introspection?]
+ >=gnome-base/gconf-2.31.1[introspection?]
>=media-libs/gstreamer-0.10.15
>=media-libs/gst-plugins-base-0.10
>=dev-libs/libxml2-2.6
@@ -26,10 +26,11 @@ COMMON_DEPEND=">=dev-libs/glib-2.22
media-libs/libcanberra[gtk]
x11-libs/libSM
beagle? ( >=dev-libs/libbeagle-0.3 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.3 )
libburn? (
>=dev-libs/libburn-0.4
>=dev-libs/libisofs-0.6.4 )
- nautilus? ( >=gnome-base/nautilus-2.22.2 )
+ nautilus? ( >=gnome-base/nautilus-2.22.2[introspection?] )
playlist? ( >=dev-libs/totem-pl-parser-2.29.1 )"
RDEPEND="${COMMON_DEPEND}
app-cdr/cdrdao
@@ -52,14 +53,13 @@ PDEPEND="gnome-base/gvfs"
pkg_setup() {
G2CONF="${G2CONF}
- --disable-introspection
- --disable-schemas-install
--disable-scrollkeeper
--disable-caches
--disable-dependency-tracking
$(use_enable beagle search beagle)
$(use_enable cdr cdrtools)
$(use_enable cdr cdrkit)
+ $(use_enable introspection)
$(use_enable libburn libburnia)
$(use_enable nautilus)
$(use_enable playlist)"