Bug#906462: i will ITS this

2018-09-10 Thread Paul Brossier
hi Bill,

Sorry for the lag and thanks for the heads up. I am preparing an updated
0.6.2 and will push the source package to salsa.debian.org.

It would be nice if jack was started automatically when needed. See the
attached patch to do so.

Also, there are still some compiler warnings in 0.6.2 that need addressing.

cheers, piem

On 09/09/2018 11:44 PM, bill auger wrote:
> please do try to keep this package from being dropped
> 
> i am the upstream maintainer and i have been trying for about 18
> months to contact debian user piem about this package; and working
> with the MIA team for over a year - the upstream repo is is good
> shape with up-to-date autotools, with the current debian patches
> applied, and several other bug fixes
> 
> starting in october, there is set to be a new package salvaging
> procedure in place and i was advised by tobias on the MIA team that i
> could start the procedure for adopting the package at that time
> 
diff --git a/src/fweelin_audioio.cc b/src/fweelin_audioio.cc
index 0af3f17..fae1e69 100644
--- a/src/fweelin_audioio.cc
+++ b/src/fweelin_audioio.cc
@@ -274,7 +274,7 @@ int AudioIO::open () {
   //  AUDIO startup
   
   // Try to become a client of the JACK server
-  client = jack_client_open("FreeWheeling", JackNoStartServer, NULL);
+  client = jack_client_open("FreeWheeling", JackNullOption, NULL);
   if (!client) {
 fprintf (stderr, "AUDIO: ERROR: Jack server not running!\n");
 return 1;


signature.asc
Description: OpenPGP digital signature


Bug#906462: i will ITS this

2018-09-09 Thread bill auger
please do try to keep this package from being dropped

i am the upstream maintainer and i have been trying for about 18 months to 
contact debian user piem about this package; and working with the MIA team for 
over a year - the upstream repo is is good shape with up-to-date autotools, 
with the current debian patches applied, and several other bug fixes

starting in october, there is set to be a new package salvaging procedure in 
place and i was advised by tobias on the MIA team that i could start the 
procedure for adopting the package at that time