Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127866 - media-libs/smpeg: autotools/libtool cleanups, respect LDFLAGS, use CXXFLAGS correctly
Summary: media-libs/smpeg: autotools/libtool cleanups, respect LDFLAGS, use CXXFLAGS c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-28 09:02 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (smpeg-ebuild.patch,1.53 KB, patch)
2006-03-28 09:03 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
smpeg-0.4.4-automake.patch (smpeg-0.4.4-automake.patch,320 bytes, patch)
2006-03-28 09:10 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
smpeg-0.4.4-automake.patch (smpeg-0.4.4-automake.patch,320 bytes, patch)
2006-03-28 09:22 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
smpeg-0.4.4-flags.patch (smpeg-0.4.4-flags.patch,4.47 KB, patch)
2006-03-28 09:24 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
smpeg-0.4.4-gtkm4.patch.bz2 (smpeg-0.4.4-gtkm4.patch.bz2,3.80 KB, application/octet-stream)
2006-03-28 09:26 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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 :)