diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 21:54:40 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-04-25 21:54:58 +0300 |
commit | 0545fe4959fa15f3f2449ca7b9bff0a263736749 (patch) | |
tree | 4bacf80b47bc3defcf91cc46b73eb3ddd41912ee | |
parent | dev-lang/lazarus: Fix UnnecessarySlashStrip (diff) | |
download | gentoo-0545fe4959fa15f3f2449ca7b9bff0a263736749.tar.gz gentoo-0545fe4959fa15f3f2449ca7b9bff0a263736749.tar.bz2 gentoo-0545fe4959fa15f3f2449ca7b9bff0a263736749.zip |
media-video/simplescreenrecorder: migrate from libav
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
3 files changed, 4 insertions, 13 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild index 54eeceee53ad..be49dbe85ff9 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r2.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 @@ -33,10 +33,7 @@ RDEPEND=" dev-qt/qtx11extras:5 media-libs/alsa-lib:0= media-libs/mesa[${MULTILIB_USEDEP},X(+)] - || ( - media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] - media-video/libav[vorbis?,vpx?,x264?,mp3?,theora?] - ) + media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext x11-libs/libXfixes[${MULTILIB_USEDEP}] diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.0.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.0.ebuild index 4edd7070ece7..08f9a609c2f2 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.4.0.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.4.0.ebuild @@ -33,10 +33,7 @@ RDEPEND=" dev-qt/qtx11extras:5 media-libs/alsa-lib:0= media-libs/mesa[${MULTILIB_USEDEP},X(+)] - || ( - media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] - media-video/libav[vorbis?,vpx?,x264?,mp3?,theora?] - ) + media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext x11-libs/libXfixes[${MULTILIB_USEDEP}] diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index 099655b743d9..5dad366ff9a3 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -33,10 +33,7 @@ RDEPEND=" dev-qt/qtx11extras:5 media-libs/alsa-lib:0= media-libs/mesa[${MULTILIB_USEDEP},X(+)] - || ( - media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] - media-video/libav[vorbis?,vpx?,x264?,mp3?,theora?] - ) + media-video/ffmpeg[vorbis?,vpx?,x264?,mp3?,theora?] x11-libs/libX11[${MULTILIB_USEDEP}] x11-libs/libXext x11-libs/libXfixes[${MULTILIB_USEDEP}] |