# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 JAVA_PKG_IUSE="doc source" inherit desktop java-pkg-2 java-pkg-simple toolchain-funcs xdg XDG_P="xdg-20100731" DESCRIPTION="Converts, splits and demuxes DVB and other MPEG recordings" HOMEPAGE="https://project-x.sourceforge.net/" SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}-r4.tar.xz https://dev.gentoo.org/~billie/distfiles/${PN}-idctfast.tar.xz https://dev.gentoo.org/~billie/distfiles/${XDG_P}.java.xz https://dev.gentoo.org/~billie/distfiles/${PN}-icon.png" S="${WORKDIR}/Project-X" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc64" IUSE="X cpu_flags_x86_mmx cpu_flags_x86_sse" COMMON_DEPEND=" dev-java/commons-net:0 X? ( dev-java/browserlauncher2:1.0 ) " RDEPEND=" ${COMMON_DEPEND} >=virtual/jre-1.8:* " # max jdk-25 for bug #966706, see https://bugs.openjdk.org/browse/JDK-8368226 DEPEND=" ${COMMON_DEPEND}