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
So to play some old real files encoded with dnet codec (like amazon uses them still), one needs to emerge win32codecs and do some symlinks by hand. Code from http://de.gentoo-wiki.com/RealPlayer_10_Gold: emerge -av win32codecs cd /opt/RealPlayer/codecs/ ln -s /usr/lib/real/ddnt.so.6.0 ddnt.so.6.0 ln -s /usr/lib/real/dnet.so.6.0 dnet.so.6.0 ln -s ddnt.so.6.0 ddnt.so ln -s dnet.so.6.0 dnet.so For verification: This link to amazon.de is only playable with realplayer-11.0.0.4028-r1 if adding the symlinks. http://www.amazon.de/gp/music/clipserve/B0000U1NHO001003/1/ref=mu_sam_ra001_003
Fixed in CVS
(In reply to comment #1) > Fixed in CVS Is it possible to install this on amd64 with multilib? real USE flag is masked, so now realplayer/realcodecs cannot be installed on amd64? I've tried default-linux/amd64/package.use.mask:media-libs/win32codecs -real but it didn't help
> I've tried > default-linux/amd64/package.use.mask:media-libs/win32codecs -real > but it didn't help My fault.. (wrong profile) it should be in arch/amd64/package.use.mask (for 2008.0) but I don't know if its ok, or new security issue
The right location to unmask is /etc/portage/profile/package.use.mask as the profiles in the portage tree will just get overwritten on the next sync. Read http://forums.gentoo.org/viewtopic-t-713051.html for more information.