diff options
author | Adel KARA SLIMANE <adel.ks@zegrapher.com> | 2022-03-28 21:09:25 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-07 21:00:35 +0100 |
commit | de5f605d3886ad9d076de0f0e777a5b4869b6af3 (patch) | |
tree | f95756da4cca1521d24727ba792af7521f75b2b8 /media-libs | |
parent | sys-libs/glibc: filter -fcf-protection (diff) | |
download | gentoo-de5f605d3886ad9d076de0f0e777a5b4869b6af3.tar.gz gentoo-de5f605d3886ad9d076de0f0e777a5b4869b6af3.tar.bz2 gentoo-de5f605d3886ad9d076de0f0e777a5b4869b6af3.zip |
media-libs/libvmaf: add bdep to embed models within the shared libs
Correct fix for Bug https://bugs.gentoo.org/835471
Signed-off-by: Adel KARA SLIMANE <adel.ks@zegrapher.com>
Closes: https://github.com/gentoo/gentoo/pull/24796
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild (renamed from media-libs/libvmaf/libvmaf-2.3.0.ebuild) | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libvmaf/libvmaf-2.3.0.ebuild b/media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild index 7adc3c9eca99..63d25edd6015 100644 --- a/media-libs/libvmaf/libvmaf-2.3.0.ebuild +++ b/media-libs/libvmaf/libvmaf-2.3.0-r1.ebuild @@ -21,12 +21,13 @@ fi LICENSE="BSD-2-with-patent" SLOT="0" -# upstream issue, see bug #835471 -RESTRICT="test" - BDEPEND=" dev-lang/nasm + app-editors/vim-core " +# The app-editors/vim-core dep is needed to embed models within the library +# could be made into a useflag if someones express the need for it +# see https://github.com/Netflix/vmaf/blob/master/libvmaf/meson_options.txt#L21 RDEPEND="${BDEPEND}" |