Diff rtmpdump-2.4_p20190330 with a rtmpdump-2.4_p20210219
/usr/portage/media-video/rtmpdump/rtmpdump-2.4_p20210219.ebuild 2023-10-09 14:52:31.832368409 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI="7" |
|
4 |
EAPI="8" |
|
5 | 5 | |
6 | 6 |
inherit multilib toolchain-funcs multilib-minimal flag-o-matic |
7 | 7 | |
... | ... | |
26 | 26 |
PATCHES=( |
27 | 27 |
"${FILESDIR}/${PN}-swf_vertification_type_2.patch" |
28 | 28 |
"${FILESDIR}/${PN}-swf_vertification_type_2_part_2.patch" |
29 |
"${FILESDIR}/${PN}-fix-chunk-size.patch" |
|
30 |
"${FILESDIR}/${PN}-2.4_p20210219-gcc-11-missing-include.patch" |
|
29 | 31 |
) |
30 | 32 | |
31 | 33 |
if [[ ${PV} == *9999 ]] ; then |
... | ... | |
33 | 35 |
EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" |
34 | 36 |
inherit git-r3 |
35 | 37 |
else |
36 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
37 |
SRC_URI="http://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/c5f04a58fc2aeea6296ca7c44ee4734c18401aa3.tar.gz -> ${P}.tar.gz" |
|
38 |
S="${WORKDIR}/${PN}-c5f04a5" |
|
38 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
39 |
SRC_URI="https://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/f1b83c10d8beb43fcc70a6e88cf4325499f25857.tar.gz -> ${P}.tar.gz" |
|
40 |
S="${WORKDIR}/${PN}-f1b83c1" |
|
39 | 41 |
fi |
40 | 42 | |
41 | 43 |
pkg_setup() { |