Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: bambootracker-0.4.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19205@inbox.vuxu.org>
@ 2020-04-13 12:32 ` Zeinok
  2020-04-13 13:08 ` Zeinok
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: Zeinok @ 2020-04-13 12:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zeinok/void-packages BambooTracker
https://github.com/void-linux/void-packages/pull/19205

New package: bambootracker-0.4.0
OPNA (YM2608) Music tracker

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

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

From a2220b3e2d2e30d4039956adfa33569ccf16f3c2 Mon Sep 17 00:00:00 2001
From: Zeinok <zeinok@protonmail.com>
Date: Thu, 5 Mar 2020 23:15:15 +0800
Subject: [PATCH] New package: bambootracker-0.4.0

---
 srcpkgs/bambootracker/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/bambootracker/template

diff --git a/srcpkgs/bambootracker/template b/srcpkgs/bambootracker/template
new file mode 100644
index 00000000000..d09eed00f51
--- /dev/null
+++ b/srcpkgs/bambootracker/template
@@ -0,0 +1,31 @@
+# Template file for 'bambootracker'
+pkgname=bambootracker
+version=0.4.0
+revision=1
+wrksrc="BambooTracker-${version}"
+build_wrksrc="BambooTracker"
+build_helper=qmake
+build_style=qmake
+configure_args="DEFINES+=__LINUX_ALSA__ DEFINES+=__LINUX_PULSE__ DEFINES+=__UNIX_JACK__"
+hostmakedepends="qt5-qmake"
+makedepends="qt5-multimedia-devel alsa-lib-devel pulseaudio-devel jack-devel"
+short_desc="YM2608 (OPNA) music tracker"
+maintainer="Zeinok <zeinok@protonmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/rerrahkr/BambooTracker"
+distfiles="https://github.com/rerrahkr/BambooTracker/archive/v${version}.tar.gz"
+checksum=593833095934ad9c17c73b387b75b738b9edbf6672fa7c8e4d9fb09d5ab3900c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-multimedia-devel"
+fi
+
+post_install() {
+	vinstall ${wrksrc}/BambooTracker.desktop 644 usr/share/applications
+	vinstall ${wrksrc}/img/icon.png 644 usr/share/pixmaps BambooTracker.png
+	vmkdir usr/share/BambooTracker
+	vcopy ${wrksrc}/demos/ usr/share/BambooTracker
+	vcopy ${wrksrc}/skins/ usr/share/BambooTracker
+	vman ${wrksrc}/BambooTracker.1
+	vman ${wrksrc}/BambooTracker.fr.1
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: bambootracker-0.4.0
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19205@inbox.vuxu.org>
  2020-04-13 12:32 ` [PR PATCH] [Updated] New package: bambootracker-0.4.0 Zeinok
@ 2020-04-13 13:08 ` Zeinok
  2022-04-15  2:13 ` New package: BambooTracker-0.4.2 github-actions
  2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: Zeinok @ 2020-04-13 13:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Zeinok/void-packages BambooTracker
https://github.com/void-linux/void-packages/pull/19205

New package: bambootracker-0.4.0
OPNA (YM2608) Music tracker

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

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

From 66d5b2bdda9168134a14e3fc0af85675089c6c14 Mon Sep 17 00:00:00 2001
From: Zeinok <zeinok@protonmail.com>
Date: Thu, 5 Mar 2020 23:15:15 +0800
Subject: [PATCH] New package: bambootracker-0.4.0

---
 srcpkgs/bambootracker/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/bambootracker/template

diff --git a/srcpkgs/bambootracker/template b/srcpkgs/bambootracker/template
new file mode 100644
index 00000000000..83d4d442a00
--- /dev/null
+++ b/srcpkgs/bambootracker/template
@@ -0,0 +1,31 @@
+# Template file for 'bambootracker'
+pkgname=bambootracker
+version=0.4.0
+revision=1
+wrksrc="BambooTracker-${version}"
+build_wrksrc="BambooTracker"
+build_helper=qmake
+build_style=qmake
+configure_args="CONFIG+=release DEFINES+=__LINUX_ALSA__ DEFINES+=__LINUX_PULSE__ DEFINES+=__UNIX_JACK__"
+hostmakedepends="qt5-qmake"
+makedepends="qt5-multimedia-devel alsa-lib-devel pulseaudio-devel jack-devel"
+short_desc="YM2608 (OPNA) music tracker"
+maintainer="Zeinok <zeinok@protonmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/rerrahkr/BambooTracker"
+distfiles="https://github.com/rerrahkr/BambooTracker/archive/v${version}.tar.gz"
+checksum=593833095934ad9c17c73b387b75b738b9edbf6672fa7c8e4d9fb09d5ab3900c
+
+if [ "$CROSS_BUILD" ]; then
+	hostmakedepends+=" qt5-multimedia-devel"
+fi
+
+post_install() {
+	vinstall ${wrksrc}/BambooTracker.desktop 644 usr/share/applications
+	vinstall ${wrksrc}/img/icon.png 644 usr/share/pixmaps BambooTracker.png
+	vmkdir usr/share/BambooTracker
+	vcopy ${wrksrc}/demos/ usr/share/BambooTracker
+	vcopy ${wrksrc}/skins/ usr/share/BambooTracker
+	vman ${wrksrc}/BambooTracker.1
+	vman ${wrksrc}/BambooTracker.fr.1
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: New package: BambooTracker-0.4.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19205@inbox.vuxu.org>
  2020-04-13 12:32 ` [PR PATCH] [Updated] New package: bambootracker-0.4.0 Zeinok
  2020-04-13 13:08 ` Zeinok
@ 2022-04-15  2:13 ` github-actions
  2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-04-15  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/19205#issuecomment-1099787045

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: BambooTracker-0.4.2
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19205@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2022-04-15  2:13 ` New package: BambooTracker-0.4.2 github-actions
@ 2022-04-29  2:13 ` github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-04-29  2:13 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: BambooTracker-0.4.2
https://github.com/void-linux/void-packages/pull/19205

Description:
OPNA (YM2608) Music tracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-29  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19205@inbox.vuxu.org>
2020-04-13 12:32 ` [PR PATCH] [Updated] New package: bambootracker-0.4.0 Zeinok
2020-04-13 13:08 ` Zeinok
2022-04-15  2:13 ` New package: BambooTracker-0.4.2 github-actions
2022-04-29  2:13 ` [PR PATCH] [Closed]: " github-actions

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).