Diff ffmpegsource-2.40 with a ffmpegsource-2.40-r2
| /usr/portage/media-libs/ffmpegsource/ffmpegsource-2.40-r2.ebuild 2023-10-09 14:52:31.664368405 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 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 | |