From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/
Date: Tue, 30 Aug 2016 12:49:06 +0000 (UTC) [thread overview]
Message-ID: <1472561341.214da14dbabbac52d7421c914f0210dbaf9ebc9c.aballier@gentoo> (raw)
commit: 214da14dbabbac52d7421c914f0210dbaf9ebc9c
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 12:48:52 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 12:49:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214da14d
media-sound/qsampler: bump to 0.4.0; bug #592264
Package-Manager: portage-2.3.0
media-sound/qsampler/Manifest | 1 +
media-sound/qsampler/qsampler-0.4.0.ebuild | 41 ++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index f7f5edd..3d9124e 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1,2 +1,3 @@
DIST qsampler-0.2.2.2345.tar.xz 184892 SHA256 4afaf245b5c7b15ecbf447a26c4930dc5e69c8e70397fa20a54a7a2bdf7b778a SHA512 314bc99bb30b8bed48cfccb80a03b453d09bd975e7e9db35bba8f5d12741e3d8eb8acbae00712a355c979c62a8c5212f2000cee5ed639952c8860079ab134c2d WHIRLPOOL 36fdc78074d7f16114a9d4ca3f6c31e3d87deb94edbcd4dff4b4a0a93fcfa97c8feaadc612d4684c55f30f2fd6c0ce2a5b3edfab62970d6fbb9c352e2ccd9d78
DIST qsampler-0.3.1.tar.bz2 194592 SHA256 8d9b6f757a49ba2eb8aab545e59036c717cf418368ac5b51b03294420b90b77e SHA512 86adced277f7ee950bab16ff063c2a95f6ee0a111b43f4b10ada978db284a3a408217bdaaafb3d9f0f0c6c24d2b98c66d891b1e42dcf8ca470c282acb4eb759c WHIRLPOOL 80414e9afa69e1926ca0badf98b3f2ddf131fc0674e59f8e10253988c74e74b8f58796b55f8cc69c98766bbdd2b6fad8ce8f00ad1fae00bb3e67651ed617a078
+DIST qsampler-0.4.0.tar.gz 243065 SHA256 4f45e80dca00593ad7d9703125e300f98a6f4dce5216985b07f26f3f76ba80e4 SHA512 42c235396cf68bd811fa251fd6f112a835ce1769130823163fa1a0e517431922b941aa56bc88f22890e6d6326b38765a2f3ced8e67a78d3420600f85e827d467 WHIRLPOOL 330769bd6615ec9a909914e1f3559f5999bbfa9e3d9de85432c12656459e5956a2ea547737b7ef72d8545d2b91da710289ce83e2cff6a9fdd5aee28a5e208818
diff --git a/media-sound/qsampler/qsampler-0.4.0.ebuild b/media-sound/qsampler/qsampler-0.4.0.ebuild
new file mode 100644
index 00000000..8f2225b
--- /dev/null
+++ b/media-sound/qsampler/qsampler-0.4.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils qmake-utils
+
+DESCRIPTION="A graphical frontend to the LinuxSampler engine"
+HOMEPAGE="http://www.linuxsampler.org/"
+SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +libgig"
+
+DEPEND="media-libs/alsa-lib
+ >=media-libs/liblscp-0.5.6:=
+ x11-libs/libX11
+ libgig? ( >=media-libs/libgig-3.3.0:= )
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5"
+RDEPEND="${DEPEND}
+ >=media-sound/linuxsampler-0.5"
+DEPEND="${DEPEND}
+ dev-qt/linguist-tools:5"
+
+src_configure() {
+ ac_qmake="$(qt5_get_bindir)/qmake" \
+ econf $(use_enable debug) \
+ $(use_enable libgig) \
+ --disable-qt4 \
+ --enable-qt5
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc AUTHORS ChangeLog README TODO TRANSLATORS
+ doman ${PN}.1
+}
next reply other threads:[~2016-08-30 12:49 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-30 12:49 Alexis Ballier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-20 10:07 [gentoo-commits] repo/gentoo:master commit in: media-sound/qsampler/ Miroslav Šulc
2024-07-19 15:43 Arthur Zamarin
2024-06-24 7:19 Miroslav Šulc
2024-06-19 11:24 Sam James
2024-06-19 8:36 Miroslav Šulc
2024-06-02 9:14 Miroslav Šulc
2024-05-31 14:14 Arthur Zamarin
2024-05-20 9:17 Miroslav Šulc
2024-04-20 8:01 Miroslav Šulc
2024-02-27 10:49 Miroslav Šulc
2024-02-24 15:26 Arthur Zamarin
2024-01-24 9:42 Miroslav Šulc
2024-01-04 10:13 Miroslav Šulc
2024-01-04 10:13 Miroslav Šulc
2023-09-11 7:35 Miroslav Šulc
2023-08-13 6:56 Miroslav Šulc
2023-08-12 7:52 Arthur Zamarin
2023-07-03 8:43 Miroslav Šulc
2023-07-03 8:23 Miroslav Šulc
2023-06-02 6:52 Miroslav Šulc
2023-05-06 5:07 Miroslav Šulc
2023-05-05 16:04 Arthur Zamarin
2023-04-01 5:25 Miroslav Šulc
2023-03-31 11:40 Arthur Zamarin
2023-03-27 10:51 Miroslav Šulc
2023-03-27 10:51 Miroslav Šulc
2022-12-29 8:39 Miroslav Šulc
2022-12-25 22:17 Andreas Sturmlechner
2022-11-14 15:24 Alexis Ballier
2022-05-08 6:21 Miroslav Šulc
2022-05-08 4:10 Sam James
2022-04-05 5:27 Miroslav Šulc
2022-02-11 13:21 Miroslav Šulc
2022-02-11 12:25 Sam James
2022-01-11 8:54 Miroslav Šulc
2021-12-06 9:38 Miroslav Šulc
2021-12-06 9:12 Miroslav Šulc
2021-08-07 14:47 Miroslav Šulc
2021-08-07 14:43 Sam James
2021-07-06 4:39 Miroslav Šulc
2021-06-12 9:49 Miroslav Šulc
2021-06-12 1:18 Sam James
2021-05-29 16:08 Miroslav Šulc
2021-05-29 15:23 Sam James
2021-05-12 5:50 Miroslav Šulc
2021-04-27 18:05 Miroslav Šulc
2021-03-08 8:17 Miroslav Šulc
2021-03-07 19:46 Sam James
2021-02-15 9:03 Sam James
2020-12-20 17:48 Sam James
2020-08-22 16:06 Andreas Sturmlechner
2019-12-26 10:06 Miroslav Šulc
2019-12-16 12:21 Agostino Sarubbo
2019-12-13 12:41 Miroslav Šulc
2019-12-13 11:47 Miroslav Šulc
2019-12-13 11:27 Miroslav Šulc
2019-11-13 14:58 Miroslav Šulc
2018-12-16 23:53 Andreas Sturmlechner
2017-05-09 7:14 Alexis Ballier
2016-11-15 9:09 Alexis Ballier
2016-09-26 15:03 Alexis Ballier
2016-09-26 15:03 Alexis Ballier
2016-09-15 11:29 Alexis Ballier
2016-09-15 11:28 Alexis Ballier
2016-04-23 13:18 Davide Pesavento
2015-08-12 9:31 Ben de Groot
2015-08-12 9:31 Ben de Groot
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=1472561341.214da14dbabbac52d7421c914f0210dbaf9ebc9c.aballier@gentoo \
--to=aballier@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