From: Mikle Kolyada Date: Sat, 25 Apr 2020 19:20:41 +0000 (+0300) Subject: media-video/harvid: migrate from libav X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00029af243c60af5a4a0804724f484fe119e6a2c;p=gentoo.git media-video/harvid: migrate from libav Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada --- diff --git a/media-video/harvid/harvid-0.8.0.ebuild b/media-video/harvid/harvid-0.8.0.ebuild index 324ebb2f22f5..45de47a567e3 100644 --- a/media-video/harvid/harvid-0.8.0.ebuild +++ b/media-video/harvid/harvid-0.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="libav" RDEPEND=" - !libav? ( >=media-video/ffmpeg-2.6:0= ) - libav? ( >=media-video/libav-9:0= ) + >=media-video/ffmpeg-2.6:0= media-libs/libpng:0= virtual/jpeg:0 " diff --git a/media-video/harvid/harvid-0.8.1.ebuild b/media-video/harvid/harvid-0.8.1.ebuild index 56e380ac9d6e..d7829ef1ef59 100644 --- a/media-video/harvid/harvid-0.8.1.ebuild +++ b/media-video/harvid/harvid-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="libav" RDEPEND=" - !libav? ( >=media-video/ffmpeg-2.6:0= ) - libav? ( >=media-video/libav-9:0= ) + >=media-video/ffmpeg-2.6:0= media-libs/libpng:0= virtual/jpeg:0 " diff --git a/media-video/harvid/harvid-0.8.2.ebuild b/media-video/harvid/harvid-0.8.2.ebuild index 8dbd4423ebc4..d7829ef1ef59 100644 --- a/media-video/harvid/harvid-0.8.2.ebuild +++ b/media-video/harvid/harvid-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,11 +12,9 @@ SRC_URI="https://github.com/x42/harvid/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="libav" RDEPEND=" - !libav? ( >=media-video/ffmpeg-2.6:0= ) - libav? ( >=media-video/libav-9:0= ) + >=media-video/ffmpeg-2.6:0= media-libs/libpng:0= virtual/jpeg:0 "