Package Details: esound 0.2.41-4

Git Clone URL: https://aur.archlinux.org/esound.git (read-only, click to copy)
Package Base: esound
Description: Enlightened Sound Daemon
Upstream URL: http://www.tux.org/~ricdude/EsounD.html
Licenses: LGPL
Conflicts: esd
Provides: esd
Submitter: ilpianista
Maintainer: bidulock
Last Packager: bidulock
Votes: 209
Popularity: 0.61
First Submitted: 2011-08-16 11:25 (UTC)
Last Updated: 2015-07-09 05:41 (UTC)

Latest Comments

micwoj92 commented on 2021-02-07 14:37 (UTC)

when accessing homepage I'm getting error The requested page "/~ricdude/EsounD.html" could not be found.

speps commented on 2014-01-25 13:09 (UTC)

Updated to 0.2.41-4 - Migrated to systemd @johni thanks for support @digitalirony https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites

digitalirony commented on 2013-11-18 20:57 (UTC)

add pkg-config as dependency please.

johni commented on 2012-09-07 21:48 (UTC)

I just migrated to systemd, and wrote this quick unit file for starting esound on boot: http://pastebin.com/2beiM2kE Feel free to add to the build if you like. It would be called "esd.service", and should go in /usr/lib/systemd/system

speps commented on 2012-04-15 12:39 (UTC)

@g2oo7fy Well, mainly because 0.2.8 is not the latest stable version. Also, as you can easily check 41 > 8. Simply, the ESound original page is just heavily outdated. Cheers

speps commented on 2011-12-10 19:28 (UTC)

@netfun81 Hi, thanks for reporting. This happens for a missing "-lm" link flag. Fixed in 0.2.41-3. Let me know if you encounter other issues. Cheers

<deleted-account> commented on 2011-12-10 19:07 (UTC)

I need esound for music in a game. Tried installing from AUR esound 0.2.41 and also manually compiling downloaded from gnome site. It configures ok and during "make" it stops with these errors: /usr/bin/ld: esd.o: undefined reference to symbol 'sinf@@GLIBC_2.0' /usr/bin/ld: note: 'sinf@@GLIBC_2.0' is defined in DSO /lib/libm.so.6 so try adding it to the linker command line /lib/libm.so.6: could not read symbols: Invalid operation collect2: ld returned 1 exit status make[2]: *** [esd] Error 1 make[2]: Leaving directory `/home/kclin/Downloads/esound-0.2.41' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/kclin/Downloads/esound-0.2.41' make: *** [all] Error 2 Arch is up to date with all packages. Any thoughts? I have tried older versions of esound to no avail.