diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 20:21:51 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 20:23:20 +0100 |
commit | ba3e06be9d07b622bd46f9b23e3acb3282dc1d51 (patch) | |
tree | 12d9c0c776a11930565f0197d378e3f556439a40 /media-plugins | |
parent | licenses: Remove unused. (diff) | |
download | gentoo-ba3e06be9d07b622bd46f9b23e3acb3282dc1d51.tar.gz gentoo-ba3e06be9d07b622bd46f9b23e3acb3282dc1d51.tar.bz2 gentoo-ba3e06be9d07b622bd46f9b23e3acb3282dc1d51.zip |
media-plugins/vdr-burn: disabled TEST
media-plugins/vdr-0.2.2-r1 fails on test
it will not fixed by upstream
later versions has the test removed by upstream
this will close wrt bug 689676
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild index 97384f749450..c8b7b420037a 100644 --- a/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild +++ b/media-plugins/vdr-burn/vdr-burn-0.2.2-r1.ebuild @@ -1,12 +1,14 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit vdr-plugin-2 VERSION="1252" # every bump, new version! +RESTRICT="test" + DESCRIPTION="VDR Plugin: burn records on DVD" HOMEPAGE="https://projects.vdr-developer.org/projects/plg-burn" SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" @@ -16,7 +18,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="dvdarchive" -DEPEND=">=media-video/vdr-1.7.36-r1 +DEPEND="media-video/vdr media-libs/gd[png,truetype,jpeg]" RDEPEND="${DEPEND} >=dev-libs/libcdio-0.71 @@ -38,7 +40,7 @@ S="${WORKDIR}/${P#vdr-}" src_prepare() { vdr-plugin-2_src_prepare - epatch \ + eapply \ "${FILESDIR}"/${P}-r1_gentoo-path.diff \ "${FILESDIR}"/${P}_setdefaults.diff \ "${FILESDIR}"/${P}_makefile.diff \ @@ -102,7 +104,6 @@ pkg_postinst() { vdr-plugin-2_pkg_postinst - einfo einfo "This ebuild comes only with the standard template" einfo "'emerge vdr-burn-templates' for more templates" einfo "To change the templates, use the vdr-image plugin" |