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

Bug 127866

Summary: media-libs/smpeg: autotools/libtool cleanups, respect LDFLAGS, use CXXFLAGS correctly
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Ebuild patch
smpeg-0.4.4-automake.patch
smpeg-0.4.4-automake.patch
smpeg-0.4.4-flags.patch
smpeg-0.4.4-gtkm4.patch.bz2

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:02:15 UTC
Quite a messed up patchset this time... there are a few source-level patches, and an ebuild one... there's a patch.bz2 that should go to mirrors to be used.

What this whole stuff do is rebuilding the whole autotools support for smpeg, included libtool, so that it respect LDFLAGS (also solving the -lstdc++ linking need).

It also makes sure that it uses CXXFLAGS as base for compiling C++ files instead of reusing CFLAGS that might contain things that are not supported in C++ and vice-versa.

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:03:01 UTC
Created attachment 83303 [details, diff]
Ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:10:24 UTC
Created attachment 83304 [details, diff]
smpeg-0.4.4-automake.patch
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:22:47 UTC
Created attachment 83305 [details, diff]
smpeg-0.4.4-automake.patch
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:24:36 UTC
Created attachment 83306 [details, diff]
smpeg-0.4.4-flags.patch
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 09:26:00 UTC
Created attachment 83307 [details]
smpeg-0.4.4-gtkm4.patch.bz2
Comment 6 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-28 10:12:07 UTC
Committed with a revbump as Mr Bones asked on #gentoo-dev :)