The attached patch applied over current ebuild cleans up a little bit media-sound/sox ebuild, removing the dependency on madplay (it depends instead on libmad), and changing from using myconf to using directly the use_enable calls inside econf call. HTH, Diego
Created attachment 51800 [details, diff] Patch over current ebuild.
seems like : --enable-oss-dsp should be: use oss && myconf="${myconf} --enable-oss-dsp" Not all systems have/want oss
I know, but it seems like it's hardcoded in current ebuild, also if I'm quite sure that some time ago it was using oss useflag, so I simply copied it over.
thanks for the effort, i've made a revision bump and commited the changes.