It sounds like you have your USE flags set up incorectly. To get dvd support in xine emerge it like this:
Code:
USE="dvd" emerge -av xine
If the you see +dvd in blue text then you can go ahead and say yes to emerge it and it will have dvdread support.
Please post your entire /etc/make.conf. Also do:
Code:
emerge search libmpeg2
This will show you the sub dir in /usr/portage/ that the mpeg2 ebuilds are stored in and if you do
in that dir then it should hopefully show you and old ebuild of mpeg2 which you can then emerge. before you do that though it may allso be an errror in the ebuild for drip asking for the wrong version of libmpeg2 (its just a text file and there are thousands of them so that some error in an uncommon app like "drip" could well go unnoticed). either way please reply with some more info especialy your /etc/make.conf.[/code]