Diff rtmpdump-2.4_p20210219 with a rtmpdump-9999
/usr/portage/media-video/rtmpdump/rtmpdump-9999.ebuild 2024-07-02 13:51:46.489851521 +0300 | ||
---|---|---|
27 | 27 |
"${FILESDIR}/${PN}-swf_vertification_type_2.patch" |
28 | 28 |
"${FILESDIR}/${PN}-swf_vertification_type_2_part_2.patch" |
29 | 29 |
"${FILESDIR}/${PN}-fix-chunk-size.patch" |
30 |
"${FILESDIR}/${PN}-2.4_p20210219-gcc-11-missing-include.patch" |
|
31 | 30 |
) |
32 | 31 | |
33 | 32 |
if [[ ${PV} == *9999 ]] ; then |
... | ... | |
35 | 34 |
EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git" |
36 | 35 |
inherit git-r3 |
37 | 36 |
else |
38 |
KEYWORDS="amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" |
|
37 |
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" |
|
39 | 38 |
SRC_URI="https://git.ffmpeg.org/gitweb/rtmpdump.git/snapshot/f1b83c10d8beb43fcc70a6e88cf4325499f25857.tar.gz -> ${P}.tar.gz" |
40 | 39 |
S="${WORKDIR}/${PN}-f1b83c1" |
41 | 40 |
fi |
... | ... | |
59 | 58 |
-e 's:OPT:OPTS:' \ |
60 | 59 |
-e 's:CFLAGS=.*:& $(OPT):' librtmp/Makefile \ |
61 | 60 |
|| die "failed to fix Makefile" |
62 |
use ssl && use !gnutls && eapply "${FILESDIR}/${PN}-openssl-1.1-v2.patch" |
|
63 | 61 |
default |
64 | 62 |
multilib_copy_sources |
65 | 63 |
} |