Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 254838 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-cdr/brasero/brasero-0.8.4.ebuild (-6 / +6 lines)
Lines 14-25 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
16
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
17
IUSE="beagle +dvd gnome +libburn totem"
17
IUSE="beagle +dvd +libburn nautilus totem"
18
18
19
RDEPEND=">=dev-libs/glib-2.15.6
19
RDEPEND=">=dev-libs/glib-2.15.6
20
	>=x11-libs/gtk+-2.12.0
20
	>=x11-libs/gtk+-2.14.0
21
	gnome? ( >=gnome-base/libgnome-2.22.0
22
		>=gnome-base/libgnomeui-2.22.0 )
23
	>=media-libs/gstreamer-0.10.15
21
	>=media-libs/gstreamer-0.10.15
24
	>=media-libs/gst-plugins-base-0.10.15
22
	>=media-libs/gst-plugins-base-0.10.15
25
	>=media-plugins/gst-plugins-ffmpeg-0.10
23
	>=media-plugins/gst-plugins-ffmpeg-0.10
Lines 29-40 Link Here
29
	app-cdr/cdrdao
27
	app-cdr/cdrdao
30
	virtual/cdrtools
28
	virtual/cdrtools
31
	>=dev-libs/dbus-glib-0.7.2
29
	>=dev-libs/dbus-glib-0.7.2
30
	x11-libs/libSM
32
	dvd? ( media-libs/libdvdcss
31
	dvd? ( media-libs/libdvdcss
33
		app-cdr/dvd+rw-tools )
32
		app-cdr/dvd+rw-tools )
34
	totem? ( >=dev-libs/totem-pl-parser-2.20 )
33
	totem? ( >=dev-libs/totem-pl-parser-2.20 )
35
	beagle? ( >=dev-libs/libbeagle-0.3.0 )
34
	beagle? ( >=dev-libs/libbeagle-0.3.0 )
36
	libburn? ( >=dev-libs/libburn-0.4.0
35
	libburn? ( >=dev-libs/libburn-0.4.0
37
		>=dev-libs/libisofs-0.6.4 )"
36
		>=dev-libs/libisofs-0.6.4 )
37
	nautilus? ( >=gnome-base/nautilus-2.22.2 )"
38
DEPEND="${RDEPEND}
38
DEPEND="${RDEPEND}
39
	app-text/gnome-doc-utils
39
	app-text/gnome-doc-utils
40
	dev-util/pkgconfig
40
	dev-util/pkgconfig
Lines 49-55 Link Here
49
		$(use_enable totem playlist)
49
		$(use_enable totem playlist)
50
		$(use_enable beagle search)
50
		$(use_enable beagle search)
51
		$(use_enable libburn libburnia)
51
		$(use_enable libburn libburnia)
52
		$(use_enable gnome gnome2)"
52
		$(use_enable nautilus)"
53
53
54
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
54
	DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
55
}
55
}

Return to bug 254838