Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit e1cce88d17
)
r14.1.x
parent
edf28295de
commit
c2b97d6e0f
@ -0,0 +1 @@
|
||||
DIST kmplayer-trinity-14.1.1.tar.xz 510116 BLAKE2B 44803f93941949d04b632e046d8e8f0b3ea60f7a135cf27754f0ac1e07b787ae959212e3deb994959f55c815807193b575b9761dd03006fdae29c5953999e01a SHA512 7f21df4aa32f6ae33677c9bce4c3a36a7d4aaaa701a623a2ada80523dd77b78ececa356662c0ccfa556a7a93eee7c3f390225b3b51beedd1571930ed7a111cba
|
@ -0,0 +1,44 @@
|
||||
# Copyright 2023 The Trinity Desktop Project
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
TRINITY_EXTRAGEAR_PACKAGING="yes"
|
||||
TRINITY_HANDBOOK="optional"
|
||||
|
||||
TRINITY_LANGS="af ar be bg br bs ca csb cs cy da de el es et \
|
||||
fi fr ga gl he hi hu it ja ka lt mk nb nl pa \
|
||||
pt_BR pt ru rw sk sr sv ta th tr uk xh zh_CN \
|
||||
zh_TW zu"
|
||||
|
||||
TRINITY_DOC_LANGS="da de es et fr it nl pt ru sv"
|
||||
|
||||
TRINITY_MODULE_TYPE="applications/multimedia"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="MPlayer - a simple media player for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
fi
|
||||
IUSE="gstreamer koffice xine"
|
||||
|
||||
DEPEND="media-video/ffmpeg
|
||||
media-video/mplayer
|
||||
koffice? ( ~trinity-apps/koffice-meta-${PV} )
|
||||
gstreamer? ( media-plugins/gst-plugins-meta )
|
||||
xine? ( media-libs/xine-lib )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
-DBUILD_KOFFICE_PLUGIN="$(usex koffice)"
|
||||
-DBUILD_KXVPLAYER="$(usex gstreamer)"
|
||||
-DBUILD_KXINEPLAYER="$(usex xine)"
|
||||
)
|
||||
trinity-base-2_src_configure
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
# Copyright 2023 The Trinity Desktop Project
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="8"
|
||||
|
||||
TRINITY_EXTRAGEAR_PACKAGING="yes"
|
||||
TRINITY_HANDBOOK="optional"
|
||||
|
||||
TRINITY_LANGS="af ar be bg br bs ca csb cs cy da de el es et \
|
||||
fi fr ga gl he hi hu it ja ka lt mk nb nl pa \
|
||||
pt_BR pt ru rw sk sr sv ta th tr uk xh zh_CN \
|
||||
zh_TW zu"
|
||||
|
||||
TRINITY_DOC_LANGS="da de es et fr it nl pt ru sv"
|
||||
|
||||
TRINITY_MODULE_TYPE="applications/multimedia"
|
||||
inherit trinity-base-2
|
||||
|
||||
DESCRIPTION="MPlayer - a simple media player for TDE"
|
||||
HOMEPAGE="https://trinitydesktop.org/"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="14"
|
||||
if [[ ${PV} != *9999* ]] ; then
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
IUSE="gstreamer koffice xine"
|
||||
|
||||
DEPEND="media-video/ffmpeg
|
||||
media-video/mplayer
|
||||
koffice? ( ~trinity-apps/koffice-meta-${PV} )
|
||||
gstreamer? ( media-plugins/gst-plugins-meta )
|
||||
xine? ( media-libs/xine-lib )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TRANSLATIONS=ON
|
||||
-DBUILD_KOFFICE_PLUGIN="$(usex koffice)"
|
||||
-DBUILD_KXVPLAYER="$(usex gstreamer)"
|
||||
-DBUILD_KXINEPLAYER="$(usex xine)"
|
||||
)
|
||||
trinity-base-2_src_configure
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>team-gentoo@trinitydesktop.org</email>
|
||||
<name>Trinity Gentoo ebuilds project</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="koffice">Enable support koffice</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
Loading…
Reference in new issue