Bug 55824 - NEW: ebuild for qdvdauthor-0.0.6
|
Bug#:
55824
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: trapni@gentoo.org
|
Reported By: sbriesen@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://qdvdauthor.sourceforge.net/
|
|
Summary: NEW: ebuild for qdvdauthor-0.0.6
|
|
Keywords: EBUILD
|
|
Status Whiteboard: ebuild check
|
|
Opened: 2004-07-01 13:05 0000
|
QDVDAuthor, the GUI frontend for dvdauthor and other related tools.
Reproducible: Always
Steps to Reproduce:
FYI: qdvdauthor can also use dvd-slideshow (see #55088) when installed.
version 0.0.7 is available.
it seems, that a plain version bump is enough. So just rename the 0.0.6 ebuild to qdvdauthor-0.0.7.ebuild
hmpf. forget it. I mentioned it yet.
Will check this when I get off of work.
Kde herd: can you take a look at the qt portions of this ebuild please?
I'm not aware of these hacks, so I'd like to get your opinion on them.
Thanks ahead of time!
This part:
REALHOME="$HOME"
mkdir -p "${T}/fakehome/.qt"
mkdir -p "${T}/fakehome/.kde"
export HOME="${T}/fakehome"
is automatically executed for ebuilds that 'inherit kde' and use
kde_src_compile. This ebuild cannot inherit the kde eclass, so it needs it.
In particular, this is needed when FEATURES="-userpriv", and will not be
needed anymore with portage 2.0.51; in 2.0.51 the HOME env variable is set
by default to a value that is writeable by portage.
This one:
addwrite "${QTDIR}/etc/settings"
is done automatically in the kde eclass, too. The same result can be obtained
inheriting kde-functions.eclass and using 'need-qt' to set the qt dependency:
inherit kde-functions
...
DEPEND=...
RDEPEND=...
need-qt 3.2
BTW: Probably dvdauthor and mjpegtools should be only in RDEPEND,
and maybe qxine should be built, too?
great! thanks for your informations!
I've not seen a possibility to build qxine in 0.0.6, but if it is easy to do (stupid gui-builder!!!) then do it! the more options, the better! It was a hard job to create this ebuild.
QDVDAuthor is a great project and the "missing link" for "John Doe" DVD-Mastering. ;-)
remind, remind, remind. ;-)
The site says this program can use xine-lib OR the mplayer libs. The ebuild
should probably be modified to accept either instead of defaulting to xine-lib.
New Version (0.0.7) is available
Created an attachment (id=45253) [details]
Modified ebuild
Modified ebuild which should (for me it does) work for qdvd-0.0.8,
note that i have NO experience with ebuilds, and i did the bare minimum to get
it to work with 0.0.8
Builds and works on amd64 too.
0.8 ebuild works here on x86.
0.0.8 works on x86 for me too.
Christian - excuse me for the impatience - I've added this.