Also remove no longer needed part from live ebuild, since upstream
removed support for filter_audio completely.
Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1689
See-Also: https://github.com/tux3/qTox/commit/
792103f8b0c76ecec576f7e57efb3edb71
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils qmake-utils
fi
}
-src_prepare() {
- epatch_user
-}
-
src_configure() {
use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils qmake-utils
fi
}
-src_prepare() {
- epatch_user
-}
-
src_configure() {
use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit eutils qmake-utils git-r3
fi
}
-src_prepare() {
- epatch_user
-}
-
src_configure() {
use gtk || local NO_GTK_SUPPORT="ENABLE_SYSTRAY_STATUSNOTIFIER_BACKEND=NO ENABLE_SYSTRAY_GTK_BACKEND=NO"
use X || local NO_X_SUPPORT="DISABLE_PLATFORM_EXT=YES"
- # filter_audio is disabled since it's not available in Gentoo, and
- # support for it in qTox at the present is ~broken anyway
eqmake5 \
PREFIX="${D}/usr" \
- DISABLE_FILTER_AUDIO=YES \
${NO_GTK_SUPPORT} \
${NO_X_SUPPORT}
}