Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
brummer10 committed Jul 17, 2020
1 parent cddcbd4 commit a846335
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
17 changes: 17 additions & 0 deletions trunk/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
guitarix2 (0.41.0) unstable; urgency=low

* Add Slovak translation by Jozef Riha
* Fix issue #104 lv2 plugins contains executable stack, patch by Alexander Tsoy
* Fix issue #105 Compile error on 0.40.0
* Fix issue #109 cannot initialize a variable of type 'char ' with an rvalue of type 'void '
* Fix issue #110 error: unknown type name 'va_list'
* Add NSM support
* Add midi out for tuner
* Add low/high cut filter before tuner
* GxTuner set to use same precision then the tuner in guitarix
* Use tabbox for LV2 plugs with to much controlls
* Disable GxVibe, because it is brocken
* Fix several Bug's and hopefully don't introduce to much new one's

-- brummer <[email protected]> Wed, 17 Jul 2020 08:50:42 +0200

guitarix2 (0.40.0) unstable; urgency=low

* Port GUI and underlying lib's (gxw/gxwmm) to GTK3 (gtkmm3)
Expand Down
2 changes: 1 addition & 1 deletion trunk/debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
10
5 changes: 3 additions & 2 deletions trunk/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: guitarix2
Section: sound
Priority: extra
Maintainer: brummer <[email protected]>
Build-Depends: debhelper (>= 6), python-minimal, python2.5|python2.6|python2.7, libjack-jackd2-dev|libjack-dev, libsndfile1-dev, libgtk2.0-dev, libgtkmm-2.4-dev, ladspa-sdk, libavcodec-dev, libavutil-dev, liblilv-dev, lv2-dev, libeigen3-dev, libavahi-gobject-dev, libbluetooth-dev, libfftw3-dev, liblrdf0-dev, libsndfile1-dev, libsigc++-2.0-dev, libboost-dev, gperf
Build-Depends: debhelper (>= 6), python3|python2.5|python2.6|python2.7, libjack-jackd2-dev|libjack-dev, libsndfile1-dev, libgtk-3-dev, libgtkmm-3.0-dev, ladspa-sdk, libavcodec-dev, libavutil-dev, liblilv-dev, lv2-dev, libeigen3-dev, libavahi-gobject-dev, libfftw3-dev, liblrdf0-dev, libsndfile1-dev, libsigc++-2.0-dev, libboost-system-dev, libboost-iostreams-dev, gperf
Standards-Version: 3.7.3
Homepage: <http://guitarix.org/>

Expand All @@ -11,4 +11,5 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: jack-capture, vorbistools, lame
Description: <simple mono amplifier>
<guitarix is a simple mono amplifier to jack (JackAudioConnektionKit) with one input and two output's. Designed to get nice trash/metall/rock/guitar sounds. Avaliable are the controls for bass, treble, gain, balance, distortion, freeverb, crybaby(wah) and echo . A fixed resonator will use, when distortion is disable. For the 'presure' in the sound you can use the feedback and feedforward sliders. guitarix comes with a GTK Interface and as Ladspa plugin. Not all funktions are included in the ladspa plugin>
<Guitarix is a rock guitar amplifier for the JACK Audio Connection Kit with one input and two outputs.>

2 changes: 1 addition & 1 deletion trunk/src/LV2/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ subdirs = [
'gx_jcm800pre.lv2',
'gx_jcm800pre_st.lv2',
'gx_cabinet.lv2',
'gx_vibe.lv2',
#'gx_vibe.lv2',
'gx_fuzzface.lv2',
'gx_fuzzfacefm.lv2',
'gx_hfb.lv2',
Expand Down
2 changes: 1 addition & 1 deletion trunk/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ srcdir = '.'
blddir = 'build'

# used by waf dist and waf build
VERSION='0.40.0'
VERSION='0.41.0'
APPNAME='guitarix'

Options.OptionsContext.gxload = \
Expand Down

0 comments on commit a846335

Please sign in to comment.