Diff gpac-2.2.1-r1 with a gpac-9999
/usr/portage/media-video/gpac/gpac-9999.ebuild 2023-10-09 14:52:31.820368409 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 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=7 |
... | ... | |
8 | 8 |
EGIT_REPO_URI="https://github.com/gpac/gpac" |
9 | 9 |
else |
10 | 10 |
SRC_URI="https://github.com/gpac/gpac/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 |
KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc x86" |
|
11 |
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |
|
12 | 12 |
fi |
13 | 13 | |
14 | 14 |
inherit toolchain-funcs ${SCM} xdg |
... | ... | |
65 | 65 |
PATCHES=( |
66 | 66 |
"${FILESDIR}/${PN}-2.2.0-configure.patch" |
67 | 67 |
"${FILESDIR}/${PN}-2.2.0-ffmpeg6.patch" |
68 |
"${FILESDIR}/${PN}-2.2.0-ffmpeg6-deux.patch" |
|
69 |
"${FILESDIR}/${P}-fix-bigendian.patch" # bug 911634 |
|
70 | 68 |
) |
71 | 69 | |
72 | 70 |
DOCS=( |