cn187
01-20-2021, 06:55 PM
Announcing the release of ShowEQ version 6.0.0.0. This version is compatible with the January 20th release. NOTE: Qt4 is now required. Please post any problems or issues with the new build in the Help Desk forum and we'll try to get them resolved as quickly as possible.
cn187 (01/20/21)
----------------
- Updated version to 6.0.0.0
- Updated to QT4
- Various bug fixes
- Support EQ patch 01/20/21
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.0.0.0 or from the SVN repository at https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0
Installation (tarball):
$ tar xjvf showeq-6.0.0.0.tar.bz2
$ cd showeq-6.0.0.0
$ ./configure
$ make
$ make install
Installation (SVN):
$ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0 (https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0_rc3) showeq-6.0.0.0
$ cd showeq-6.0.0.0
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install
For those of you not quite ready to make the jump to SEQ6, the patch attached to this post can be applied to the last release of SEQ5 (v5.13.10.105). See http://www.showeq.net/forums/showthread.php?7581-ShowEQ-5-3-10-105-and-6-0-0-0-rc3-for-Live-12-08-20 if you need to re-obtain that version.
The patch can be applied to SEQ5 with the following command:
patch -p0 < /path/to/patch/file.txt
cn187 (01/20/21)
----------------
- Updated version to 6.0.0.0
- Updated to QT4
- Various bug fixes
- Support EQ patch 01/20/21
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.0.0.0 or from the SVN repository at https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0
Installation (tarball):
$ tar xjvf showeq-6.0.0.0.tar.bz2
$ cd showeq-6.0.0.0
$ ./configure
$ make
$ make install
Installation (SVN):
$ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0 (https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0_rc3) showeq-6.0.0.0
$ cd showeq-6.0.0.0
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install
For those of you not quite ready to make the jump to SEQ6, the patch attached to this post can be applied to the last release of SEQ5 (v5.13.10.105). See http://www.showeq.net/forums/showthread.php?7581-ShowEQ-5-3-10-105-and-6-0-0-0-rc3-for-Live-12-08-20 if you need to re-obtain that version.
The patch can be applied to SEQ5 with the following command:
patch -p0 < /path/to/patch/file.txt