magnush / mhwaveedit

Sound file editor (written in C using the GTK+ toolkit)
GNU General Public License v2.0
41 stars 8 forks source link

require autoconf 2.68+ / gtk 2.18+ / glib 2.28+ #16

Closed wdlkmpx closed 4 years ago

wdlkmpx commented 4 years ago

These are commits by gkarsay.

Initial steps to update the codebase: delete some old code so that new changes can happen

Release dates:

Changes

That GTK+ < 2.18 is misleading because there are many gtk1 widgets that will be replaced .. eventually.

g_thread_init is not required by mhWaveEdit, but "some versions of the aRts C library call g_thread_init internally"

That probably means that aRts support should be removed..

wdlkmpx commented 4 years ago

I performed some tests and everything seems to be ok.

To test these changes you can download and unzip this file (theoretically) https://github.com/wdlkmpx/mhwaveedit/archive/patch1.zip

run sh gitcompile.sh, the resulting binary is /usr/local/bin/mhwaveedit

wdlkmpx commented 4 years ago

Closing, see #15 for more details.