Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: avldrums.lv2-0.4.1
@ 2021-01-08 23:28 kawaiiamber
  2021-01-08 23:33 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:28 UTC (permalink / raw)
  To: ml

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

There is a new pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages avldrums
https://github.com/void-linux/void-packages/pull/27776

New package: avldrums.lv2-0.4.1
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

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

From f86932807a7c6fcc253fa928e875b02da9c34bb7 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 16:26:55 -0700
Subject: [PATCH] New package: avldrums.lv2-0.4.1

---
 srcpkgs/avldrums.lv2/template | 17 +++++++++++++++++
 srcpkgs/robtk/template        | 10 ++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/avldrums.lv2/template
 create mode 100644 srcpkgs/robtk/template

diff --git a/srcpkgs/avldrums.lv2/template b/srcpkgs/avldrums.lv2/template
new file mode 100644
index 00000000000..0b9de80a697
--- /dev/null
+++ b/srcpkgs/avldrums.lv2/template
@@ -0,0 +1,17 @@
+# Template file for 'avldrums.lv2'
+pkgname=avldrums.lv2
+version=0.4.1
+revision=1
+build_style=gnu-makefile
+deps="robtk"
+makedepends="lv2 libglib-devel pango-devel cairo-devel mesa glu-devel pkg-config"
+short_desc="Dedicated AVLDrumkits LV2 Plugin"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0"
+homepage="https://github.com/x42/avldrums.lv2"
+distfiles="https://github.com/x42/avldrums.lv2/archive/v${version}.tar.gz"
+checksum=f72d553f48a2935bdfe7fd4b5f7756dc7f1ab2472f1f61331c88816e835f4da2
+
+do_configure() {
+	make submodules
+}
diff --git a/srcpkgs/robtk/template b/srcpkgs/robtk/template
new file mode 100644
index 00000000000..d026a22e6be
--- /dev/null
+++ b/srcpkgs/robtk/template
@@ -0,0 +1,10 @@
+# Template file for 'robtk'
+pkgname=robtk
+version=0.7.1
+revision=1
+short_desc="Robin's LV2 UI ToolKit"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0"
+homepage="https://github.com/x42/robtk"
+distfiles="https://github.com/x42/robtk/archive/v${version}.tar.gz"
+checksum=b2d3c3ff3a14e9f1e63711793d3342d95f53e18cbc83f2e51e6684a57a30367c

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

* Re: [PR PATCH] [Updated] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
@ 2021-01-08 23:33 ` kawaiiamber
  2021-01-08 23:34 ` abenson
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages avldrums
https://github.com/void-linux/void-packages/pull/27776

New package: avldrums.lv2-0.4.1
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

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

From 44023c9b2744e7244b853fab6c6551d840ed5198 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 16:26:55 -0700
Subject: [PATCH] New package: avldrums.lv2-0.4.1

---
 srcpkgs/avldrums.lv2/template | 17 +++++++++++++++++
 srcpkgs/robtk/template        | 10 ++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/avldrums.lv2/template
 create mode 100644 srcpkgs/robtk/template

diff --git a/srcpkgs/avldrums.lv2/template b/srcpkgs/avldrums.lv2/template
new file mode 100644
index 00000000000..e711cab3b35
--- /dev/null
+++ b/srcpkgs/avldrums.lv2/template
@@ -0,0 +1,17 @@
+# Template file for 'avldrums.lv2'
+pkgname=avldrums.lv2
+version=0.4.1
+revision=1
+build_style=gnu-makefile
+makedepends="lv2 libglib-devel pango-devel cairo-devel mesa glu-devel pkg-config"
+short_desc="Dedicated AVLDrumkits LV2 Plugin"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/avldrums.lv2"
+distfiles="https://github.com/x42/avldrums.lv2/archive/v${version}.tar.gz"
+checksum=f72d553f48a2935bdfe7fd4b5f7756dc7f1ab2472f1f61331c88816e835f4da2
+deps="robtk"
+
+do_configure() {
+	make submodules
+}
diff --git a/srcpkgs/robtk/template b/srcpkgs/robtk/template
new file mode 100644
index 00000000000..62e4eb6800d
--- /dev/null
+++ b/srcpkgs/robtk/template
@@ -0,0 +1,10 @@
+# Template file for 'robtk'
+pkgname=robtk
+version=0.7.1
+revision=1
+short_desc="Robin's LV2 UI ToolKit"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/robtk"
+distfiles="https://github.com/x42/robtk/archive/v${version}.tar.gz"
+checksum=b2d3c3ff3a14e9f1e63711793d3342d95f53e18cbc83f2e51e6684a57a30367c

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

* Re: New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
  2021-01-08 23:33 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 23:34 ` abenson
  2021-01-08 23:34 ` [PR REVIEW] " abenson
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-01-08 23:34 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-757048432

Comment:
robtk's makefile is 
`robtk.mk`.  

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

* Re: [PR REVIEW] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
  2021-01-08 23:33 ` [PR PATCH] [Updated] " kawaiiamber
  2021-01-08 23:34 ` abenson
@ 2021-01-08 23:34 ` abenson
  2021-01-08 23:35 ` abenson
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-01-08 23:34 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#discussion_r554247195

Comment:
deps?  also, isn't this a `makedepends` item?

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

* Re: [PR REVIEW] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (2 preceding siblings ...)
  2021-01-08 23:34 ` [PR REVIEW] " abenson
@ 2021-01-08 23:35 ` abenson
  2021-01-08 23:35 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-01-08 23:35 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#discussion_r554247335

Comment:
Should be `mesa-devel`, not mesa here. 

`pkg-config` should go in `hostmakedepends`

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

* Re: [PR PATCH] [Updated] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (3 preceding siblings ...)
  2021-01-08 23:35 ` abenson
@ 2021-01-08 23:35 ` kawaiiamber
  2021-01-08 23:36 ` abenson
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages avldrums
https://github.com/void-linux/void-packages/pull/27776

New package: avldrums.lv2-0.4.1
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

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

From 0083c4d54c9f470453d2411a5df8675eb02f50d2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 16:26:55 -0700
Subject: [PATCH] New package: avldrums.lv2-0.4.1

---
 srcpkgs/avldrums.lv2/template | 17 +++++++++++++++++
 srcpkgs/robtk/template        | 10 ++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 srcpkgs/avldrums.lv2/template
 create mode 100644 srcpkgs/robtk/template

diff --git a/srcpkgs/avldrums.lv2/template b/srcpkgs/avldrums.lv2/template
new file mode 100644
index 00000000000..0d5e3f3f108
--- /dev/null
+++ b/srcpkgs/avldrums.lv2/template
@@ -0,0 +1,17 @@
+# Template file for 'avldrums.lv2'
+pkgname=avldrums.lv2
+version=0.4.1
+revision=1
+build_style=gnu-makefile
+depends="robtk"
+makedepends="lv2 libglib-devel pango-devel cairo-devel mesa glu-devel pkg-config"
+short_desc="Dedicated AVLDrumkits LV2 Plugin"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/avldrums.lv2"
+distfiles="https://github.com/x42/avldrums.lv2/archive/v${version}.tar.gz"
+checksum=f72d553f48a2935bdfe7fd4b5f7756dc7f1ab2472f1f61331c88816e835f4da2
+
+do_configure() {
+	make submodules
+}
diff --git a/srcpkgs/robtk/template b/srcpkgs/robtk/template
new file mode 100644
index 00000000000..62e4eb6800d
--- /dev/null
+++ b/srcpkgs/robtk/template
@@ -0,0 +1,10 @@
+# Template file for 'robtk'
+pkgname=robtk
+version=0.7.1
+revision=1
+short_desc="Robin's LV2 UI ToolKit"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/robtk"
+distfiles="https://github.com/x42/robtk/archive/v${version}.tar.gz"
+checksum=b2d3c3ff3a14e9f1e63711793d3342d95f53e18cbc83f2e51e6684a57a30367c

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

* Re: New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (4 preceding siblings ...)
  2021-01-08 23:35 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 23:36 ` abenson
  2021-01-08 23:38 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-01-08 23:36 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-757048981

Comment:
Before pushing it through CI several times, make sure you can get it built locally first.

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

* Re: [PR PATCH] [Updated] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (5 preceding siblings ...)
  2021-01-08 23:36 ` abenson
@ 2021-01-08 23:38 ` kawaiiamber
  2021-01-08 23:40 ` kawaiiamber
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages avldrums
https://github.com/void-linux/void-packages/pull/27776

New package: avldrums.lv2-0.4.1
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

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

From a424d0a114aa922c3c4aa42f880213eb9f0b8b47 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 16:26:55 -0700
Subject: [PATCH] New package: avldrums.lv2-0.4.1

---
 srcpkgs/avldrums.lv2/template | 17 +++++++++++++++++
 srcpkgs/robtk/template        | 14 ++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/avldrums.lv2/template
 create mode 100644 srcpkgs/robtk/template

diff --git a/srcpkgs/avldrums.lv2/template b/srcpkgs/avldrums.lv2/template
new file mode 100644
index 00000000000..fa9ab5bc35e
--- /dev/null
+++ b/srcpkgs/avldrums.lv2/template
@@ -0,0 +1,17 @@
+# Template file for 'avldrums.lv2'
+pkgname=avldrums.lv2
+version=0.4.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="lv2 libglib-devel pango-devel cairo-devel mesa-devel glu-devel robtk"
+short_desc="Dedicated AVLDrumkits LV2 Plugin"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/avldrums.lv2"
+distfiles="https://github.com/x42/avldrums.lv2/archive/v${version}.tar.gz"
+checksum=f72d553f48a2935bdfe7fd4b5f7756dc7f1ab2472f1f61331c88816e835f4da2
+
+do_configure() {
+	make submodules
+}
diff --git a/srcpkgs/robtk/template b/srcpkgs/robtk/template
new file mode 100644
index 00000000000..eb50e1e38f1
--- /dev/null
+++ b/srcpkgs/robtk/template
@@ -0,0 +1,14 @@
+# Template file for 'robtk'
+pkgname=robtk
+version=0.7.1
+revision=1
+short_desc="Robin's LV2 UI ToolKit"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/robtk"
+distfiles="https://github.com/x42/robtk/archive/v${version}.tar.gz"
+checksum=b2d3c3ff3a14e9f1e63711793d3342d95f53e18cbc83f2e51e6684a57a30367c
+
+do_install() {
+	make robtk.mk
+}

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

* Re: New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (6 preceding siblings ...)
  2021-01-08 23:38 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 23:40 ` kawaiiamber
  2021-01-08 23:42 ` abenson
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:40 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-757049997

Comment:
Sorry, sorry, I was rushing to get your changes in. But, are you sure it's `mesa-devel`? Doing `./xbps-src pkg` on it states:
```
=> ERROR: avldrums.lv2-0.4.1_1: target dependency 'mesa-devel' does not exist!
```

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

* Re: New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (7 preceding siblings ...)
  2021-01-08 23:40 ` kawaiiamber
@ 2021-01-08 23:42 ` abenson
  2021-01-08 23:44 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-01-08 23:42 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-757050682

Comment:
Sorry, it's `MesaLib-devel`.

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

* Re: [PR PATCH] [Updated] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (8 preceding siblings ...)
  2021-01-08 23:42 ` abenson
@ 2021-01-08 23:44 ` kawaiiamber
  2021-01-08 23:44 ` kawaiiamber
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages avldrums
https://github.com/void-linux/void-packages/pull/27776

New package: avldrums.lv2-0.4.1
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

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

From fe48ce8142a3216c3e976c177e7b6b25f12b8a7c Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Fri, 8 Jan 2021 16:26:55 -0700
Subject: [PATCH] New package: avldrums.lv2-0.4.1

---
 srcpkgs/avldrums.lv2/template | 17 +++++++++++++++++
 srcpkgs/robtk/template        | 14 ++++++++++++++
 2 files changed, 31 insertions(+)
 create mode 100644 srcpkgs/avldrums.lv2/template
 create mode 100644 srcpkgs/robtk/template

diff --git a/srcpkgs/avldrums.lv2/template b/srcpkgs/avldrums.lv2/template
new file mode 100644
index 00000000000..165c35830eb
--- /dev/null
+++ b/srcpkgs/avldrums.lv2/template
@@ -0,0 +1,17 @@
+# Template file for 'avldrums.lv2'
+pkgname=avldrums.lv2
+version=0.4.1
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config"
+makedepends="lv2 libglib-devel pango-devel cairo-devel MesaLib-devel glu-devel robtk"
+short_desc="Dedicated AVLDrumkits LV2 Plugin"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/avldrums.lv2"
+distfiles="https://github.com/x42/avldrums.lv2/archive/v${version}.tar.gz"
+checksum=f72d553f48a2935bdfe7fd4b5f7756dc7f1ab2472f1f61331c88816e835f4da2
+
+do_configure() {
+	make submodules
+}
diff --git a/srcpkgs/robtk/template b/srcpkgs/robtk/template
new file mode 100644
index 00000000000..eb50e1e38f1
--- /dev/null
+++ b/srcpkgs/robtk/template
@@ -0,0 +1,14 @@
+# Template file for 'robtk'
+pkgname=robtk
+version=0.7.1
+revision=1
+short_desc="Robin's LV2 UI ToolKit"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/x42/robtk"
+distfiles="https://github.com/x42/robtk/archive/v${version}.tar.gz"
+checksum=b2d3c3ff3a14e9f1e63711793d3342d95f53e18cbc83f2e51e6684a57a30367c
+
+do_install() {
+	make robtk.mk
+}

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

* Re: New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (9 preceding siblings ...)
  2021-01-08 23:44 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-08 23:44 ` kawaiiamber
  2021-01-16  1:49 ` [WIP] " kawaiiamber
  2021-01-16  1:49 ` [PR PATCH] [Closed]: " kawaiiamber
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-08 23:44 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-757051112

Comment:
Ah, I see. Thank you thank you

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

* Re: [WIP] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (10 preceding siblings ...)
  2021-01-08 23:44 ` kawaiiamber
@ 2021-01-16  1:49 ` kawaiiamber
  2021-01-16  1:49 ` [PR PATCH] [Closed]: " kawaiiamber
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-16  1:49 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27776#issuecomment-761291371

Comment:
So... robtk seems beyond me. I've done extensive tests with `xbps-src` trying to get it to build. Hopefully someone else picks this up, closing PR.

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

* Re: [PR PATCH] [Closed]: [WIP] New package: avldrums.lv2-0.4.1
  2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
                   ` (11 preceding siblings ...)
  2021-01-16  1:49 ` [WIP] " kawaiiamber
@ 2021-01-16  1:49 ` kawaiiamber
  12 siblings, 0 replies; 14+ messages in thread
From: kawaiiamber @ 2021-01-16  1:49 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: avldrums.lv2-0.4.1
https://github.com/void-linux/void-packages/pull/27776

Description:
# Current Issues
The upstream Makefile states that `robtk is required` then provides a [link](https://github.com/x42/robtk). However, it's not that clear to me as to how one would go about installing robtk from the README. There is also no Makefile to go off of. This PR addresses [this](https://github.com/void-linux/void-packages/issues/27748).

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

end of thread, other threads:[~2021-01-16  1:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 23:28 [PR PATCH] New package: avldrums.lv2-0.4.1 kawaiiamber
2021-01-08 23:33 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 23:34 ` abenson
2021-01-08 23:34 ` [PR REVIEW] " abenson
2021-01-08 23:35 ` abenson
2021-01-08 23:35 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 23:36 ` abenson
2021-01-08 23:38 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 23:40 ` kawaiiamber
2021-01-08 23:42 ` abenson
2021-01-08 23:44 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-08 23:44 ` kawaiiamber
2021-01-16  1:49 ` [WIP] " kawaiiamber
2021-01-16  1:49 ` [PR PATCH] [Closed]: " kawaiiamber

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