Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 286623 - [version bump] [ebuild] new openal-1.9.563
Summary: [version bump] [ebuild] new openal-1.9.563
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-27 08:34 UTC by Petr Polezhaev
Modified: 2009-09-27 17:06 UTC (History)
0 users

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


Attachments
Diff over current ebuild (openal.1.8-1.9.ebuild.diff,1.08 KB, patch)
2009-09-27 08:37 UTC, Petr Polezhaev
Details | Diff
Full ebuild (openal-1.9.563.ebuild,1.29 KB, text/plain)
2009-09-27 08:38 UTC, Petr Polezhaev
Details
Corrected diff over portage ebuild (openal.1.8-1.9.ebuild.diff,1.07 KB, patch)
2009-09-27 10:32 UTC, Petr Polezhaev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Polezhaev 2009-09-27 08:34:23 UTC
Version bump.
Comment 1 Petr Polezhaev 2009-09-27 08:37:25 UTC
Created attachment 205357 [details, diff]
Diff over current ebuild

"examples" USE flag added, which installs openal-info.
PA patch removed, as no longer valid. Need some testing if it is still needed.
Comment 2 Petr Polezhaev 2009-09-27 08:38:33 UTC
Created attachment 205358 [details]
Full ebuild
Comment 3 Petr Polezhaev 2009-09-27 10:32:42 UTC
Created attachment 205365 [details, diff]
Corrected diff over portage ebuild

Sorry, I've forgot to remove 'multilib' USE, which I have initially planned to add (it's better to implement this via multilib overlay).
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-09-27 17:06:35 UTC
openal-info doesn't add any external deps, and i'd like it to be always present. useful small app. so applied this:

-inherit cmake-utils eutils
+inherit cmake-utils

-KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

-PATCHES=( "${FILESDIR}/${P}-pa.patch" )

thanks for reporting.