Diff guitarix-0.44.1 with a guitarix-9999
/usr/portage/media-sound/guitarix/guitarix-9999.ebuild 2023-10-09 14:52:31.780368408 +0300 | ||
---|---|---|
6 | 6 |
PYTHON_COMPAT=( python3_{9..11} ) |
7 | 7 |
PYTHON_REQ_USE='threads(+)' |
8 | 8 | |
9 |
inherit python-any-r1 waf-utils xdg |
|
9 |
EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git" |
|
10 |
EGIT_OVERRIDE_BRANCH_ENYOJS_BOOTPLATE="master" |
|
11 | ||
12 |
inherit python-any-r1 waf-utils xdg git-r3 |
|
10 | 13 | |
11 | 14 |
DESCRIPTION="Virtual guitar amplifier for Linux" |
12 | 15 |
HOMEPAGE="https://guitarix.org/" |
13 |
SRC_URI="https://github.com/brummer10/${PN}/releases/download/V${PV}/guitarix2-${PV}.tar.xz" |
|
16 |
EGIT_REPO_URI="https://github.com/brummer10/${PN}.git" |
|
17 |
S="${WORKDIR}/${P}/trunk" |
|
14 | 18 | |
15 | 19 |
LICENSE="GPL-2" |
16 | 20 |
SLOT="0" |
17 |
KEYWORDS="amd64" |
|
21 |
KEYWORDS="" |
|
18 | 22 |
IUSE="bluetooth debug lv2 nls nsm +standalone zeroconf" |
19 | 23 |
REQUIRED_USE="|| ( lv2 standalone )" |
20 | 24 | |
... | ... | |
61 | 65 | |
62 | 66 |
DOCS=( changelog README ) |
63 | 67 | |
64 |
PATCHES=( |
|
65 |
"${FILESDIR}"/${PN}-0.41.0-nostrip.patch |
|
66 |
"${FILESDIR}"/${PN}-0.41.0-py3.11.patch |
|
67 |
"${FILESDIR}"/${PN}-0.44.1-zita-resampler-1.10.patch |
|
68 |
"${FILESDIR}"/${P}-gcc-13.patch |
|
69 |
) |
|
70 | ||
71 | 68 |
src_configure() { |
72 | 69 |
local myconf=( |
73 | 70 |
--cxxflags-debug="" |