Сравнение lsp-plugins-1.2.3-r1 с lsp-plugins-1.2.6
| /usr/portage/media-libs/lsp-plugins/lsp-plugins-1.2.6.ebuild 2024-07-02 13:51:46.441851520 +0300 | ||
|---|---|---|
| 14 | 14 |
EGIT_BRANCH="devel" |
| 15 | 15 |
else |
| 16 | 16 |
SRC_URI="https://github.com/sadko4u/${PN}/releases/download/${PV}/${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
|
| 17 |
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" |
|
| 17 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" |
|
| 18 | 18 |
S="${WORKDIR}/${PN}"
|
| 19 | 19 |
fi |
| 20 | 20 | |
| ... | ... | |
| 54 | 54 |
" |
| 55 | 55 |
RDEPEND="${DEPEND}"
|
| 56 | 56 | |
| 57 |
PATCHES=( |
|
| 58 |
"${FILESDIR}"/${P}-fix-double-buffering.patch
|
|
| 59 |
) |
|
| 60 | ||
| 61 | 57 |
src_configure() {
|
| 62 | 58 |
# -Werror=odr |
| 63 | 59 |
# https://bugs.gentoo.org/875833 |