Code: Select all
sudo apt-get build-dep eq10q
apt-get source eq10q
# cd to the dir containing eq10q source
debuild -rfakeroot
Sapistas EQ10Q is a very good 10 band parametric EQ with q control and lots of filter options, it not only sounds good and works very well (once you get it to stop crashing ardour) the gui is very nice.
Ive never had it working, it would just crash ardour every time you open up the gui. its easily fixed.
First, you need to remove the plugins that are already installed, or in my case i did, if i compiled them from source with kx studios plugins already installed, it would still crash ardour. it does it in ubuntu studio as well, and it did it in av-linux.
First find where the eq10q plug is. I think its usually in /usr/lib/lv2/sapista/eq10q/ (or something similar) so use locate.
Code: Select all
locate eq10q
/home/bazsound/.kde/share/applnk/eq10q-2-beta4-1.desktop
/home/bazsound/.kde/share/applnk/eq10q-2-beta4-1.tar.gz.desktop
/usr/local/lib/lv2/sapistaEQv2.lv2/eq10qm.so
/usr/local/lib/lv2/sapistaEQv2.lv2/eq10qm.ttl
/usr/local/lib/lv2/sapistaEQv2.lv2/eq10qs.so
/usr/local/lib/lv2/sapistaEQv2.lv2/eq10qs.ttl
/usr/local/lib/lv2/sapistaEQv2.lv2/gui/eq10qm_gui.so
/usr/local/lib/lv2/sapistaEQv2.lv2/gui/eq10qs_gui.so
/usr/local/lib/lv2/sapistaEQv2.lv2/gui/icons/logoeq10q.png
/usr/share/doc/eq10q
/usr/share/doc/eq10q/changelog.Debian.gz
/usr/share/doc/eq10q/copyright
/var/lib/dpkg/info/eq10q.list
/var/lib/dpkg/info/eq10q.md5sums
bazsound@bazsound-MS-7309:/media/Storage$
Code: Select all
sudo updatedb
Now you know where the sapista plugins are installed, simply remove its directory.
*WARNING* I TAKE NO RESPONSIBILITY FOR ANY MISTAKES YOU MAY MAKE WHILE USING rm PLEASE MAKE SURE YOU ARE CAREFULL AS IT WONT ASK YOU TO CONFIRM AND SINCE WE ARE USING SUDO YOU CAN DELETE ANYTHING YOU WANT. rm -r WILL REMOVE THE DIRECTORY YOU SPECIFY AND ALL ITS CONTENTS.
Now we know the directory we can remove the directory with
Code: Select all
sudo rm-r /path/to/eq10q/
http://eq10q.sourceforge.net/?page_id=16
Extract it somewhere.
Open up a terminal, and CD to where you extracted it
Code: Select all
CD /media/storage/eq10q-2-beta4
Make sure you have the nessesary dependancies.
Code: Select all
Before install EQ10Q you must resolve all required libraries:
- G++ compiler
- cmake
- pkg-config
- Gtkmm >= 2.4
now all you have to do is
Code: Select all
cmake
make
sudo make install
If you notice any errors somewhere, please post a reply and i can edit this post.