diff options
Diffstat (limited to 'media-video/motion')
-rw-r--r-- | media-video/motion/motion-4.1.1-r1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/media-video/motion/motion-4.1.1-r1.ebuild b/media-video/motion/motion-4.1.1-r1.ebuild index 05a3311cb026..e751c82097a2 100644 --- a/media-video/motion/motion-4.1.1-r1.ebuild +++ b/media-video/motion/motion-4.1.1-r1.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=6 @@ -11,14 +11,11 @@ SRC_URI="https://github.com/Motion-Project/${PN}/archive/release-${PV}.tar.gz -> LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="ffmpeg libav mmal mysql postgres sqlite v4l webp" +IUSE="ffmpeg mmal mysql postgres sqlite v4l webp" RDEPEND=" virtual/jpeg:= - ffmpeg? ( - libav? ( media-video/libav:= ) - !libav? ( media-video/ffmpeg:0= ) - ) + ffmpeg? ( media-video/ffmpeg:0= ) mmal? ( media-libs/raspberrypi-userland ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql:= ) |