Сравнение notcurses-3.0.8 с notcurses-3.0.8-r1

/usr/portage/dev-cpp/notcurses/notcurses-3.0.8-r1.ebuild 2025-07-29 16:22:12.620448252 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake
6
inherit cmake ffmpeg-compat
7 7

  
8 8
DESCRIPTION="Blingful TUIs and character graphics"
9 9
HOMEPAGE="https://notcurses.com"
......
17 17
RESTRICT="!test? ( test )"
18 18

  
19 19
DEPEND="dev-libs/libunistring:=
20
	media-video/ffmpeg:=
20
	media-video/ffmpeg-compat:6=
21 21
	sys-libs/gpm
22 22
	sys-libs/ncurses:="
23 23
RDEPEND="${DEPEND}"
24 24

  
25 25
src_configure() {
26
	# TODO: fix with >=ffmpeg-7 then drop compat (bug #948466)
27
	ffmpeg_compat_setup 6
28
	ffmpeg_compat_add_flags
29

  
26 30
	local mycmakeargs=(
27 31
		-DBUILD_TESTING=$(usex test)
28 32
		-DUSE_DEFLATE=OFF
Спасибо!