From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/
Date: Wed, 1 Apr 2020 09:31:49 +0000 (UTC) [thread overview]
Message-ID: <1585733497.406bfe9ef0c8e7ab1d95f586af8ac7dd57cc6c64.fordfrog@gentoo> (raw)
commit: 406bfe9ef0c8e7ab1d95f586af8ac7dd57cc6c64
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 28 02:27:26 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 1 09:31:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406bfe9e
media-sound/yoshimi: bumped to the latest with ebuild changes
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/yoshimi/Manifest | 1 +
media-sound/yoshimi/metadata.xml | 28 ++++++++++++++++
media-sound/yoshimi/yoshimi-1.7.0.1.ebuild | 51 ++++++++++++++++++++++++++++++
3 files changed, 80 insertions(+)
diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 5677960a65f..5bffa8e4cbc 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1 +1,2 @@
DIST yoshimi-1.5.10.2.tar.gz 9668476 BLAKE2B 1b443a51e952123abaf54b992902113533461064f2fc99032ac89f28a25ba4687176a97013ea118283e8ca2b7d92f44c105380e3d6cecb66560db7a0a8ef6532 SHA512 a39ba123f304e43d70833648ce224733794cb43c160fd2e6cf29bb4a782bea355c4bbfa1c33bf20c98a8c1f5d049788154aaf906a3daa56f288719a0b019139c
+DIST yoshimi-1.7.0.1.tar.gz 9987526 BLAKE2B e1793b0515fce39a62288f61fda0028c1683080c276b451f2cc67edd617ed2d25d408d3571ac56e8a7d6a4fd537719ba517b4faef969810520fc8af3aee013de SHA512 d403ca3f54a0c8eb27a1f4ea3bf90ab0fd8041b864259c94b0970b24b50b79fc84ea623af2981a1b00e65ebdd3f9ceeb0b5f04c64f62e5694aa55b31bb8390ce
diff --git a/media-sound/yoshimi/metadata.xml b/media-sound/yoshimi/metadata.xml
index 1b622256a8d..5d989b37764 100644
--- a/media-sound/yoshimi/metadata.xml
+++ b/media-sound/yoshimi/metadata.xml
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <maintainer type="person">
+ <email>denis7774@gmail.com</email>
+ <name>Reva Denis aka RarogCmex</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<maintainer type="project">
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
@@ -11,4 +19,24 @@
<upstream>
<remote-id type="github">Yoshimi/yoshimi</remote-id>
</upstream>
+ <longdescription>
+ Yoshimi is a software audio synthesizer, originally forked from ZynAddSubFX
+ Features
+ Three separate engines
+ each with distinctive characteristics, can be used together or individually
+ Sixteen engine kits for the ultimate in multi-layering of engines, or for synthesized drum kits
+ Vector Control
+ manage up to four independent sounds on any channel with faders or an X/Y midi joystick
+ Solo
+ step through up to 16 sounds seamlessly while playing in real time (including vector sounds)
+ Microtonal Tuning
+ Scala-compatible scales and keymaps
+ Extensive Midi-Learn
+ capture almost all internal controls and many switches with ordinary 7-bit values, or NRPNs, or even 7-bit NRPNs, then edit the responses
+ Command Line Access
+ headless operation and high accessibility, for those with sight- or motor control issues
+ Rich variations of tone and timbre
+ Yoshimi provides the means to ensure no two notes are ever identical - just like in the real world.
+ And much more...
+ </longdescription>
</pkgmetadata>
diff --git a/media-sound/yoshimi/yoshimi-1.7.0.1.ebuild b/media-sound/yoshimi/yoshimi-1.7.0.1.ebuild
new file mode 100644
index 00000000000..0f180a38a2f
--- /dev/null
+++ b/media-sound/yoshimi/yoshimi-1.7.0.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils xdg flag-o-matic
+
+DESCRIPTION="Software synthesizer based on ZynAddSubFX"
+HOMEPAGE="https://yoshimi.github.io/"
+SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+lv2"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+ >=dev-libs/mxml-3.1
+ media-libs/alsa-lib
+ media-libs/fontconfig
+ media-libs/libsndfile
+ sci-libs/fftw:3.0=
+ sys-libs/ncurses:0=
+ sys-libs/readline:0=
+ sys-libs/zlib
+ virtual/jack
+ x11-libs/cairo[X]
+ x11-libs/fltk:1[opengl]
+ lv2? ( media-libs/lv2 )
+"
+RDEPEND="${DEPEND}"
+
+CMAKE_USE_DIR="${WORKDIR}/${P}/src"
+
+DOCS=( Changelog README.txt )
+
+src_prepare() {
+ cmake-utils_src_prepare
+ append-cxxflags -lpthread
+ append-cppflags -lpthread
+}
+
+src_configure() {
+ local mycmakeargs=( -DLV2Plugin=$(usex lv2) )
+ cmake-utils_src_configure
+}
+src_install() {
+ cmake-utils_src_install
+ mv ${D}/usr/share/doc/yoshimi ${D}/usr/share/doc/${P}
+}
next reply other threads:[~2020-04-01 9:31 UTC|newest]
Thread overview: 92+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-01 9:31 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-26 11:58 [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/ Miroslav Šulc
2025-09-26 6:26 Arthur Zamarin
2025-09-26 6:26 Arthur Zamarin
2025-07-17 15:00 Miroslav Šulc
2025-06-14 14:09 Miroslav Šulc
2025-06-14 9:36 Sam James
2025-04-19 18:04 Miroslav Šulc
2025-01-27 16:57 Miroslav Šulc
2025-01-26 8:56 Sam James
2025-01-26 8:56 Sam James
2025-01-26 8:20 Miroslav Šulc
2024-12-06 9:26 Miroslav Šulc
2024-10-28 6:25 Miroslav Šulc
2024-10-27 21:06 Sam James
2024-10-27 21:06 Sam James
2024-09-26 7:47 Miroslav Šulc
2024-09-24 7:46 Miroslav Šulc
2024-04-18 19:48 Conrad Kostecki
2024-03-27 8:35 Miroslav Šulc
2024-03-25 9:21 Sam James
2024-03-25 9:21 Sam James
2024-02-22 13:52 Miroslav Šulc
2024-01-05 10:42 Miroslav Šulc
2024-01-04 18:11 Arthur Zamarin
2024-01-04 18:11 Arthur Zamarin
2023-12-04 9:39 Miroslav Šulc
2023-12-01 18:33 Miroslav Šulc
2023-07-01 9:02 Arthur Zamarin
2023-07-01 9:02 Arthur Zamarin
2023-06-01 7:08 Miroslav Šulc
2023-03-20 6:56 Miroslav Šulc
2023-03-19 18:57 Sam James
2023-03-19 18:52 Arthur Zamarin
2023-02-16 9:48 Miroslav Šulc
2022-10-16 4:53 Miroslav Šulc
2022-10-14 19:04 Sam James
2022-10-14 19:04 Sam James
2022-09-13 3:33 Miroslav Šulc
2022-09-07 3:46 Miroslav Šulc
2022-08-28 5:25 Miroslav Šulc
2022-08-27 6:18 Sam James
2022-08-27 6:18 Sam James
2022-07-27 5:09 Miroslav Šulc
2022-06-22 3:56 Miroslav Šulc
2022-06-21 7:38 Agostino Sarubbo
2022-06-21 7:35 Agostino Sarubbo
2022-05-21 6:28 Miroslav Šulc
2022-01-04 9:45 Miroslav Šulc
2022-01-04 8:40 Jakov Smolić
2022-01-04 8:40 Jakov Smolić
2021-12-05 7:50 Miroslav Šulc
2021-12-04 8:57 Miroslav Šulc
2021-12-03 9:54 Miroslav Šulc
2021-11-12 12:32 Miroslav Šulc
2021-11-12 12:26 Jakov Smolić
2021-11-12 9:17 Jakov Smolić
2021-10-13 5:55 Miroslav Šulc
2021-10-12 6:56 Miroslav Šulc
2021-09-27 10:47 Miroslav Šulc
2021-09-27 6:55 Agostino Sarubbo
2021-09-25 23:46 Sam James
2021-09-25 6:59 Miroslav Šulc
2021-08-25 6:08 Miroslav Šulc
2021-07-12 4:24 Miroslav Šulc
2021-07-11 20:51 Sam James
2021-07-11 8:58 Agostino Sarubbo
2021-06-19 8:24 Miroslav Šulc
2021-06-09 7:30 Miroslav Šulc
2020-10-13 9:26 Agostino Sarubbo
2020-10-12 13:04 Agostino Sarubbo
2020-08-30 8:18 Joonas Niilola
2020-08-22 16:06 Andreas Sturmlechner
2020-06-04 7:29 Miroslav Šulc
2020-06-03 15:21 Agostino Sarubbo
2020-06-03 15:10 Agostino Sarubbo
2020-05-01 17:48 Agostino Sarubbo
2020-05-01 17:42 Agostino Sarubbo
2020-05-01 7:10 Miroslav Šulc
2020-04-01 9:31 Miroslav Šulc
2020-04-01 9:31 Miroslav Šulc
2020-04-01 9:31 Miroslav Šulc
2019-05-08 17:05 Andreas Sturmlechner
2019-01-04 19:31 Tim Harder
2018-07-01 4:45 Tim Harder
2017-04-23 11:11 Alexis Ballier
2016-12-09 8:10 Tim Harder
2016-10-30 23:30 Tim Harder
2016-05-23 0:53 Tim Harder
2016-01-26 12:33 David Seifert
2015-08-27 7:53 Tim Harder
2015-08-27 7:53 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585733497.406bfe9ef0c8e7ab1d95f586af8ac7dd57cc6c64.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox