Diff linuxsampler-2.3.1-r1 with a linuxsampler-9999
| /usr/portage/media-sound/linuxsampler/linuxsampler-9999.ebuild 2025-05-20 18:21:08.095742057 +0300 | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
inherit autotools flag-o-matic |
|
| 6 |
inherit autotools flag-o-matic subversion |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Software audio sampler engine with professional grade features" |
| 9 | 9 |
HOMEPAGE="https://www.linuxsampler.org/" |
| 10 |
SRC_URI="https://download.linuxsampler.org/packages/${P}.tar.bz2"
|
|
| 10 |
ESVN_REPO_URI="https://svn.linuxsampler.org/svn/linuxsampler/trunk" |
|
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ~x86" |
|
| 15 | 14 |
IUSE="alsa doc jack lv2 sf2 sqlite" |
| 16 | 15 |
REQUIRED_USE="|| ( alsa jack )" |
| 17 | 16 | |
| ... | ... | |
| 45 | 44 |
src_prepare() {
|
| 46 | 45 |
default |
| 47 | 46 | |
| 48 |
# Force regeneration of the file to let it build with all bison |
|
| 49 |
# versions, bug #556204 |
|
| 50 |
rm src/network/lscpparser.cpp || die |
|
| 47 |
emake -f Makefile.svn |
|
| 51 | 48 | |
| 52 | 49 |
eautoreconf |
| 53 | 50 |
} |