Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214877 - app-cdr/nero-3.5.0.1 version bump
Summary: app-cdr/nero-3.5.0.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 211026
Blocks:
  Show dependency tree
 
Reported: 2008-03-26 13:45 UTC by José Romildo Malaquias
Modified: 2008-05-13 13:23 UTC (History)
2 users (show)

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


Attachments
Manifest (Manifest,2.76 KB, text/plain)
2008-05-01 16:48 UTC, Ross
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Romildo Malaquias 2008-03-26 13:45:19 UTC
app-cdr/nero-3.5.0.1 is available at Nero site.

Please, add it to portage.

Reproducible: Always

Steps to Reproduce:
Comment 1 manwe 2008-05-01 11:57:23 UTC
Ebuild for version 3.1.1.0 almost works. There's another executable "nerocmd". I've added line "doexe usr/bin/nerocmd", but script /usr/bin/nerocmd didn't show up. It supose to look similiar to /usr/bin/nero:

#!/bin/sh
cd "/opt/nero"
if [ -n "/opt/nero/lib64" ] ; then
        if [ "${LD_LIBRARY_PATH+set}" = "set" ] ; then
                export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/nero/lib64"
        else
                export LD_LIBRARY_PATH="/opt/nero/lib64"
        fi
fi
exec ./nerocmd "$@"



Hope someone will fix that. 
Comment 2 Ross 2008-05-01 16:48:50 UTC
Created attachment 151542 [details]
Manifest

Version bump please
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2008-05-13 13:23:29 UTC
done