diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-26 12:15:34 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-26 12:15:34 +0300 |
commit | 348fd353866f035cc57897a043d52dd030af247a (patch) | |
tree | d28239681f32da5879dd7757f4259b0bd1732562 /media-libs/libde265 | |
parent | media-libs/libquicktime: migrate from libav (diff) | |
download | gentoo-348fd353866f035cc57897a043d52dd030af247a.tar.gz gentoo-348fd353866f035cc57897a043d52dd030af247a.tar.bz2 gentoo-348fd353866f035cc57897a043d52dd030af247a.zip |
media-libs/libde265: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-libs/libde265')
-rw-r--r-- | media-libs/libde265/libde265-1.0.3.ebuild | 7 | ||||
-rw-r--r-- | media-libs/libde265/libde265-9999.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/media-libs/libde265/libde265-1.0.3.ebuild b/media-libs/libde265/libde265-1.0.3.ebuild index 4e6baba9ecc4..7eec974a733b 100644 --- a/media-libs/libde265/libde265-1.0.3.ebuild +++ b/media-libs/libde265/libde265-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,12 +20,11 @@ HOMEPAGE="https://github.com/strukturag/libde265" LICENSE="GPL-3" SLOT="0" -IUSE="cpu_flags_x86_sse debug libav qt5 static-libs" +IUSE="cpu_flags_x86_sse debug qt5 static-libs" DEPEND=" media-libs/libsdl[${MULTILIB_USEDEP}] - !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] ) - libav? ( media-video/libav:=[${MULTILIB_USEDEP}] ) + media-video/ffmpeg:=[${MULTILIB_USEDEP}] qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-9999.ebuild index 516a30d1f3d9..7f4f73fb81e2 100644 --- a/media-libs/libde265/libde265-9999.ebuild +++ b/media-libs/libde265/libde265-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,12 +20,11 @@ HOMEPAGE="https://github.com/strukturag/libde265" LICENSE="GPL-3" SLOT="0" -IUSE="cpu_flags_x86_sse debug libav qt5 static-libs" +IUSE="cpu_flags_x86_sse debug qt5 static-libs" DEPEND=" media-libs/libsdl[${MULTILIB_USEDEP}] - !libav? ( media-video/ffmpeg:=[${MULTILIB_USEDEP}] ) - libav? ( media-video/libav:=[${MULTILIB_USEDEP}] ) + media-video/ffmpeg:=[${MULTILIB_USEDEP}] qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 |