Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
QDVDAuthor, the GUI frontend for dvdauthor and other related tools. Reproducible: Always Steps to Reproduce:
Created an attachment (id=34604) [details] qdvdauthor-0.0.6.ebuild prefered location: media-video/qdvdauthor
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
alpha7 is out!
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.