Page 1 of 1

Which parts of qt are needed?

Posted: Sat Oct 24, 2009 9:02 pm
by ggking7
Which parts of qt are needed for makemkv? Gentoo recently split qt into many different packages and I'd like to update the makemkv ebuild to specify the needed ones.

Re: Which parts of qt are needed?

Posted: Mon Oct 26, 2009 8:30 am
by mike admin
noone here is familiar with gentoo. where can we get list of packages and download package contents?
Also, if you're maintaining packages/build please create a topic here with links to your page and I'll convert it to sticky.

Re: Which parts of qt are needed?

Posted: Mon Oct 26, 2009 3:10 pm
by ggking7
Here is the Gentoo bug with the makemkv ebuild:

http://bugs.gentoo.org/show_bug.cgi?id=280347

The following is a list of qt modules. Could you guess as to which are required? I can test.

qt-assistant
qt-core
qt-dbus
qt-demo
qt-embedded
qt-gui
qt-multimedia
qt-opengl
qt-phonon
qt-qt3support
qt-script
qt-sql
qt-svg
qt-test
qt-webkit
qt-xmlpatterns

Re: Which parts of qt are needed?

Posted: Tue Oct 27, 2009 8:51 am
by mike admin
qt-gui only. Also please note that "<cstdio>" bug was fixed in 1.4.7 so the patch is not needed.

Re: Which parts of qt are needed?

Posted: Tue Oct 27, 2009 3:49 pm
by ggking7
The updated ebuild has been posted. Thank you for the info.