Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85503 - new ebuild: nerolinux-2.0.0.0.ebuild
Summary: new ebuild: nerolinux-2.0.0.0.ebuild
Status: RESOLVED DUPLICATE of bug 84847
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Lars Weiler (RETIRED)
URL:
Whiteboard:
Keywords:
: 85838 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-16 06:36 UTC by Tristan Cebulla
Modified: 2005-07-17 13:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
nerolinux 2.0.0.0 ebuild (nerolinux-2.0.0.0.ebuild,541 bytes, text/plain)
2005-03-16 06:36 UTC, Tristan Cebulla
Details
nerolinux 2.0.0.0 ebuild (nerolinux-2.0.0.0.ebuild,1.16 KB, text/plain)
2005-03-24 06:21 UTC, Tristan Cebulla
Details
/usr/share/applications/nerolinux.desktop (nerolinux.desktop,206 bytes, text/plain)
2005-03-24 12:51 UTC, Harold Aling
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Cebulla 2005-03-16 06:36:00 UTC
Since ahead released NeroLinux 2.0.0.0 as rpm i wrote an ebuild to install/remove NeroLinux via portage.
ebuild will be attached.

Reproducible: Always
Steps to Reproduce:
mkdir -p /usr/local/portage/app-cdr/nerolinux
wget -O /usr/local/portage/app-cdr/nerolinux http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild
ebuild /usr/local/portage/app-cdr/nerolinux/nerolinux-2.0.0.0.ebuild digest
emerge nerolinux
Actual Results:  
ebuild not added to portage

Expected Results:  
add ebuild to portage tree

NeroLinux is not for free, will require a subscription (ahead software Germany)

category: app-cdr
package: nerolinux
version: 2.0.0.0
Comment 1 Tristan Cebulla 2005-03-16 06:36:26 UTC
Created attachment 53628 [details]
nerolinux 2.0.0.0 ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-03-22 06:07:26 UTC
*** Bug 85838 has been marked as a duplicate of this bug. ***
Comment 3 Harold Aling 2005-03-22 12:39:33 UTC
Thanx for the ebuild... After emerging I needed to perform these actions:

chown root:cdrw /usr/share/nero -R
chmod g+x /usr/share/nero -R

...in order to get access to the virtual and my own burner.
Comment 4 Tristan Cebulla 2005-03-22 15:47:08 UTC
I didn't had to change group rights, all .so-files in /usr/share/linux had been set rights to 0755.
The only thing I had to do was give read/write access to devices as described in NeroLinux: Menu -> Help -> System Settings.
I updated the ebuild with an apropriate message.

I'm not sure if it's needed to change group to cdrw, it works for me without this.
@Harold Aling: Is your user in group 'cdrw'?


PS: I did a little mistake in my first comment, should be:

wget -O /usr/local/portage/app-cdr/nerolinux/nerolinux-2.0.0.0.ebuild http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild
-or-
cd /usr/local/portage/app-cdr/nerolinux
wget http://lichtspiele.org/~equinox/nerolinux-2.0.0.0.ebuild
Comment 5 Harold Aling 2005-03-23 00:09:27 UTC
The user (me) is in CDRW, and before I changed the owner of the files I didn't have any burner, not even the virtual... I will double check this tonight, when I'm back from work...

An other question: maybe add mpg123 als dependency under a encode/decode use flag?
Comment 6 Tristan Cebulla 2005-03-24 06:15:05 UTC
I modified the ebuild:

IUSE="mp3 oggvorbis shorten"
RDEPEND="x11-libs/gtk+
        mp3? ( media-sound/mpg123 )
        oggvorbis? ( media-sound/vorbis-tools )
        shorten? ( media-sound/shorten )"

I didn't find any corresponding use-flag for media-sound/shorten so I added "shorten" as a new useflag to the ebuild hoping this wouldn't make any trouble...

ebuild has been updated
Comment 7 Tristan Cebulla 2005-03-24 06:20:30 UTC
Comment on attachment 53628 [details]
nerolinux 2.0.0.0 ebuild

ebuild is obsolete now
Comment 8 Tristan Cebulla 2005-03-24 06:21:15 UTC
Created attachment 54334 [details]
nerolinux 2.0.0.0 ebuild
Comment 9 Harold Aling 2005-03-24 12:26:43 UTC
After the un- and remerge of nerolinux (new ebuild), standard users can't burn a cd's again...

/usr/share/nero:
drwx------   2 root root  4.0K Mar 24 21:15 nero

Meaning: other users than root:root can't access this directory.

The EULA also isn't showing due to these permissions:
drwx------   2 root root  4.0K Mar 24 21:15 desktop
drwx------   2 root root  4.0K Mar 24 21:15 docs
drwx------   2 root root  4.0K Mar 24 21:15 pixmaps

So, I will quote myself again:
chown root:cdrw /usr/share/nero -R
chmod g+x /usr/share/nero -R

Harold...
Comment 10 Harold Aling 2005-03-24 12:51:51 UTC
Created attachment 54379 [details]
/usr/share/applications/nerolinux.desktop

Maybe add this .desktop file?
Comment 11 Wolfram Schlich (RETIRED) gentoo-dev 2005-03-24 15:22:18 UTC

*** This bug has been marked as a duplicate of 84847 ***
Comment 12 Harold Aling 2005-03-25 03:05:42 UTC
Thank you, Wolfram... (for putting this into Portage!)