Quote:
Originally Posted by tvilkov WHY ???!!!! What was wrong with the wxwindows ??? I'll try that, thanks anyway. |
Qt4 Interface - Yet another blog for JBKempf
It's not a Gentoo decission, it's a decission of the developer that was maintaining that part of vlc, no one can force him to continue that -non payed- work forever. It's his right. However, I guess that if anyone is interested and volunteers to fix and maintain it, the vlc team might be interested in having it back (or not, I don't know).
I might add from personal experience that wxWidgets is a pain in the ass to work with, and that bugs are stacked along versions without being solved, which in turn makes any wxWidgets based app buggy by nature. Of course, that's not relevant for the end user as long as it works for him/her, but I had to say it
A tipical example is amule. One of the buggiest apps I've ever used, and it all due to wxWidgets (X-less daemon work without any problem, it's just the frontend which is buggy, or at least it was the last time I checked).
Quote:
Originally Posted by tvilkov Hello there,
Today emerged the latest vlc version. Now no GUI comes up when I try to play something. It does start, but it sais using interface module "rc" (when I run "vlc -vv"). I've noticed that the wxwindows USE flag has dissapeared. I have enabled "gnome" USE flag, so I guess it should GTK for GUI. |
It might be still possible to enable it by porting that back into the ebuild, or by compiling vlc yourself by hand with the correct options. But if the USE flag is gone, it's usually for a good reason. You can only expect the number of problems and bugs to grow more and more, now that the wxWidgets interface maintainer is gone.
Quote:
Has anyone found a solution to this? How does one list the available gui modules throught command line? I have looked at the vlc wiki but haven't found anything on there.
Thank you.
|
Vlc can be used from command line, and it has also an ncurses frontend. In any case, vlc should install a binary per frontend. So, if you have gentoolkits installed, you could do something like this, to see the binaries that it installed:
Code:
equery f vlc | grep \/usr\/bin\/
It also has streaming capabilities, so you should be able to use it via a web frontend, though I have never tried personally.