Bug#1076836: jack-example-tools: Package can't be installed

2024-07-23 Thread Aaron Wyatt
Package: jack-example-tools Version: 4-1 Severity: important Tags: patch Dear Maintainer, The current version of jack-example-tools can't be installed because of a typo in the control file. (The version of jack it depens on is 1.92.22 instead of 1.9.22.) It's an easy fix, but I've included a patc

Bug#1056662: jack-mixer: jack_mixer not saving preferences

2023-11-24 Thread Aaron Wyatt
Package: jack-mixer Version: 18-1 Severity: normal Dear Maintainer, After upgrading to version 18-1, jack_mixer no longer loads or saves preferences if python3-appdirs is not installed. Please consider making this package a dependency or recommended package. Cheers, Aaron -- System Informati

Bug#1050548: meterbridge: ppm and vu meter backgrounds not redrawn properly

2023-08-25 Thread Aaron Wyatt
Doing a little more testing, replacing SDL_BlitSurface with SDL_FillRect fills the appropriate area defined by buf_rect with a solid colour and wipes out all traces of the previous needle. So I suspect this is really a bug with how the compatibility library is wrapping SDL_BlitSurface. Maybe th

Bug#1050548: meterbridge: ppm and vu meter backgrounds not redrawn properly

2023-08-25 Thread Aaron Wyatt
Package: meterbridge Version: 0.9.2-13 Severity: normal Tags: patch Dear Maintainer, After upgrading libsdl1.2debian to version 1.2.64-5 (which is now a compatability wrapper for SDL 2.0) the meter background is not properly redrawn between each render of the meter's needle for ppm and vu meters.

Bug#979490: rss-glx: XScreenSaver no longer finds the rss-glx screensavers

2021-01-07 Thread Aaron Wyatt
Package: rss-glx Version: 0.9.1-6.1 Severity: important Tags: patch Dear Maintainer, It seems that the xscreensaver search path now includes /usr/libexec/xscreensaver rather than /usr/lib/xscreensaver. This means that the rss-glx screensavers aren't found. I'm including a patch that updates this p

Bug#967917: Fix for unit file

2020-08-12 Thread Aaron Wyatt
Also seeing this problem. The issue can be fixed by editing the unit file. In the [Service] section, edit the ExecStart line so that it reads: ExecStart=/bin/true You'll then need to run: sudo systemctl daemon-reload sudo systemctl restart blk-availability.service to reload the unit file. Chee

Bug#945406: chromium: Widevine content decrytion module no longer working

2020-04-24 Thread Aaron Wyatt
I was hoping for a long time that this bug would magically resolve itself, but decided to take a look into it today and managed to get things working. It seems that Widevine support now needs to be manually enabled in the build settings for non Chrome branded builds. The attached patch fixes th

Bug#954658: Info received (Bug#954658: Info received (Bug#954658 closed by Dennis Braun (Re: qjackctl: Frames/Period setting not always saved when it's the only setting changed.

2020-03-27 Thread Aaron Wyatt
Also just noticed that there's an extraneous else statement that my patch doesn't remove. (Which would have messed with the instant update feature. That's my bad - somehow managed to introduce an inconsistency in my own code when moving from OS X to linux.) Attaching a fix. Aaron Make sure the

Bug#954658: Info received (Bug#954658 closed by Dennis Braun (Re: qjackctl: Frames/Period setting not always saved when it's the only setting changed.))

2020-03-26 Thread Aaron Wyatt
To make it even clearer for the upstream developer, it's a data synchronisation issue between the instances of qjackctlSetupForm and qjackctlMainForm. When the Frames/Period setting is changed, yes jackd is notified. But the new setting isn't stored in the qjackctlSetup object that both forms s

Bug#954658: closed by Dennis Braun (Re: qjackctl: Frames/Period setting not always saved when it's the only setting changed.)

2020-03-26 Thread Aaron Wyatt
Sure, the settings are changed immediately, but the change is not written to disk. So say I change the Frames/Period setting to 512 from 1024. That works for the current running instance of jackd. But the next time I launch the daemon after stopping it? Back to 1024. And worse still, the settin

Bug#954658: Updated Patch

2020-03-22 Thread Aaron Wyatt
Also realised that hitting the cancel button on the settings form doesn't restore the previous settings within the UI. Have updated the patch to fix that too. Aaron Make sure the frames setting is saved when it's the only setting that's changed. Restore the previous settings in the setup form wh

Bug#954658: qjackctl: Frames/Period setting not always saved when it's the only setting changed.

2020-03-22 Thread Aaron Wyatt
Package: qjackctl Version: 0.6.1-1 Severity: normal Tags: patch upstream Dear Maintainer, QJackCtl doesn't always save the Frames/Period setting properly if it's the only setting changed in the setup window. (It persists in the UI when the setup window is closed and reopened, but it isn't written

Bug#939126: Small optimization to patch

2019-09-01 Thread Aaron Wyatt
Just a minor improvement to the patch I submitted. Cheers, Aaron --- jacktrip-1.1~repack/src/JackTrip.cpp 2019-09-02 07:57:44.0 +1000 +++ JackTrip.cpp 2019-09-02 07:58:29.098016907 +1000 @@ -450,7 +450,16 @@ UdpSockTemp.readDatagram(buf, 1, &peerHostAddress, &peer_port); UdpSockTemp.

Bug#939126: jacktrip: Other clients unable to connect to jacktrip server

2019-09-01 Thread Aaron Wyatt
Package: jacktrip Version: 1.1~repack-6 Severity: important Tags: patch Dear Maintainer, Other clients hang at "Waiting for Peer..." when attempting to connect to jacktrip running as a server. This is because of a change to the way that QHostAddress works in Qt5, resulting in the return of an IPv

Bug#934677: broadcom-sta-dkms: Fails to build for 5.2.0-2-amd64

2019-08-13 Thread Aaron Wyatt
Package: broadcom-sta-dkms Version: 6.30.223.271-10 Severity: normal Tags: patch Dear Maintainer, The broadcom driver fails to build on linux 5.2.0-2-amd64 due to use of a deprecated function. I've attached a patch that should fix the issue. (Replaces get_ds() with KERNEL_DS in wl_cfg80211_hybrid