diff --git a/trinity-apps/mplayerthumbs/metadata.xml b/trinity-apps/mplayerthumbs/metadata.xml new file mode 100644 index 00000000..daf9e8f8 --- /dev/null +++ b/trinity-apps/mplayerthumbs/metadata.xml @@ -0,0 +1,8 @@ + + + + + + Enable WITH_STRIPS_SUPPORT cmake flag (no extra dependencies) + + diff --git a/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild b/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild index 9a1b0e45..2c02f8b4 100644 --- a/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild +++ b/trinity-apps/mplayerthumbs/mplayerthumbs-9999.ebuild @@ -1,30 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors # Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 EAPI="7" + TRINITY_MODULE_TYPE="applications" TRINITY_EXTRAGEAR_PACKAGING="yes" TRINITY_HANDBOOK="optional" TRINITY_LANGS="de" - inherit trinity-base-2 DESCRIPTION="MPlayer based thumbnail generator for TDE" HOMEPAGE="https://trinitydesktop.org/" -LICENSE="|| ( GPL-2 GPL-3 )" need-trinity +LICENSE="|| ( GPL-2 GPL-3 )" SLOT="${TRINITY_VER}" - IUSE+=" +strips" RDEPEND+=" media-video/mplayer" src_configure() { - mycmakeargs=( + local mycmakeargs=( -DBUILD_TRANSLATIONS=ON -DWITH_STRIPS_SUPPORT="$(usex strips)" )