Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120541 - openal-20051024 - backwards compability solution (tested on blender)
Summary: openal-20051024 - backwards compability solution (tested on blender)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 08:53 UTC by Karol Szumski
Modified: 2006-01-28 11:11 UTC (History)
1 user (show)

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


Attachments
blender-2.41.ebuild [modified] (blender-2.41.ebuild,3.45 KB, text/plain)
2006-01-27 08:58 UTC, Karol Szumski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karol Szumski 2006-01-27 08:53:56 UTC
openal-20051024 doesn't break backwards compability as much as it is said to. AFAIK all that must be done right now to make it backwards-compabitable is to force all programs using old openal to link to alut as well.
Comment 1 Karol Szumski 2006-01-27 08:58:06 UTC
Created attachment 78291 [details]
blender-2.41.ebuild [modified]

A modified ebuild that compiles with openal-20051024 and alut-20051024
Comment 2 Karol Szumski 2006-01-27 09:16:52 UTC
modifying /usr/lib/pkgconfig/openal.pc
to export
-lopenal -lalut
instead of
-lopenal
might work as well for anything that uses pkg-config (blender does not... shame on it)
Comment 3 Karol Szumski 2006-01-27 11:39:27 UTC
sorry, didn't notice this thing set itself to resolved
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-01-27 11:42:05 UTC
Please, attach a unified diff, not the whole ebuild...