Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: drumstick-1.1.2
Date: Tue, 03 Sep 2019 10:17:38 +0200	[thread overview]
Message-ID: <20190903081738.Ecih4Gxwz5_IBgKUoCtIgZuh4-RHNGEVj1sEDOVqPDk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14113@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 330 bytes --]

There is an updated pull request by mamins1376 against master on the void-packages repository

https://github.com/mamins1376/void-packages new/drumstick
https://github.com/void-linux/void-packages/pull/14113

New package: drumstick-1.1.2


A patch file from https://github.com/void-linux/void-packages/pull/14113.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new/drumstick-14113.patch --]
[-- Type: text/x-diff, Size: 2261 bytes --]

From a8b125f72fc14e225ffa07e28f991e90ec38685e Mon Sep 17 00:00:00 2001
From: Mohammad Amin Sameti <mamins1376@gmail.com>
Date: Sun, 1 Sep 2019 00:04:42 +0430
Subject: [PATCH] New package: drumstick-1.1.2

---
 common/shlibs              |  3 +++
 srcpkgs/drumstick-devel    |  1 +
 srcpkgs/drumstick/template | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+)
 create mode 120000 srcpkgs/drumstick-devel
 create mode 100644 srcpkgs/drumstick/template

diff --git a/common/shlibs b/common/shlibs
index e29b965c040..730f0c47800 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3502,3 +3502,6 @@ liblog4c.so.3 log4c-1.2.4_1
 libqb.so.0 libqb-1.0.5_1
 libusbguard.so.0 usbguard-0.7.5_1
 libknet.so.1 libknet1-1.11_1
+libdrumstick-file.so.1 drumstick-1.1.2_1
+libdrumstick-alsa.so.1 drumstick-1.1.2_1
+libdrumstick-rt.so.1 drumstick-1.1.2_1
diff --git a/srcpkgs/drumstick-devel b/srcpkgs/drumstick-devel
new file mode 120000
index 00000000000..e953fd56e31
--- /dev/null
+++ b/srcpkgs/drumstick-devel
@@ -0,0 +1 @@
+drumstick
\ No newline at end of file
diff --git a/srcpkgs/drumstick/template b/srcpkgs/drumstick/template
new file mode 100644
index 00000000000..aa013aa22e4
--- /dev/null
+++ b/srcpkgs/drumstick/template
@@ -0,0 +1,35 @@
+# Template file for 'drumstick'
+pkgname=drumstick
+version=1.1.2
+revision=1
+build_style=cmake
+configure_args="-DLIB_SUFFIX="
+hostmakedepends="pkg-config doxygen libxslt docbook-xsl"
+makedepends="qt5-svg-devel alsa-lib-devel pulseaudio-devel"
+short_desc="Set of MIDI libraries using C++/Qt5 idioms and style"
+maintainer="Mohammad Amin Sameti <mamins1376@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://drumstick.sourceforge.net"
+distfiles="${SOURCEFORGE_SITE}/drumstick/drumstick-${version}.tar.bz2"
+checksum=7791b439aab9a5c24a53cbf5ce9ab1dcaf40a33a9d8828ca1731e823b1c7924e
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-qmake qt5-host-tools"
+fi
+
+post_install() {
+	for doc in TODO NEWS ChangeLog README AUTHORS; do
+		vdoc $doc
+	done
+
+	vlicense COPYING
+}
+
+drumstick-devel_package() {
+	short_desc+=" - development libraries"
+	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove usr/lib/pkgconfig
+	}
+}

  parent reply	other threads:[~2019-09-03  8:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14113@inbox.vuxu.org>
2019-09-01 14:49 ` [PR PATCH] [Updated] [WIP] New package: drumstick voidlinux-github
2019-09-01 14:54 ` voidlinux-github
2019-09-01 16:38 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-01 16:38 ` voidlinux-github
2019-09-01 17:06 ` [WIP] New package: libdrumstick-1.1.2 voidlinux-github
2019-09-01 17:15 ` voidlinux-github
2019-09-01 17:20 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-01 17:20 ` voidlinux-github
2019-09-02  6:02 ` voidlinux-github
2019-09-02  6:02 ` voidlinux-github
2019-09-02  9:32 ` voidlinux-github
2019-09-02  9:32 ` voidlinux-github
2019-09-02  9:56 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-02  9:56 ` voidlinux-github
2019-09-02 10:15 ` New package: drumstick-1.1.2 voidlinux-github
2019-09-02 10:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-02 10:57 ` voidlinux-github
2019-09-02 11:22 ` voidlinux-github
2019-09-02 11:22 ` voidlinux-github
2019-09-03  8:17 ` voidlinux-github
2019-09-03  8:17 ` voidlinux-github [this message]
2019-09-03 12:08 ` voidlinux-github
2019-09-03 12:08 ` voidlinux-github
2019-09-03 14:37 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190903081738.Ecih4Gxwz5_IBgKUoCtIgZuh4-RHNGEVj1sEDOVqPDk@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).