Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bitwig-studio-3.2.6
@ 2020-08-05 22:09 ale-saglia
  2020-08-06  8:40 ` [PR REVIEW] " PaperMountainStudio
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-05 22:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages bitwig-studio-branch
https://github.com/void-linux/void-packages/pull/24095

New package: bitwig-studio-3.2.6
My first time creating a package template! Hope to learn something.

Bitwig Studio is a multi-platform music-creation system for production, performance and DJing, with a focus on flexible editing tools and a super-fast workflow. 

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitwig-studio-branch-24095.patch --]
[-- Type: text/x-diff, Size: 1503 bytes --]

From 2356e5727d6c87cb804d07c0f58cc7c69f9a6b7f Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 00:06:25 +0200
Subject: [PATCH] New package: bitwig-studio-3.2.6

---
 srcpkgs/bitwig-studio/template | 38 ++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
 create mode 100644 srcpkgs/bitwig-studio/template

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
new file mode 100644
index 00000000000..71053876289
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,38 @@
+# Template file for 'bitwig-studio'
+
+pkgname=bitwig-studio
+homepage="bitwig.com"
+version=3.2.6
+revision=1
+archs="x86_64"
+short_desc="DAW for music production, remixing and live performance"
+
+repository=nonfree
+restricted=yes
+nostrip=yes
+
+depends="xdg-utils xcb-util-wm libbsd"
+hostmakedepends="tar xz"
+
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+
+_file="bitwig-studio-${version}.deb"
+_src="https://downloads.bitwig.com/stable/${version}"
+
+distfiles="${_src}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
+}
+
+do_install() {
+	tar xf data.tar.xz -C ${DESTDIR}
+}
+
+post_install() {
+	install -D -m644 ${DESTDIR}/opt/bitwig-studio/EULA.rtf ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
+	vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
+}

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
@ 2020-08-06  8:40 ` PaperMountainStudio
  2020-08-06  8:48 ` PaperMountainStudio
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: PaperMountainStudio @ 2020-08-06  8:40 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#discussion_r466241244

Comment:
Hi, could you remove these blank lines between variables? Then xlint will be able to tell you how to reorder lines.

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
  2020-08-06  8:40 ` [PR REVIEW] " PaperMountainStudio
@ 2020-08-06  8:48 ` PaperMountainStudio
  2020-08-06 10:39 ` ale-saglia
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: PaperMountainStudio @ 2020-08-06  8:48 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#discussion_r466246350

Comment:
_src seems unneccessary here since it is used only once

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
  2020-08-06  8:40 ` [PR REVIEW] " PaperMountainStudio
  2020-08-06  8:48 ` PaperMountainStudio
@ 2020-08-06 10:39 ` ale-saglia
  2020-08-06 10:42 ` PaperMountainStudio
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 10:39 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669852485

Comment:
I think I've done something stupid and I delete my fork (bit Github noob here).
Do I have some way to recover and commit this pull request or do I need to refork and create another request)
Sorry again... 😓

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (2 preceding siblings ...)
  2020-08-06 10:39 ` ale-saglia
@ 2020-08-06 10:42 ` PaperMountainStudio
  2020-08-06 11:25 ` ale-saglia
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: PaperMountainStudio @ 2020-08-06 10:42 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669853722

Comment:
I am sure there are a lot of ways, but you can do this in the repository:
```
wget https://github.com/void-linux/void-packages/pull/24095.patch
git am 24095.patch
```

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (3 preceding siblings ...)
  2020-08-06 10:42 ` PaperMountainStudio
@ 2020-08-06 11:25 ` ale-saglia
  2020-08-06 11:28 ` ale-saglia
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 11:25 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669870394

Comment:
Ok I tried what you suggest me but it still asks to perform another pull request.
In the meantime I also fixed the problem in the formatting and unused variables.

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (4 preceding siblings ...)
  2020-08-06 11:25 ` ale-saglia
@ 2020-08-06 11:28 ` ale-saglia
  2020-08-06 12:51 ` PaperMountainStudio
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 11:28 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669870394

Comment:
Ok I tried what you suggest me but it still asks to perform another pull request (forgot to mention I do not have access to local git from where I commit the request).
In the meantime I also fixed the problem in the formatting and unused variables.

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (5 preceding siblings ...)
  2020-08-06 11:28 ` ale-saglia
@ 2020-08-06 12:51 ` PaperMountainStudio
  2020-08-06 12:55 ` ale-saglia
  2020-08-06 12:55 ` [PR PATCH] [Closed]: " ale-saglia
  8 siblings, 0 replies; 11+ messages in thread
From: PaperMountainStudio @ 2020-08-06 12:51 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669907393

Comment:
It seems like the repository was deleted, so you really need to re-do the PR. Close this one and open a new one, probably.

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (6 preceding siblings ...)
  2020-08-06 12:51 ` PaperMountainStudio
@ 2020-08-06 12:55 ` ale-saglia
  2020-08-06 12:55 ` [PR PATCH] [Closed]: " ale-saglia
  8 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 12:55 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24095#issuecomment-669909176

Comment:
Ok thanks

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

* Re: [PR PATCH] [Closed]: New package: bitwig-studio-3.2.6
  2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (7 preceding siblings ...)
  2020-08-06 12:55 ` ale-saglia
@ 2020-08-06 12:55 ` ale-saglia
  8 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 12:55 UTC (permalink / raw)
  To: ml

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

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

New package: bitwig-studio-3.2.6
https://github.com/void-linux/void-packages/pull/24095

Description:
My first time creating a package template! Hope to learn something.

Bitwig Studio is a multi-platform music-creation system for production, performance and DJing, with a focus on flexible editing tools and a super-fast workflow. 

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

* [PR PATCH] New package: bitwig-studio-3.2.6
@ 2020-08-06 13:17 ale-saglia
  0 siblings, 0 replies; 11+ messages in thread
From: ale-saglia @ 2020-08-06 13:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages bitwig-studio-branch
https://github.com/void-linux/void-packages/pull/24101

New package: bitwig-studio-3.2.6
Bitwig Studio is a multi-platform music-creation system for production, performance and DJing, with a focus on flexible editing tools and a super-fast workflow.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bitwig-studio-branch-24101.patch --]
[-- Type: text/x-diff, Size: 1478 bytes --]

From 03093771d76a790379ed70cfc67d183e94120008 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:15:53 +0200
Subject: [PATCH] New package: bitwig-studio-3.2.6

---
 srcpkgs/bitwig-studio/template | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 srcpkgs/bitwig-studio/template

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
new file mode 100644
index 00000000000..403de13310f
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,33 @@
+# Template file for 'bitwig-studio'
+pkgname=bitwig-studio
+version=3.2.6
+revision=1
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+homepage="bitwig.com"
+license="custom:bitwig"
+short_desc="DAW for music production, remixing and live performance"
+archs="x86_64"
+hostmakedepends="tar xz"
+depends="xdg-utils xcb-util-wm libbsd"
+repository=nonfree
+restricted=yes
+nostrip=yes
+
+_file="bitwig-studio-${version}.deb"
+
+distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
+}
+
+do_install() {
+	tar xf data.tar.xz -C ${DESTDIR}
+}
+
+post_install() {
+	install -D -m644 ${DESTDIR}/opt/bitwig-studio/EULA.rtf ${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
+	vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
+}

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

end of thread, other threads:[~2020-08-06 13:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 22:09 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
2020-08-06  8:40 ` [PR REVIEW] " PaperMountainStudio
2020-08-06  8:48 ` PaperMountainStudio
2020-08-06 10:39 ` ale-saglia
2020-08-06 10:42 ` PaperMountainStudio
2020-08-06 11:25 ` ale-saglia
2020-08-06 11:28 ` ale-saglia
2020-08-06 12:51 ` PaperMountainStudio
2020-08-06 12:55 ` ale-saglia
2020-08-06 12:55 ` [PR PATCH] [Closed]: " ale-saglia
2020-08-06 13:17 [PR PATCH] " ale-saglia

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