--- vdr-2.2.0-r3.ebuild 2019-11-05 21:58:31.894111963 +0100 +++ vdr-2.2.0-r4.ebuild 2019-11-10 16:46:21.966621207 +0100 @@ -6,7 +6,7 @@ inherit eutils flag-o-matic toolchain-funcs # Switches supported by extensions-patch -EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift_v1 pinplugin +EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift pinplugin mainmenuhooks menuorg menuselection resumereset ttxtsubs" # names of the use-flags @@ -21,14 +21,14 @@ MY_P="${PN}-${MY_PV}" S="${WORKDIR}/${MY_P}" -EXT_P="extpng-${P}-gentoo-edition-v1" +EXT_P="extpng-${P}-gentoo-edition-v3" DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" HOMEPAGE="http://www.tvdr.de/" SRC_URI="ftp://ftp.tvdr.de/vdr/${MY_P}.tar.bz2 - https://dev.gentoo.org/~hd_brummy/distfiles/${EXT_P}.patch.bz2" + mirror://gentoo/${EXT_P}.patch.bz2" -KEYWORDS="amd64 ~arm ~arm64 ~ppc x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" SLOT="0" LICENSE="GPL-2" @@ -260,7 +260,7 @@ # directory emake install \ VIDEODIR="/" \ - DESTDIR="${D%/}" install || die "emake install failed" + DESTDIR="${D%}" install || die "emake install failed" keepdir "${PLUGIN_LIBDIR}" @@ -283,7 +283,7 @@ doins "${FILESDIR}"/channel_alternative.conf fi - chown -R vdr:vdr "${D%/}/${CONF_DIR}" + chown -R vdr:vdr "${D%}/${CONF_DIR}" } pkg_postinst() {