public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/
Date: Sun,  1 Jul 2018 04:45:38 +0000 (UTC)	[thread overview]
Message-ID: <1530419576.051ad66cfbc61d38fa061b337f2628dfdfef8ced.radhermit@gentoo> (raw)

commit:     051ad66cfbc61d38fa061b337f2628dfdfef8ced
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  1 04:32:56 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Jul  1 04:32:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051ad66c

media-sound/yoshimi: version bump to 1.5.8.2

 media-sound/yoshimi/Manifest               |  1 +
 media-sound/yoshimi/yoshimi-1.5.8.2.ebuild | 53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/media-sound/yoshimi/Manifest b/media-sound/yoshimi/Manifest
index 477b2cce580..0cd11d6fa01 100644
--- a/media-sound/yoshimi/Manifest
+++ b/media-sound/yoshimi/Manifest
@@ -1,2 +1,3 @@
 DIST yoshimi-1.4.1.tar.bz2 3674539 BLAKE2B a3561f4129b1da137caec4a4bb8a59222ca43c875a6533ce0c74ccff8d499a40cf98a1258f44e1a2f290fdc6f28786ce26772d19489c03590a360825488e5b3c SHA512 2ae98e4cfb0a24f7777a76c971fae9b12244624d18d1dd1cb3142af421be9f55874aac658b666fe29367aa75902895b9ec5a608939ab44b2158bdc5ef7a59499
 DIST yoshimi-1.5.1.1.tar.bz2 4035895 BLAKE2B 4579555c96f68ede8f6b604039f23512a041f879b23155334c6aab891fdb11d4e77b8d7d38ebad98b114d49da5fa815114872ca5cddd7f30fd5d56b5d4178be9 SHA512 f7f47835aceb30ca889ec536f922a30ef3d1e4d306c666c91b984a314781e5245045aab216be3dbdca95250f8e941229db799afd6b5fa079b61e75fd92ee1c28
+DIST yoshimi-1.5.8.2.tar.bz2 7537329 BLAKE2B d26619742f351a48f0457468c5c3f2a85cb04c479a8fe5b88616e4738092875df6e5d27be91d2fca42693e2e32d6c6f4b76308b93d99496dc5fff7d16da1712d SHA512 398fb57c171ee72d160b680cbb3de9db226cd281972a1a518cb52fdae617ba89e72b7d5fd1c6666e4bcd2df2d17789daf46aff2299c103429f07db0c83160d84

diff --git a/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild b/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
new file mode 100644
index 00000000000..a926a1d6d59
--- /dev/null
+++ b/media-sound/yoshimi/yoshimi-1.5.8.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="A software synthesizer based on ZynAddSubFX"
+HOMEPAGE="http://yoshimi.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+lv2"
+
+RDEPEND="
+	>=dev-libs/mini-xml-2.5
+	>=media-libs/alsa-lib-1.0.17
+	media-libs/fontconfig
+	media-libs/libsndfile
+	>=media-sound/jack-audio-connection-kit-0.115.6
+	sci-libs/fftw:3.0
+	sys-libs/ncurses:0=
+	sys-libs/readline:0=
+	sys-libs/zlib
+	x11-libs/cairo[X]
+	x11-libs/fltk:1[opengl]
+	lv2? ( media-libs/lv2 )
+"
+DEPEND="${RDEPEND}
+	dev-libs/boost
+	virtual/pkgconfig
+"
+
+CMAKE_USE_DIR="${WORKDIR}/${P}/src"
+
+src_prepare() {
+	mv Change{l,L}og || die
+	sed -i \
+		-e '/set (CMAKE_CXX_FLAGS_RELEASE/d' \
+		-e "s:lib/lv2:$(get_libdir)/lv2:" \
+		src/CMakeLists.txt || die
+
+	cmake-utils_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DLV2Plugin=$(usex lv2)
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2018-07-01  4:45 UTC|newest]

Thread overview: 86+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-01  4:45 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-19 18:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/yoshimi/ 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
2020-04-01  9:31 Miroslav Šulc
2019-05-08 17:05 Andreas Sturmlechner
2019-01-04 19:31 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=1530419576.051ad66cfbc61d38fa061b337f2628dfdfef8ced.radhermit@gentoo \
    --to=radhermit@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