Bug#1062831: guitarix: segfaults, when creating a preset bank

2024-02-03 Thread Hermann Meyer
Hi Guitarix maintainer here. I've pushed a fix for that to our repository, this is the relevant patch to fix this issue: https://github.com/brummer10/guitarix/commit/80e951fb3212c058c507c421cecfacca1f6d2932 regards hermann

Bug#1037685: guitarix: ftbfs with GCC-13

2023-07-15 Thread Hermann Meyer
Hi This bug is already fixed in upstream, here is the related patch: https://github.com/brummer10/guitarix/commit/b52736180b6966f24398f8a5ad179a58173473ec regards hermann

Bug#1016363: libx11-6 1.8.1 also breaks glxinfo

2022-08-01 Thread Hermann Meyer
With libx11-6 1.8.1 I get: |glxinfo name of display: :0 glxinfo: ../nptl/pthread_mutex_lock.c:424: __pthread_mutex_lock_full: Assertion `e != ESRCH || !robust' failed. Abgebrochen| rebuilding libx11 with the --disable-thread-safety-constructor flag solved the issue. |System:   Host: box

Bug#1003147: guitarix: New upstream release 0.44.1

2022-05-03 Thread Hermann Meyer
Hi A new release is out, 0.44.1 While the current source in debian fails to build against recent glib, it may be time to update to the latest release. That will as well resolve all implemented patches from debian. regards hermann

Bug#997223: guitarix: FTBFS: gatomic.h:202:45: error: invalid conversion from ‘volatile void*’ to ‘void*’ [-fpermissive]

2021-11-13 Thread Hermann Meyer
Hi There is already a patch attached for this bug here #989206 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=989206 Maybe someone could add it to the package before guitarix gets removed. regards hermann

Bug#984469: guitarix: debian/copyright is inaccurate

2021-03-06 Thread Hermann Meyer
Hi guitarix upstream maintainer here. Please downgrade the severity of this bug. The files in question don't be part of the distributed package, so there is no serious reason to mark guitarix "unfit for release". Even if the [debian/copyright] file may be wrong for those files, that haven't

Bug#967506: guitarix: depends on deprecated GTK 2

2020-08-08 Thread Hermann Meyer
Latest guitarix release 0.41.0  use GTK 3, so it just needs to be updated on bbuild to solve this issue. regards hermann

Bug#963520: guitarix: depend on prename

2020-06-23 Thread Hermann Meyer
Hi Hermann here, I'm the upstream maintainer. Thanks for you interest in our work. Let's have a look at the part were you complain about.   set +e   RN=$(rename -V  2>/dev/null| grep File::Rename)   if [ ! -z "$RN" ] ; then     use_to_rename='rename'   fi   if [ -z "$RN" ] ; then    

Bug#943122: guitarix: Python2 removal in sid/bullseye

2020-01-17 Thread Hermann Meyer
The latest guitarix release 0.39.0 solve this issue as it update waf to version 2.0.19. This removes the build dependency on Python2. regards hermann

Bug#853437: guitarix: ftbfs with GCC-7

2017-08-11 Thread Hermann Meyer
Hi A new release (0.35.6) is out to fix this issue. https://sourceforge.net/projects/guitarix/ regards hermann

Bug#866641: guitarix: depends on libwebkitgtk-1.0-0 which is deprecated

2017-07-14 Thread Hermann Meyer
And a new release is out, 0.35.4, which dropping the dependency to libwebkitgtk at all. https://sourceforge.net/projects/guitarix/

Bug#866641: guitarix: depends on libwebkitgtk-1.0-0 which is deprecated

2017-07-05 Thread Hermann Meyer
Hi So I've now removed webkit from guitarix. Next release will come without webkit, but a new online preset fetcher (Gio::File) and menu. regards hermann

Bug#866641: guitarix: depends on libwebkitgtk-1.0-0 which is deprecated

2017-07-01 Thread Hermann Meyer
Am 01.07.2017 um 13:28 schrieb Jeremy Bicha: On Sat, Jul 1, 2017 at 3:44 AM, Hermann Meyer <brumm...@web.de> wrote: Any plans to provide webkit2 with gtk2 support, e.g. build with | No, sorry. gtk3 has stabilized now with version 3.22.* So it's a great time to upgrade your app. gtk3 na

Bug#866641: guitarix: depends on libwebkitgtk-1.0-0 which is deprecated

2017-07-01 Thread Hermann Meyer
Hi Any plans to provide webkit2 with gtk2 support, e.g. build with | --with-gtk=2.|0 regards hermann||| |

Bug#839354: guitarix: FTBFS: ../src/gx_head/engine/ladspaback.cpp:1625:61: error: no match for 'operator!=' (operand types are 'Glib::RefPtr' and 'int')

2016-10-11 Thread Hermann Meyer
Hi I've updated my box now, and be able to reproduce and fix the error. I've pushed out a new release to fix this and some other bugs. V0.35.2 is out. https://sourceforge.net/projects/guitarix/ regards hermann

Bug#839354: guitarix: FTBFS: ../src/gx_head/engine/ladspaback.cpp:1625:61: error: no match for 'operator!=' (operand types are 'Glib::RefPtr' and 'int')

2016-10-03 Thread Hermann Meyer
> ../src/gx_head/engine/ladspaback.cpp:1625:61: error: no match for 'operator!=' (operand types are 'Glib::RefPtr' and 'int') > while ((file_info = child_enumeration->next_file()) != 0) { > ~^~~~ Hi Even if I cant reproduce

Bug#831124: guitarix: FTBFS with GCC 6: ../libgxwmm/gxwmm/gainline.h:25:110: error: call of overloaded 'abs(double)' is ambiguous

2016-07-19 Thread Hermann Meyer
Hi . . and a new upstream release is out (0.35.1) which fix the build fail with GCC6. changelog: This release mainly fix the build issue with GCC6.(Debian #831124) * Add back the oc_2 plugin * fix icon size of widget-gxwidgets-gxhslider.png (make lintian happy) * fix range of graphic eq

Bug#831124: guitarix: FTBFS with GCC 6: ../libgxwmm/gxwmm/gainline.h:25:110: error: call of overloaded 'abs(double)' is ambiguous

2016-07-15 Thread Hermann Meyer
Hi This is already fixed in upstream on 2016-05-16 here is the fix commit: https://sourceforge.net/p/guitarix/git/ci/975b3b5cbd6b7b8a74f4da9eb687c9af8538178c/ regards hermann

Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-05 Thread Hermann Meyer
Ups, sorry, you need to pass -j $(NUMJOBS) to the build command, not to configure. regards hermann

Bug#820046: guitarix: does not respect DEB_BUILD_OPTIONS=parallel max value

2016-04-04 Thread Hermann Meyer
If you use the DEB_BUILD_OPTIONS=parallel flag, you must past the $(NUMJOBS) somehow to the waf configure flags. https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options guitarix wscript accept the -j$(NUMJOBS) parameter. regards hermann

Bug#812625: ITA: guitarix -- Rock guitar amplifier for Jack

2016-02-02 Thread Hermann Meyer
Hi Thanks Roland for all your work over the years. Victor, I'm glade you'll take guitarix under the hood of the Multimedia Team. regards hermann

Bug#805666: guitarix: FTBFS: compile flags incompatiable with newer glibmm-2.4

2015-11-20 Thread Hermann Meyer
Hi Please update guitarix to the latest release (0.34.0), that will fix this bug and #788564 as well. regards hermann (guitarix upstream maintainer)

Bug#788564: guitarix: segfault when adding LADSPA plugin to category with accent in name

2015-06-14 Thread Hermann Meyer
Yes, confirmed and fixed in upstream with commit [f193f5] http://sourceforge.net/p/guitarix/git/ci/f193f5450077d88571441072a9ad98a8f8fcd532 regards hermann -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#535627: ITP: python-audiolab -- A python module to make noise from numpy arrays

2014-07-07 Thread hermann meyer
Hi Any news on this? /audiolab is now version 0.11.0/ and have a new home here: http://scikits.appspot.com/audiolab It wold be great to have it in debian. regards hermann

Bug#748545: Does not work - starts, but does nothing

2014-06-06 Thread hermann meyer
Hi gxtuner works here without problems. Do you use jack with rt-priory ? the pitch-tracker thread in gxtuner runs usually with jack-priory -6, so a lower priory then jack itself and all other jack-aware apps. This is done to never conflict with other audio threads which may work on critical