Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150092 - [EBUILD] net-misc/rdesktop with libao support
Summary: [EBUILD] net-misc/rdesktop with libao support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Chris Gianelloni (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 12:25 UTC by Oldrich Jedlicka
Modified: 2006-10-05 09:03 UTC (History)
0 users

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


Attachments
Rdesktop ebuild with libao support (rdesktop-1.5.0.ebuild,1.31 KB, text/plain)
2006-10-04 12:27 UTC, Oldrich Jedlicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oldrich Jedlicka 2006-10-04 12:25:36 UTC
I've created rdesktop-1.5 ebuild with libao support. Now it selects libao if "ao" is in USE flags. It prefers oss if both are selected. Tested with only libao-0.8.6, so ebuild depends on it (just lower the version if you successfully tested it with it).

The check cannot use simple --with-sound, because rdesktop founds oss (even you wanted only libao). To use libao one have to write --with-sound=libao (USE="ao -oss").
Comment 1 Oldrich Jedlicka 2006-10-04 12:27:15 UTC
Created attachment 98787 [details]
Rdesktop ebuild with libao support
Comment 2 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-04 14:00:29 UTC
Has this patch been accepted upstream?
Comment 3 Oldrich Jedlicka 2006-10-05 00:37:24 UTC
This is not a patch, this enables a feature alread in rdesktop (just make a diff of ebuilds). Release notes for 1.4.1 already contains this:
 
 * libao sound-driver (for Mac OSX and others)

And I enabled libao support for rdesktop-1.5 as I'm trying to disable OSS completely on my computer.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2006-10-05 08:16:05 UTC
Well, in that case... added to CVS... ;]
Comment 5 Oldrich Jedlicka 2006-10-05 09:03:04 UTC
Thanks :-)