Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: esound 0.2.41-4
Git Clone URL: | https://aur-dev.archlinux.org/esound.git (read-only) |
---|---|
Package Base: | esound |
Description: | Enlightened Sound Daemon |
Upstream URL: | http://www.tux.org/~ricdude/EsounD.html |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ilpianista |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 207 |
Popularity: | 0.920101 |
First Submitted: | 2011-08-16 11:25 |
Last Updated: | 2015-07-09 05:41 |
Latest Comments
speps commented on 2014-01-25 13:09
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
add pkg-config as dependency please.
johni commented on 2012-09-07 21:48
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
@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
g2oo7fy commented on 2012-04-14 20:53
The website states: Last Stable Version - version 0.2.8
Is there a reason, why this package is still with version 0.2.41?
speps commented on 2011-12-10 19:28
@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
Anonymous comment on 2011-12-10 19:07
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.