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
Submitting xvid version bump from rc2 -> rc3. Tested and working perfectly. Should function exactly the same as rc2 with some bug fixes. Regards, Aaron
Created an attachment (id=29284) [edit] xvid-1.0.0_rc3.ebuild
The rc4 is now also waiting for the bump. No big change needed from the rc2 ebuild but the following fix in libs symlinks: - dosym /usr/lib/libxvidcore.so.4.0 /usr/lib/libxvidcore.so - dosym /usr/lib/libxvidcore.so /usr/lib/libxvidcore.so.2 + dosym /usr/lib/libxvidcore.so.4.0 /usr/lib/libxvidcore.so.4 + dosym /usr/lib/libxvidcore.so.4 /usr/lib/libxvidcore.so Adding the .so.4 is needed because that's what some programs link against. Removing the .so.2 is needed because it doesn't makes sense (the version 2 API is very different, and not binary compatible).
Created an attachment (id=29569) [edit] xvid-1.0.0_rc4.ebuild As requested, here's the latest and greatest xvid... rc4. Corrected symlinks.
now in portage, thanks guys