diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-04 17:43:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-09-04 17:43:37 +0000 |
| commit | b7eb44b170f5609d70aa164cd9eab8827696b57c (patch) | |
| tree | 5be82decff10567db7f9673dd76058193640404a /media-libs/fluidsynth-dssi | |
| parent | b4403a0f466e2d2b5346b23ef7fd335e5f3b45ee (diff) | |
| download | baldeagleos-repo-b7eb44b170f5609d70aa164cd9eab8827696b57c.tar.gz baldeagleos-repo-b7eb44b170f5609d70aa164cd9eab8827696b57c.tar.xz baldeagleos-repo-b7eb44b170f5609d70aa164cd9eab8827696b57c.zip | |
Adding metadata
Diffstat (limited to 'media-libs/fluidsynth-dssi')
| -rw-r--r-- | media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r2.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r2.ebuild b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r2.ebuild new file mode 100644 index 000000000000..9625b90cad74 --- /dev/null +++ b/media-libs/fluidsynth-dssi/fluidsynth-dssi-1.0.0-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="DSSI Soft Synth Interface" +HOMEPAGE="https://dssi.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/dssi/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +BDEPEND="virtual/pkgconfig" +DEPEND=" + media-libs/dssi + media-libs/liblo + media-sound/fluidsynth:= + x11-libs/gtk+:2 +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${PV}-fluidsynth2.patch" +) + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} |
