From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/
Date: Sat, 11 Dec 2021 07:46:45 +0000 (UTC) [thread overview]
Message-ID: <1639208795.13b8c58f3d13aa9c0390b5651051724b1f05bb34.fordfrog@gentoo> (raw)
commit: 13b8c58f3d13aa9c0390b5651051724b1f05bb34
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 07:46:35 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 07:46:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b8c58f
media-sound/drumstick: bump to 2.5.0
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/drumstick/Manifest | 1 +
media-sound/drumstick/drumstick-2.5.0.ebuild | 65 ++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-sound/drumstick/Manifest b/media-sound/drumstick/Manifest
index ecd2a80f7e96..16a395bb4353 100644
--- a/media-sound/drumstick/Manifest
+++ b/media-sound/drumstick/Manifest
@@ -1 +1,2 @@
DIST drumstick-2.4.1.tar.gz 2014026 BLAKE2B 4e2765430438505c910919d5a5069b13a63e72083c4a40bd8b406e3463842ccd5ab024f4a0fccbceafe808e3926b3be03e98338afcac4520de978b0f5c950ee8 SHA512 5063201b643cd3e58db4c77521444e7816febb39ceb739309ac63b164b2fc67b6bdec16a98945141d7b41add41d82b2bd2ddf99890f12edb2f86b73e643ac6d6
+DIST drumstick-2.5.0.tar.gz 1914679 BLAKE2B 1b9c12304156577230f22dee5bde068ecdc2a3c0dc7406db4d9d8588788a29e1115330d0f9bab8376e1adb72cbf0ff23f4b72ac66c90e1ee83c8322510cf2a2a SHA512 d2e4438d66307dc8259b1da8455c4f2c9954bc3605836b993ec004fb0ca326189d3c8a706ea86bf4836701b80b24d51e756d46c86f04301d5c1601687d1fa6fc
diff --git a/media-sound/drumstick/drumstick-2.5.0.ebuild b/media-sound/drumstick/drumstick-2.5.0.ebuild
new file mode 100644
index 000000000000..70bc8c734398
--- /dev/null
+++ b/media-sound/drumstick/drumstick-2.5.0.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="Qt/C++ wrapper for ALSA sequencer"
+HOMEPAGE="https://drumstick.sourceforge.io/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fluidsynth network pulseaudio"
+
+RESTRICT="test"
+
+BDEPEND="
+ dev-libs/libxslt
+ dev-qt/linguist-tools:5
+ virtual/pkgconfig
+ x11-misc/shared-mime-info
+ doc? (
+ app-doc/doxygen[dot]
+ app-text/docbook-xsl-stylesheets
+ )
+"
+DEPEND="
+ dev-qt/designer:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ media-libs/alsa-lib
+ fluidsynth? ( media-sound/fluidsynth )
+ network? ( dev-qt/qtnetwork:5 )
+ pulseaudio? ( media-sound/pulseaudio )
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS ChangeLog NEWS readme.md TODO )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=OFF
+ -DUSE_DBUS=ON
+ -DUSE_FLUIDSYNTH=$(usex fluidsynth)
+ -DUSE_NETWORK=$(usex network)
+ -DUSE_PULSEAUDIO=$(usex pulseaudio)
+ -DBUILD_DOCS=$(usex doc)
+ )
+ cmake_src_configure
+}
+
+src_compile() {
+ cmake_src_compile
+ use doc && cmake_src_compile doxygen
+}
+
+src_install() {
+ use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
+ cmake_src_install
+}
next reply other threads:[~2021-12-11 7:46 UTC|newest]
Thread overview: 80+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-11 7:46 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-28 23:35 [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ Jakov Smolić
2025-01-28 23:35 Jakov Smolić
2024-12-29 17:49 Miroslav Šulc
2024-11-09 15:46 Andreas Sturmlechner
2024-11-04 9:27 Miroslav Šulc
2024-11-04 9:13 Miroslav Šulc
2024-11-03 20:58 Andreas Sturmlechner
2024-11-03 20:36 Andreas Sturmlechner
2024-11-02 12:50 Arthur Zamarin
2024-11-02 10:23 Arthur Zamarin
2024-10-02 17:54 Andreas Sturmlechner
2024-04-20 13:16 Andreas Sturmlechner
2023-05-29 17:28 Andreas Sturmlechner
2022-06-22 3:55 Miroslav Šulc
2022-06-21 7:38 Agostino Sarubbo
2022-06-21 7:35 Agostino Sarubbo
2022-05-21 6:30 Miroslav Šulc
2022-05-05 10:10 Miroslav Šulc
2022-05-05 9:54 Jakov Smolić
2022-04-05 5:22 Miroslav Šulc
2022-03-21 7:52 Miroslav Šulc
2022-03-21 7:50 Agostino Sarubbo
2022-03-15 9:38 Jakov Smolić
2022-02-09 10:40 Miroslav Šulc
2022-01-11 8:38 Miroslav Šulc
2022-01-10 11:23 Jakov Smolić
2022-01-10 9:25 Jakov Smolić
2021-11-26 7:31 Miroslav Šulc
2021-11-26 5:47 Sam James
2021-11-25 20:07 Sam James
2021-10-26 7:20 Miroslav Šulc
2021-10-24 16:59 Miroslav Šulc
2021-10-24 16:53 Agostino Sarubbo
2021-10-23 13:51 Sam James
2021-09-22 21:59 Andreas Sturmlechner
2021-08-29 18:54 Miroslav Šulc
2021-08-29 17:57 Sam James
2021-08-29 17:57 Sam James
2021-08-05 19:18 Miroslav Šulc
2021-08-01 23:49 Sam James
2021-07-30 4:52 Miroslav Šulc
2021-07-03 5:02 Miroslav Šulc
2021-07-03 1:30 Sam James
2021-07-03 1:28 Sam James
2021-06-30 7:39 Miroslav Šulc
2021-06-12 9:46 Miroslav Šulc
2021-06-12 1:18 Sam James
2021-06-12 1:18 Sam James
2021-06-01 7:26 Miroslav Šulc
2021-05-12 5:56 Miroslav Šulc
2021-05-08 18:45 Miroslav Šulc
2021-05-07 13:29 Sam James
2021-04-06 12:07 Andreas Sturmlechner
2021-04-06 12:07 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-01-30 16:36 Andreas Sturmlechner
2021-01-30 14:30 Sam James
2021-01-27 4:14 Sam James
2021-01-02 20:31 Andreas Sturmlechner
2020-03-01 22:02 Andreas Sturmlechner
2019-11-14 15:41 Agostino Sarubbo
2019-11-14 12:30 Agostino Sarubbo
2019-09-12 21:58 Andreas Sturmlechner
2019-04-08 21:15 Andreas Sturmlechner
2019-04-08 15:11 Aaron Bauman
2019-03-16 21:39 Agostino Sarubbo
2019-03-10 22:46 Andreas Sturmlechner
2019-03-10 22:46 Andreas Sturmlechner
2018-04-20 19:45 David Seifert
2018-03-27 16:50 Johannes Huber
2018-01-12 10:39 Michael Palimaka
2016-12-29 11:43 Michael Palimaka
2016-12-23 10:11 Johannes Huber
2016-09-28 14:17 Michael Palimaka
2016-06-22 12:57 Michael Palimaka
2016-04-12 19:45 Johannes Huber
2016-03-24 19:51 Michael Palimaka
2016-01-22 13:32 Michael Palimaka
2015-08-24 16:42 Alexis Ballier
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=1639208795.13b8c58f3d13aa9c0390b5651051724b1f05bb34.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