diff options
Diffstat (limited to 'media-video/harvid')
-rw-r--r-- | media-video/harvid/harvid-0.8.0.ebuild | 6 | ||||
-rw-r--r-- | media-video/harvid/harvid-0.8.1.ebuild | 6 | ||||
-rw-r--r-- | media-video/harvid/harvid-0.8.2.ebuild | 6 |
3 files changed, 6 insertions, 12 deletions
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 " |