Bug 131831 - media-video/gephex-0.4.3 GCC4 patch
|
Bug#:
131831
|
Product: Gentoo Linux
|
Version: 2006.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: NEEDINFO
|
Assigned To: hd_brummy@gentoo.org
|
Reported By: pa55e_p0il@hotmail.com
|
|
Component: GCC Porting
|
|
|
URL:
|
|
Summary: media-video/gephex-0.4.3 GCC4 patch
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-04-30 14:47 0000
|
Multiple errors similar to this : model.h:238: error: extra qualification.
Simply removing the offending Model:: in model.h is sufficient for a successful
Gephex build (without ffmpeg though.. that's another story).
There are issues in engine/src/model.h and base/src/utils/structscanner.h
Everything works fine here ! Woohoo !!!
*** Bug 134426 has been marked as a duplicate of this bug. ***
any progress on this? this is blocking GCC 4.1 stablization.
So, anyone to apply the patch?
will fix the gcc-4.x issues,
at first
@Pascal Martineau
from where ist the ffmpeg patch?
./configure --help shows me:
--with-FFMPEG Turn on FFMPEG support (default=yes).
looks like ffmpeg support is in the sources but not supported by ebuild
should it be enough to enable ffmpeg by use-flag in the ebuild, also add ffmepg
to DEPEND ?
<snipp>
`use_with png LIBPNG` \
`use_with mpeg MPEG3` \
`use_with ffmpeg FFMPEG`
</snapp>
can you test this on your local system?
@ Pascal
can you add please a diff for the ffmpeg problems only.
and please write some lines where is exactly the Problem with ffmpeg