public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/
Date: Mon, 24 Aug 2015 16:42:47 +0000 (UTC)	[thread overview]
Message-ID: <1440434556.13c44431652c1388bc7e06a288f16e3c88f32930.aballier@gentoo> (raw)

commit:     13c44431652c1388bc7e06a288f16e3c88f32930
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 16:42:29 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 16:42:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c44431

media-sound/drumstick: bump to 1.0.1

Package-Manager: portage-2.2.20.1

 media-sound/drumstick/Manifest               |  1 +
 media-sound/drumstick/drumstick-1.0.1.ebuild | 75 ++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

diff --git a/media-sound/drumstick/Manifest b/media-sound/drumstick/Manifest
index 0e64de0..446d792 100644
--- a/media-sound/drumstick/Manifest
+++ b/media-sound/drumstick/Manifest
@@ -1,2 +1,3 @@
 DIST drumstick-0.5.0.tar.bz2 200914 SHA256 5a12bcf2a26dac7f2a5c9507c662c4c85556881c64bb55365dceb437cf3652cd SHA512 12078dbeae7166da210ccbbaee9d55b4c9e233fd317de72c20482466cd29987c976290efecd29cc28a5be6ed7e3b9fe95ddf1081d75222d9cf9d6aef13080a21 WHIRLPOOL 6d7b35259280aacf0ec414868068f136c39bb8e488848d110739481cbf6bb874cb46c95b98bc8f541185816ff81819494716e2706d9e6a59519bdc2e9520a425
 DIST drumstick-1.0.0.tar.bz2 231036 SHA256 c10520e34524c904a24b7f93cddcdcb95eec3cd2f358d96be8dfc809df062b99 SHA512 631ea32ab1a611266c650d6e9c4be564556f9c965c85a600097bbe909d594f601c917ff9fb46af444a0907472dd522e61bca6d4111ad6b1beec06ae267c5e33a WHIRLPOOL 9fbdc310326b8ae6ab468182d9c6dad07b2961fbfa4a53ad611f0a4a2f51ccf03ddd28f19a9731181e3b94387245706ea1d40950c6c99e311a9dcdd4e845cebb
+DIST drumstick-1.0.1.tar.bz2 233551 SHA256 bbe190dc9e2af52b8c5cd4453c7d0346835e66ec2ca49f0ad2188b55508faf57 SHA512 d1d3fd3d4d460d8c53dbd73dd449bd049f6baac653b6eaac8800d7a615881e5ef29877c82fb5e162f2612c004e2c70236206476ff4fe505fd20497f737ac1ab0 WHIRLPOOL 894b1f2379cee7b13ed3f6f8e9e5742ba9d682bdb1b6e4ef6b8e001c89b0bdaf5dc78079e6ec8018c6f39126ffe861ada35d8868fb2be89b86ee1cd9f12b6a77

diff --git a/media-sound/drumstick/drumstick-1.0.1.ebuild b/media-sound/drumstick/drumstick-1.0.1.ebuild
new file mode 100644
index 0000000..0895566
--- /dev/null
+++ b/media-sound/drumstick/drumstick-1.0.1.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils fdo-mime gnome2-utils
+
+DESCRIPTION="Qt4/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"
+
+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
+	x11-misc/shared-mime-info
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? (
+		app-doc/doxygen
+		app-text/docbook-xsl-stylesheets
+		dev-libs/libxslt
+	)
+"
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_configure() {
+	local mycmakeargs=(
+		$(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() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+	fdo-mime_mime_database_update
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2015-08-24 16:42 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-24 16:42 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-22 13:32 [gentoo-commits] repo/gentoo:master commit in: media-sound/drumstick/ Michael Palimaka
2016-03-24 19:51 Michael Palimaka
2016-04-12 19:45 Johannes Huber
2016-06-22 12:57 Michael Palimaka
2016-09-28 14:17 Michael Palimaka
2016-12-23 10:11 Johannes Huber
2016-12-29 11:43 Michael Palimaka
2018-01-12 10:39 Michael Palimaka
2018-03-27 16:50 Johannes Huber
2018-04-20 19:45 David Seifert
2019-03-10 22:46 Andreas Sturmlechner
2019-03-10 22:46 Andreas Sturmlechner
2019-03-16 21:39 Agostino Sarubbo
2019-04-08 15:11 Aaron Bauman
2019-04-08 21:15 Andreas Sturmlechner
2019-09-12 21:58 Andreas Sturmlechner
2019-11-14 12:30 Agostino Sarubbo
2019-11-14 15:41 Agostino Sarubbo
2020-03-01 22:02 Andreas Sturmlechner
2021-01-02 20:31 Andreas Sturmlechner
2021-01-27  4:14 Sam James
2021-01-30 14:30 Sam James
2021-01-30 16:36 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-04-06 12:07 Andreas Sturmlechner
2021-04-06 12:07 Andreas Sturmlechner
2021-05-07 13:29 Sam James
2021-05-08 18:45 Miroslav Šulc
2021-05-12  5:56 Miroslav Šulc
2021-06-01  7:26 Miroslav Šulc
2021-06-12  1:18 Sam James
2021-06-12  1:18 Sam James
2021-06-12  9:46 Miroslav Šulc
2021-06-30  7:39 Miroslav Šulc
2021-07-03  1:28 Sam James
2021-07-03  1:30 Sam James
2021-07-03  5:02 Miroslav Šulc
2021-07-30  4:52 Miroslav Šulc
2021-08-01 23:49 Sam James
2021-08-05 19:18 Miroslav Šulc
2021-08-29 17:57 Sam James
2021-08-29 17:57 Sam James
2021-08-29 18:54 Miroslav Šulc
2021-09-22 21:59 Andreas Sturmlechner
2021-10-23 13:51 Sam James
2021-10-24 16:53 Agostino Sarubbo
2021-10-24 16:59 Miroslav Šulc
2021-10-26  7:20 Miroslav Šulc
2021-11-25 20:07 Sam James
2021-11-26  5:47 Sam James
2021-11-26  7:31 Miroslav Šulc
2021-12-11  7:46 Miroslav Šulc
2022-01-10  9:25 Jakov Smolić
2022-01-10 11:23 Jakov Smolić
2022-01-11  8:38 Miroslav Šulc
2022-02-09 10:40 Miroslav Šulc
2022-03-15  9:38 Jakov Smolić
2022-03-21  7:50 Agostino Sarubbo
2022-03-21  7:52 Miroslav Šulc
2022-04-05  5:22 Miroslav Šulc
2022-05-05  9:54 Jakov Smolić
2022-05-05 10:10 Miroslav Šulc
2022-05-21  6:30 Miroslav Šulc
2022-06-21  7:35 Agostino Sarubbo
2022-06-21  7:38 Agostino Sarubbo
2022-06-22  3:55 Miroslav Šulc
2023-05-29 17:28 Andreas Sturmlechner
2024-04-20 13:16 Andreas Sturmlechner
2024-10-02 17:54 Andreas Sturmlechner

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=1440434556.13c44431652c1388bc7e06a288f16e3c88f32930.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