Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246174 - app-dicts/stardict - punt esd (esound) depend entirely since it's deprecated
Summary: app-dicts/stardict - punt esd (esound) depend entirely since it's deprecated
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
: 352260 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-09 15:22 UTC by Yu Yuwei
Modified: 2012-01-08 23:39 UTC (History)
3 users (show)

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


Attachments
patch for make gnome support out of esd dependency (stardict-3.0.1-esd.patch,5.36 KB, patch)
2008-11-09 15:24 UTC, Yu Yuwei
Details | Diff
ebuild that applying patch above (stardict-3.0.1-r3.ebuild,2.82 KB, text/plain)
2008-11-09 15:25 UTC, Yu Yuwei
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yu Yuwei 2008-11-09 15:22:16 UTC
stardict's original gnome-support use esd to read wav files for words. This is totally not good for gnome-2.24 environment, where esd is been replaced by libcanberra.
However, we do need the gnome integration of stardict under gnome desktop. Thus, I make this patch to extract the esd dependency out of gnome-support via a independent esd-support. 

with this patch, we can use --enable-gnome-support --disable-esd-support during ./configure to get the gnome integration but get rid of esd dependency. I think this is desirable for lots of gnome users, at least recently.

The ebuild applying this patch also included.

By the way, after you use -esd in your make.conf, and emerge -C esound && emerge -DNu world, you need run revdep-rebuild. Because lots of gnome basic packages were build against esound. when you get rid of esound, you must rebuild them, otherwise you will face the package dependency breakage :)
Comment 1 Yu Yuwei 2008-11-09 15:24:52 UTC
Created attachment 171195 [details, diff]
patch for make gnome support out of esd dependency
Comment 2 Yu Yuwei 2008-11-09 15:25:58 UTC
Created attachment 171196 [details]
ebuild that applying patch above
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2008-11-18 11:49:29 UTC
Thank you great work Yu. Have you reported this bug upstream?
Comment 4 Yu Yuwei 2008-11-18 15:46:08 UTC
(In reply to comment #3)
> Thank you great work Yu. Have you reported this bug upstream?
> 


No, I haven't. Because it is very difficult for me to open sourceforge.net pages.

If you can, please submit it to upstream instead :)
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2012-01-08 17:30:29 UTC
*** Bug 352260 has been marked as a duplicate of this bug. ***
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2012-01-08 17:31:21 UTC
this is fixed in ebuild for 3.0.3 which drops any references to esd entirely