Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116373
Collapse All | Expand All

(-)nero-2.0.0.3b-r2.ebuild (-12 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/nero-2.0.0.3b-r2.ebuild,v 1.2 2005/12/26 15:39:53 lu_zero Exp $
3
# $Header: $
4
4
5
inherit eutils rpm multilib
5
inherit eutils rpm multilib
6
6
Lines 14-27 Link Here
14
LICENSE="Nero"
14
LICENSE="Nero"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="mp3 vorbis shorten"
17
IUSE="mp3 vorbis shorten sox"
18
DEPEND=""
18
DEPEND=""
19
RDEPEND="virtual/libc
19
RDEPEND="virtual/libc
20
	virtual/x11
20
	|| ( x11-libs/libX11 virtual/x11 )
21
	=x11-libs/gtk+-1.2*
21
	=x11-libs/gtk+-1.2*
22
	mp3? ( media-sound/mpg123 )
22
	mp3? ( media-sound/mpg123 media-sound/mp3info media-sound/lame )
23
	vorbis? ( media-sound/vorbis-tools )
23
	vorbis? ( media-sound/vorbis-tools media-sound/oggtst )
24
	shorten? ( media-sound/shorten )
24
	shorten? ( media-sound/shorten media-sound/shntool media-sound/sox )
25
	!shorten? ( sox? ( media-sound/sox ) )
25
	amd64? ( >=app-emulation/emul-linux-x86-gtklibs-2.0 )"
26
	amd64? ( >=app-emulation/emul-linux-x86-gtklibs-2.0 )"
26
27
27
RESTRICT="nostrip nomirror"
28
RESTRICT="nostrip nomirror"
Lines 82-92 Link Here
82
	einfo "to your kernel command line."
83
	einfo "to your kernel command line."
83
	einfo "For setting up your burning device correctly you also"
84
	einfo "For setting up your burning device correctly you also"
84
	einfo "have to set read/write access to the devices that are"
85
	einfo "have to set read/write access to the devices that are"
85
	einfo "mapped to your disc drives, e.g.:"
86
	einfo "mapped to your disc drives."
86
	einfo "\tchmod a+rw /dev/hd*"
87
	einfo "Add your user to the cdrom group, e.g.:"
87
	einfo "\tchmod a+rw /dev/sg*"
88
	ewarn "This may be a security hole in multiuser environments!"
89
	einfo "A better approach is to add your user to the cdrom group, e.g.:"
90
	einfo "\tgpasswd -a <USER> cdrom"
88
	einfo "\tgpasswd -a <USER> cdrom"
91
	einfo
89
	einfo
92
	einfo "NOTE: This is demo software, it will run for a trial"
90
	einfo "NOTE: This is demo software, it will run for a trial"

Return to bug 116373