1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 18:12:39 +01:00

- media-sound/mixxx: use internal fidlib impl

This commit is contained in:
2015-09-11 13:22:30 +00:00
parent 328ac48d74
commit 6e41dcb825
4 changed files with 4 additions and 35 deletions

View File

@@ -18,7 +18,6 @@ IUSE="aac debug doc ffmpeg hid mp3 mp4 pulseaudio shout wavpack"
RDEPEND="dev-libs/protobuf
media-libs/chromaprint
>media-libs/fidlib-0.9.10-r1
media-libs/flac
media-libs/libid3tag
media-libs/libogg
@@ -64,7 +63,7 @@ src_prepare() {
# alter startup command when pulseaudio support is disabled
if ! use pulseaudio ; then
sed -i -e 's:pasuspender ::' src/mixxx.desktop || die
sed -i -e 's:pasuspender ::' res/linux/mixxx.desktop || die
fi
}