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

Bug 175968

Summary: realplayer should RDEPEND alsa-oss
Product: Gentoo Linux Reporter: Federico Fissore <federico>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: https://player.helixcommunity.org/2005/downloads/
Whiteboard:
Package list:
Runtime testing required: ---

Description Federico Fissore 2007-04-25 13:38:19 UTC
binary realplayer support only oss, so it should be started wrapper by aoss on alsa system (that should be the majority, imho)

quick and dirty solution: I've modified script /opt/RealPlayer/realplay this way

# execute binary (and pass args), optionally running via catchsegv
REALPLAYBIN="/usr/bin/aoss $HELIX_LIBS/realplay.bin"

hth and that's not a dup :)

Reproducible: Always

Steps to Reproduce:
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2007-04-25 13:58:00 UTC
RealPlayer can also use ALSA's OSS emulation without need for alsa-oss package, and it can be used together with arts, esound, pulseaudio or jack through the respective dsp wrappers.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2007-04-25 15:19:37 UTC
^^