diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-15 08:04:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-02-15 08:04:29 +0000 |
| commit | e399cf10cebe4b3b04dad24dbd0f365849b085f1 (patch) | |
| tree | 925589cb477e3ceb6b1e100bef9c872c69e69183 /media-libs/libquicktime | |
| parent | 92f1aab2b4c7ac7bd8b307725caa0e358025c16d (diff) | |
| download | baldeagleos-repo-e399cf10cebe4b3b04dad24dbd0f365849b085f1.tar.gz baldeagleos-repo-e399cf10cebe4b3b04dad24dbd0f365849b085f1.tar.xz baldeagleos-repo-e399cf10cebe4b3b04dad24dbd0f365849b085f1.zip | |
Adding metadata
Diffstat (limited to 'media-libs/libquicktime')
| -rw-r--r-- | media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild b/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild index 42a5ddc7da46..44db60e328ff 100644 --- a/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild +++ b/media-libs/libquicktime/libquicktime-1.2.4-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="aac alsa doc dv encode ffmpeg gtk jpeg lame cpu_flags_x86_mmx opengl png static-libs vorbis X x264" +# <ffmpeg-5 dep for bug #834384, Debian has disabled ffmpeg support entirely +# as well. RDEPEND=" sys-libs/zlib >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] @@ -23,7 +25,7 @@ RDEPEND=" ) alsa? ( >=media-libs/alsa-lib-1.0.20 ) dv? ( >=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}] ) - ffmpeg? ( >=media-video/ffmpeg-3.2.6:0=[${MULTILIB_USEDEP}] ) + ffmpeg? ( <media-video/ffmpeg-5:=[${MULTILIB_USEDEP}] ) gtk? ( x11-libs/gtk+:2 ) jpeg? ( media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] ) lame? ( >=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}] ) |
