public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/
Date: Tue, 27 Mar 2018 16:50:35 +0000 (UTC)	[thread overview]
Message-ID: <1522169428.e882c0d1a361cf0964146161be96d2d25e7749d5.johu@gentoo> (raw)

commit:     e882c0d1a361cf0964146161be96d2d25e7749d5
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 16:38:34 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 16:50:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e882c0d1

media-sound/drumstick: Version bump 1.1.1

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/drumstick/Manifest               |  1 +
 media-sound/drumstick/drumstick-1.1.1.ebuild | 94 ++++++++++++++++++++++++++++
 2 files changed, 95 insertions(+)

diff --git a/media-sound/drumstick/Manifest b/media-sound/drumstick/Manifest
index a502991da50..5155e046682 100644
--- a/media-sound/drumstick/Manifest
+++ b/media-sound/drumstick/Manifest
@@ -1 +1,2 @@
 DIST drumstick-1.1.0.tar.bz2 1012405 BLAKE2B ad1e4990cbf4954eadf8c7ae602234852e77abcf534e14090a6e158e9032288fcce6c39b742c40ac9b8c7967dbfcd04578b871088f61ce411de9c910c79e1fbb SHA512 1099b80e1d2819a8343e877742c5f01c114419b2c63a965717bcff2c220aa218f40ac3860cf9496d3586663e73a6c2c7b62aee74c51229578a5ae3044da208da
+DIST drumstick-1.1.1.tar.bz2 1011275 BLAKE2B dff36487a1cf79512150638c793c471fb410c3563184e9acdbd9d441c53596a0bc611d4ebef2b4dc0214c0fef5324443fe0dfe4158f45521762abf4e838cf716 SHA512 f3278be71b1850bbe742ff46b65a656443a1d655c5bcc1e289d92492db985ab185ed140b88ca68f37235c07926be5b82cfe97ae2f95ca7e3a7f48a7c95c61654

diff --git a/media-sound/drumstick/drumstick-1.1.1.ebuild b/media-sound/drumstick/drumstick-1.1.1.ebuild
new file mode 100644
index 00000000000..dec23c6a8c8
--- /dev/null
+++ b/media-sound/drumstick/drumstick-1.1.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils xdg-utils gnome2-utils
+
+DESCRIPTION="Qt/C++ wrapper for ALSA sequencer"
+HOMEPAGE="http://drumstick.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc fluidsynth pulseaudio"
+
+RESTRICT="test"
+
+RDEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtsvg:5
+	dev-qt/qtwidgets:5
+	media-libs/alsa-lib
+	fluidsynth? ( media-sound/fluidsynth )
+	pulseaudio? ( media-sound/pulseaudio )
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	x11-misc/shared-mime-info
+	doc? (
+		app-doc/doxygen
+		app-text/docbook-xsl-stylesheets
+		dev-libs/libxslt
+	)
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_prepare() {
+	cmake-utils_src_prepare
+
+	if ! use fluidsynth ; then
+		sed -i -e "/pkg_check_modules(FLUIDSYNTH/d" \
+			library/rt/CMakeLists.txt \
+			library/rt-backends/CMakeLists.txt \
+			utils/vpiano/CMakeLists.txt || die
+	fi
+
+	if ! use pulseaudio ; then
+		sed -i -e "/pkg_check_modules(PULSE/d" CMakeLists.txt || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=OFF
+		$(cmake-utils_use_find_package doc Doxygen)
+	)
+
+	cmake-utils_src_configure
+}
+
+src_compile() {
+	cmake-utils_src_compile
+
+	use doc && cmake-utils_src_compile doxygen
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	if use doc ; then
+		dodoc -r "${BUILD_DIR}"/doc/html
+	fi
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_desktop_database_update
+	xdg_mimeinfo_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2018-03-27 16:50 UTC|newest]

Thread overview: 77+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 16:50 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09 15:46 [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ 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-12-11  7:46 Miroslav Šulc
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-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=1522169428.e882c0d1a361cf0964146161be96d2d25e7749d5.johu@gentoo \
    --to=johu@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