Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bitwig-studio-3.2.6
@ 2020-08-06 13:17 ale-saglia
  2020-08-06 13:23 ` [PR REVIEW] " PaperMountainStudio
                   ` (16 more replies)
  0 siblings, 17 replies; 19+ 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] 19+ messages in thread

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
@ 2020-08-06 13:23 ` PaperMountainStudio
  2020-08-06 13:26 ` [PR PATCH] [Updated] " ale-saglia
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: PaperMountainStudio @ 2020-08-06 13:23 UTC (permalink / raw)
  To: ml

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

New review comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466408332

Comment:
I am pretty sure you should delete this blank line and the one blank line above

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

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
  2020-08-06 13:23 ` [PR REVIEW] " PaperMountainStudio
@ 2020-08-06 13:26 ` ale-saglia
  2020-08-06 13:27 ` PaperMountainStudio
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 13:26 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 2239 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 1/2] 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
+}

From d35648071cf798691fc9f45941c50dc54df91cef Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:25:49 +0200
Subject: [PATCH 2/2] Removed blank lines

---
 srcpkgs/bitwig-studio/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 403de13310f..07e02b7e3b4 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -12,9 +12,7 @@ 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
 

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
  2020-08-06 13:23 ` [PR REVIEW] " PaperMountainStudio
  2020-08-06 13:26 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-06 13:27 ` PaperMountainStudio
  2020-08-06 13:27 ` PaperMountainStudio
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: PaperMountainStudio @ 2020-08-06 13:27 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#issuecomment-669926091

Comment:
and run `xlint srcpkgs/bitwig-studio/template`, that will tell you some more improvements that can be made. You will have to have xtools package installed.

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

* Re: New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (2 preceding siblings ...)
  2020-08-06 13:27 ` PaperMountainStudio
@ 2020-08-06 13:27 ` PaperMountainStudio
  2020-08-06 13:30 ` [PR PATCH] [Updated] " ale-saglia
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: PaperMountainStudio @ 2020-08-06 13:27 UTC (permalink / raw)
  To: ml

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

New comment by PaperMountainStudio on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#issuecomment-669926370

Comment:
Could you make all the changes one commit?

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

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (3 preceding siblings ...)
  2020-08-06 13:27 ` PaperMountainStudio
@ 2020-08-06 13:30 ` ale-saglia
  2020-08-06 13:39 ` ale-saglia
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 13:30 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 3579 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 1/3] 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
+}

From d35648071cf798691fc9f45941c50dc54df91cef Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:25:49 +0200
Subject: [PATCH 2/3] Removed blank lines

---
 srcpkgs/bitwig-studio/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 403de13310f..07e02b7e3b4 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -12,9 +12,7 @@ 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
 

From e2fc57321830959151c7ef1703a8232098430f07 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:30:29 +0200
Subject: [PATCH 3/3] Reordered variables according to xlint suggestions

---
 srcpkgs/bitwig-studio/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 07e02b7e3b4..b8ed83c3a37 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -2,19 +2,19 @@
 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
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="bitwig.com"
 _file="bitwig-studio-${version}.deb"
 distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
 checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
 
 do_extract() {
 	mkdir -p ${DESTDIR}

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

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (4 preceding siblings ...)
  2020-08-06 13:30 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-06 13:39 ` ale-saglia
  2020-08-06 14:40 ` ale-saglia
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 13:39 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 5128 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 1/4] 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
+}

From d35648071cf798691fc9f45941c50dc54df91cef Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:25:49 +0200
Subject: [PATCH 2/4] Removed blank lines

---
 srcpkgs/bitwig-studio/template | 2 --
 1 file changed, 2 deletions(-)

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 403de13310f..07e02b7e3b4 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -12,9 +12,7 @@ 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
 

From e2fc57321830959151c7ef1703a8232098430f07 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Thu, 6 Aug 2020 15:30:29 +0200
Subject: [PATCH 3/4] Reordered variables according to xlint suggestions

---
 srcpkgs/bitwig-studio/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/bitwig-studio/template b/srcpkgs/bitwig-studio/template
index 07e02b7e3b4..b8ed83c3a37 100644
--- a/srcpkgs/bitwig-studio/template
+++ b/srcpkgs/bitwig-studio/template
@@ -2,19 +2,19 @@
 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
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="bitwig.com"
 _file="bitwig-studio-${version}.deb"
 distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
 checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
 
 do_extract() {
 	mkdir -p ${DESTDIR}

From da656bb70583e7f3e2b5e804123fbe8e0857348e 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 4/4] New package: bitwig-studio-3.2.6

Removed blank lines

Reordered variables according to xlint suggestions
---
 srcpkgs/bitwig-studio/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 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..b8ed83c3a37
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,31 @@
+# Template file for 'bitwig-studio'
+pkgname=bitwig-studio
+version=3.2.6
+revision=1
+archs="x86_64"
+hostmakedepends="tar xz"
+depends="xdg-utils xcb-util-wm libbsd"
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="bitwig.com"
+_file="bitwig-studio-${version}.deb"
+distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
+
+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] 19+ messages in thread

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (5 preceding siblings ...)
  2020-08-06 13:39 ` ale-saglia
@ 2020-08-06 14:40 ` ale-saglia
  2020-08-06 20:29 ` ale-saglia
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 14:40 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1544 bytes --]

From da656bb70583e7f3e2b5e804123fbe8e0857348e 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

Removed blank lines

Reordered variables according to xlint suggestions
---
 srcpkgs/bitwig-studio/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 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..b8ed83c3a37
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,31 @@
+# Template file for 'bitwig-studio'
+pkgname=bitwig-studio
+version=3.2.6
+revision=1
+archs="x86_64"
+hostmakedepends="tar xz"
+depends="xdg-utils xcb-util-wm libbsd"
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="bitwig.com"
+_file="bitwig-studio-${version}.deb"
+distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
+
+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] 19+ messages in thread

* Re: New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (6 preceding siblings ...)
  2020-08-06 14:40 ` ale-saglia
@ 2020-08-06 20:29 ` ale-saglia
  2020-08-06 21:05 ` [PR REVIEW] " pullmoll
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 20:29 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#issuecomment-670176345

Comment:
Should be fine now, let me know if I need to change something else.
And again thanks for the patience!

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (7 preceding siblings ...)
  2020-08-06 20:29 ` ale-saglia
@ 2020-08-06 21:05 ` pullmoll
  2020-08-06 21:05 ` pullmoll
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: pullmoll @ 2020-08-06 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466684239

Comment:
This should be an URL, i.e. `https://bitwig.com/`

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (8 preceding siblings ...)
  2020-08-06 21:05 ` [PR REVIEW] " pullmoll
@ 2020-08-06 21:05 ` pullmoll
  2020-08-06 21:05 ` pullmoll
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: pullmoll @ 2020-08-06 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466685859

Comment:
Remove this line. The next line installs the license in the right place.

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (9 preceding siblings ...)
  2020-08-06 21:05 ` pullmoll
@ 2020-08-06 21:05 ` pullmoll
  2020-08-06 21:46 ` [PR PATCH] [Updated] " ale-saglia
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: pullmoll @ 2020-08-06 21:05 UTC (permalink / raw)
  To: ml

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

New review comment by pullmoll on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466685528

Comment:
You could just as well use `bsdtar` which is available w/o adding it to `hostmakedepends`.

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

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (10 preceding siblings ...)
  2020-08-06 21:05 ` pullmoll
@ 2020-08-06 21:46 ` ale-saglia
  2020-08-06 21:47 ` [PR REVIEW] " ale-saglia
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 21:46 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1451 bytes --]

From 8c72a204d501732aaf71c98752d9e181c6f607ff 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

Removed blank lines

Reordered variables according to xlint suggestions
---
 srcpkgs/bitwig-studio/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 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..47d511187d2
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,30 @@
+# Template file for 'bitwig-studio'
+pkgname=bitwig-studio
+version=3.2.6
+revision=1
+archs="x86_64"
+#hostmakedepends="tar xz"
+depends="xdg-utils xcb-util-wm libbsd"
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="https://bitwig.com/"
+_file="bitwig-studio-${version}.deb"
+distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
+}
+
+do_install() {
+	bsdtar -xf data.tar.xz -C ${DESTDIR}
+}
+
+post_install() {
+	vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
+}

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (11 preceding siblings ...)
  2020-08-06 21:46 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-06 21:47 ` ale-saglia
  2020-08-06 21:47 ` ale-saglia
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466704189

Comment:
Fixed with last commit

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (12 preceding siblings ...)
  2020-08-06 21:47 ` [PR REVIEW] " ale-saglia
@ 2020-08-06 21:47 ` ale-saglia
  2020-08-06 21:47 ` ale-saglia
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466704216

Comment:
Fixed with last commit

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

* Re: [PR REVIEW] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (13 preceding siblings ...)
  2020-08-06 21:47 ` ale-saglia
@ 2020-08-06 21:47 ` ale-saglia
  2020-08-06 21:52 ` [PR PATCH] [Updated] " ale-saglia
  2020-08-07 12:24 ` [PR PATCH] [Merged]: " pullmoll
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 21:47 UTC (permalink / raw)
  To: ml

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

New review comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24101#discussion_r466704242

Comment:
Fixed with last commit

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

* Re: [PR PATCH] [Updated] New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (14 preceding siblings ...)
  2020-08-06 21:47 ` ale-saglia
@ 2020-08-06 21:52 ` ale-saglia
  2020-08-07 12:24 ` [PR PATCH] [Merged]: " pullmoll
  16 siblings, 0 replies; 19+ messages in thread
From: ale-saglia @ 2020-08-06 21:52 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1423 bytes --]

From a6bc7c95c974cd47d492d6c88d03cc45c45a92e2 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

Removed blank lines

Reordered variables according to xlint suggestions
---
 srcpkgs/bitwig-studio/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 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..65c697ba9db
--- /dev/null
+++ b/srcpkgs/bitwig-studio/template
@@ -0,0 +1,29 @@
+# Template file for 'bitwig-studio'
+pkgname=bitwig-studio
+version=3.2.6
+revision=1
+archs="x86_64"
+depends="xdg-utils xcb-util-wm libbsd"
+short_desc="DAW for music production, remixing and live performance"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="custom:bitwig"
+homepage="https://bitwig.com/"
+_file="bitwig-studio-${version}.deb"
+distfiles="https://downloads.bitwig.com/stable/${version}/${_file}"
+checksum=d60e288e1ff1fd4b716843b3315ea68d7cbe36e67ca92517457a682bed5b1902
+nostrip=yes
+restricted=yes
+repository=nonfree
+
+do_extract() {
+	mkdir -p ${DESTDIR}
+	ar x ${XBPS_SRCDISTDIR}/bitwig-studio-${version}/${_file}
+}
+
+do_install() {
+	bsdtar -xf data.tar.xz -C ${DESTDIR}
+}
+
+post_install() {
+	vlicense ${DESTDIR}/opt/bitwig-studio/EULA.rtf
+}

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

* Re: [PR PATCH] [Merged]: New package: bitwig-studio-3.2.6
  2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
                   ` (15 preceding siblings ...)
  2020-08-06 21:52 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-07 12:24 ` pullmoll
  16 siblings, 0 replies; 19+ messages in thread
From: pullmoll @ 2020-08-07 12:24 UTC (permalink / raw)
  To: ml

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

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

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

Description:
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] 19+ messages in thread

* [PR PATCH] New package: bitwig-studio-3.2.6
@ 2020-08-05 22:09 ale-saglia
  0 siblings, 0 replies; 19+ 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] 19+ messages in thread

end of thread, other threads:[~2020-08-07 12:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 13:17 [PR PATCH] New package: bitwig-studio-3.2.6 ale-saglia
2020-08-06 13:23 ` [PR REVIEW] " PaperMountainStudio
2020-08-06 13:26 ` [PR PATCH] [Updated] " ale-saglia
2020-08-06 13:27 ` PaperMountainStudio
2020-08-06 13:27 ` PaperMountainStudio
2020-08-06 13:30 ` [PR PATCH] [Updated] " ale-saglia
2020-08-06 13:39 ` ale-saglia
2020-08-06 14:40 ` ale-saglia
2020-08-06 20:29 ` ale-saglia
2020-08-06 21:05 ` [PR REVIEW] " pullmoll
2020-08-06 21:05 ` pullmoll
2020-08-06 21:05 ` pullmoll
2020-08-06 21:46 ` [PR PATCH] [Updated] " ale-saglia
2020-08-06 21:47 ` [PR REVIEW] " ale-saglia
2020-08-06 21:47 ` ale-saglia
2020-08-06 21:47 ` ale-saglia
2020-08-06 21:52 ` [PR PATCH] [Updated] " ale-saglia
2020-08-07 12:24 ` [PR PATCH] [Merged]: " pullmoll
  -- strict thread matches above, loose matches on Subject: below --
2020-08-05 22:09 [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).