Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 43639

Summary: libpostproc as seperate library, to support vlc
Product: Gentoo Linux Reporter: Joel Martin (RETIRED) <kanaka>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED DUPLICATE    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 37639, 43640    
Attachments: New ebuild media-libs/libpostproc-20040222.ebuild

Description Joel Martin (RETIRED) gentoo-dev 2004-03-03 13:15:53 UTC
mplayer currently installs the libpostproc library. According to 
 Derk-Jan Hartman in bug 12999 and 27051 libpostproc's final target is ffmpeg. Both mplayer and ffmpeg currently have libpostproc source. I have created a seperate ebuild for libpostproc. There is precedent for this in rpm based systems. This ebuild uses the ffmpeg source.

I also have a modified mplayer ebuild that will not install libpostproc. This libpostproc ebuild checks to make sure that an earlier version of mplayer does not exist on the system. I did this check in pkg_setup. It would be nice to do it DEPEND, however, it's really an "undepend". It's okay if mplayer isn't installed. If it is installed it must be over a certain version (that I will provide a link to shortly).

This co-exists fine with ffmpeg and mplayer. I have a new vlc ebuild (0.7.1) coming that requires this libpostproc. My vlc build works with this libpostproc.

Related bugs 12999, and 27051.

Reproducible: Always
Steps to Reproduce:
Comment 1 Joel Martin (RETIRED) gentoo-dev 2004-03-03 13:17:31 UTC
Created attachment 26792 [details]
New ebuild media-libs/libpostproc-20040222.ebuild
Comment 2 Joel Martin (RETIRED) gentoo-dev 2004-03-04 13:51:02 UTC
After discussion on gentoo-dev I combined this into my proposed ffmpeg ebuild (43641). So I am closing this bug as a duplicate of 43641 since that where the fix is going.

*** This bug has been marked as a duplicate of 43641 ***