Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: traverso-0.49.6
@ 2020-04-24 13:32 not-chicken
  2020-04-25  1:56 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: not-chicken @ 2020-04-24 13:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/not-chicken/void-packages traverso
https://github.com/void-linux/void-packages/pull/21301

[WIP] New package: traverso-0.49.6
Closes #21298 
Need help in testing @leahneukirchen

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

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

From 0dafc7cd90a6d7e815cae4f83ab940ffae00ddcf Mon Sep 17 00:00:00 2001
From: Lorem <notloremipsum@protonmail.com>
Date: Fri, 24 Apr 2020 18:48:37 +0530
Subject: [PATCH] New package: traverso-0.49.6

---
 .../patches/patch-src_core_Sheet.patch        | 11 ++++++++
 srcpkgs/traverso/template                     | 25 +++++++++++++++++++
 2 files changed, 36 insertions(+)
 create mode 100644 srcpkgs/traverso/patches/patch-src_core_Sheet.patch
 create mode 100644 srcpkgs/traverso/template

diff --git a/srcpkgs/traverso/patches/patch-src_core_Sheet.patch b/srcpkgs/traverso/patches/patch-src_core_Sheet.patch
new file mode 100644
index 00000000000..4676e9ebb05
--- /dev/null
+++ b/srcpkgs/traverso/patches/patch-src_core_Sheet.patch
@@ -0,0 +1,11 @@
+--- src/core/Sheet.cpp.orig	2019-05-16 08:08:50 UTC
++++ src/core/Sheet.cpp
+@@ -397,7 +397,7 @@ int Sheet::prepare_export(ExportSpecification* spec)
+ 		m_rendering = true;
+ 	}
+ 
+-	spec->startLocation = LONG_LONG_MAX;
++	spec->startLocation = LLONG_MAX;
+ 	spec->endLocation = TimeRef();
+ 
+ 	TimeRef endlocation, startlocation;
diff --git a/srcpkgs/traverso/template b/srcpkgs/traverso/template
new file mode 100644
index 00000000000..105924d4f0c
--- /dev/null
+++ b/srcpkgs/traverso/template
@@ -0,0 +1,25 @@
+# Template file for 'traverso'
+pkgname=traverso
+version=0.49.6
+revision=1
+build_style=cmake
+configure_args="-DWANT_MP3_ENCODE=ON -DDETECT_HOST_CPU_FEATURES=OFF"
+hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
+makedepends="jack-devel wavpack-devel libvorbis-devel libflac-devel
+ libmad-devel lame-devel fftw-devel qt5-devel lilv-devel libsndfile-devel
+ libsamplerate-devel"
+depends="hicolor-icon-theme"
+short_desc="Digital Audio Workstation with an innovative user Interface"
+maintainer="Lorem <notloremipsum@protonmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://traverso-daw.org/"
+distfiles="http://traverso-daw.org/traverso-${version}.tar.gz"
+checksum=f850b88cbb64529655514b7cfe01c56133e21929374b3e3b90813bc227eac789
+
+post_install() {
+	vdoc resources/help.text
+	vinstall resources/traverso.desktop 644 usr/share/applications
+	vinstall resources/x-traverso.xml 644 usr/share/mime/packages
+	vmkdir usr/share/icons/hicolor
+	cp -a resources/freedesktop/icons/* ${DESTDIR}/usr/share/icons/hicolor
+}

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

* Re: [WIP] New package: traverso-0.49.6
  2020-04-24 13:32 [PR PATCH] [WIP] New package: traverso-0.49.6 not-chicken
@ 2020-04-25  1:56 ` ahesford
  2020-04-25  1:57 ` ahesford
  2020-04-25 15:43 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-04-25  1:56 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/21301#issuecomment-619301850

Comment:
For the basics, the program works OK for me with ALSA. I don't have the workflow to test beyond basic operation. There are some quirks with the application (mostly strange mouse teleportation when clicking some widgets), but I doubt they are related to packing.

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

* Re: [WIP] New package: traverso-0.49.6
  2020-04-24 13:32 [PR PATCH] [WIP] New package: traverso-0.49.6 not-chicken
  2020-04-25  1:56 ` ahesford
@ 2020-04-25  1:57 ` ahesford
  2020-04-25 15:43 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-04-25  1:57 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/21301#issuecomment-619301850

Comment:
For the basics, the program works OK for me with ALSA. I don't have the workflow to test beyond basic operation. There are some quirks with the application (mostly strange mouse teleportation when clicking some widgets), but I doubt they are related to packaging.

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

* Re: [PR PATCH] [Merged]: [WIP] New package: traverso-0.49.6
  2020-04-24 13:32 [PR PATCH] [WIP] New package: traverso-0.49.6 not-chicken
  2020-04-25  1:56 ` ahesford
  2020-04-25  1:57 ` ahesford
@ 2020-04-25 15:43 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2020-04-25 15:43 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: traverso-0.49.6
https://github.com/void-linux/void-packages/pull/21301

Description:
Closes #21298 
Need help in testing @leahneukirchen

Patch taken from [here](https://github.com/DragonFlyBSD/DPorts/blob/master/audio/traverso/files/patch-src_core_Sheet.cpp), it failed for armv7l-musl( the only arch I built for apart from x86_64) without it.

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

end of thread, other threads:[~2020-04-25 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 13:32 [PR PATCH] [WIP] New package: traverso-0.49.6 not-chicken
2020-04-25  1:56 ` ahesford
2020-04-25  1:57 ` ahesford
2020-04-25 15:43 ` [PR PATCH] [Merged]: " leahneukirchen

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