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

- media-sound/mixxx: Fix 1.12 live ebuild (2)

This commit is contained in:
2015-10-04 11:59:06 +02:00
parent 115754ce97
commit 535c8d881d
2 changed files with 1 additions and 8 deletions

View File

@@ -73,15 +73,9 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.12.9999-system-libs.patch
epatch "${FILESDIR}"/${PN}-1.12.9999-docs.patch
epatch "${FILESDIR}"/${PN}-1.12.9999-desktop-file.patch
# use multilib compatible directory for plugins
sed -i -e "/unix_lib_path =/s/'lib'/'$(get_libdir)'/" src/SConscript || die
# alter startup command when pulseaudio support is disabled
if ! use pulseaudio ; then
sed -i -e 's:pasuspender ::' res/linux/mixxx.desktop || die
fi
}
src_configure() {