Сравнение ffmpegsource-2.40 с ffmpegsource-2.40-r2

/usr/portage/media-libs/ffmpegsource/ffmpegsource-2.40-r2.ebuild 2025-11-06 18:18:08.261504130 +0300
28 28
DEPEND="${RDEPEND}"
29 29
BDEPEND="virtual/pkgconfig"
30 30

  
31
PATCHES="${FILESDIR}/${P}-Fix-build-with-ffmpeg-5.patch"
32

  
31 33
src_prepare() {
32 34
	default
33 35

  
......
36 38
	eautoreconf
37 39
}
38 40

  
41
src_configure() {
42
	default
43

  
44
	sed -i -e "s|@FFMS_VERSION@|${PV}|g" \
45
		"${S}"/ffms2.pc.in || die
46
}
47

  
39 48
src_install() {
40 49
	default
41 50

  
Спасибо!