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
Description:   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

------- Comment #1 From Pascal Martineau 2006-04-30 15:44:45 0000 -------
Created an attachment (id=85864) [details]
It compiles against gcc 4.1.0 !!

------- Comment #2 From Pascal Martineau 2006-04-30 15:45:55 0000 -------
Created an attachment (id=85865) [details]
Overlay ebuild

------- Comment #3 From Pascal Martineau 2006-04-30 15:46:56 0000 -------
Everything works fine here ! Woohoo !!!

------- Comment #4 From Pascal Martineau 2006-04-30 17:38:14 0000 -------
Created an attachment (id=85889) [details]
Same patch with ffmpeg support :)

------- Comment #5 From Jakub Moc (RETIRED) 2006-05-26 08:24:45 0000 -------
*** Bug 134426 has been marked as a duplicate of this bug. ***

------- Comment #6 From Ryan Hill 2006-08-16 21:49:07 0000 -------
any progress on this?  this is blocking GCC 4.1 stablization.

------- Comment #7 From Jakub Moc (RETIRED) 2006-10-15 17:21:24 0000 -------
So, anyone to apply the patch?

------- Comment #8 From Joerg Bornkessel 2006-10-16 12:32:00 0000 -------
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?  

------- Comment #9 From Joerg Bornkessel 2006-10-19 06:43:46 0000 -------
@ Pascal
can you add please a diff for the ffmpeg problems only.
and please write some lines where is exactly the Problem with ffmpeg