Some Multimedia Packages (AVL-MXE)
Posted: Mon Aug 03, 2020 10:58 pm
Hi new MX friends!
For those who may or may not know (or care) AV Linux, a Distribution for Content Creators since 2007 is moving to MX Linux for a base distribution, much of the reason for this is the great MX Community and the phenomenal Snapshot tools which are much better than any 3rd-party solutions out there. Of course for the time being any AV Linux respins based on MX will not be officially supported by MX but I hope in time we can pool our packaging resources and I can bring some Content Creation experience to MX. More info on that here: https://youtu.be/hoLmzybXk54
For this to happen means I need to learn A LOT about how to 'officially' package for the MX Repos and with a full time job and part-time studio to run this will take some time.. There is a big difference between simply 'building Debs' and formatting upstream sources for full and proper inclusion into a Debian repository. In the meantime I'd like to contribute in a small way so I will post a few packages here once in a while that are built on (and for) MX 19.2, these packages should be looked at as temporary until such time as they are built for the MX Repository but they are built from trusted sources (mostly github) and should install and run with proper dependencies but of course as with any 3rd-party Packages... INSTALL AT YOUR OWN RISK!! Please let me know if there are any missing dependencies and I will fix them ASAP..
1. AVIDEMUX 2.7.6... (Source: Sourceforge) If you're new to Linux or unfamiliar with commandline package tools like dpkg and apt you might want to skip this one..
This one is a bit of a PITA as it's Debian Packaging script splinters it into 879 individual packages (OK, I exaggerated...) which makes the order of installing with GDebi very convoluted... First you need libaften which is not available in Debian or MX Repos, It is only packaged by Deb-Multimedia so before doing anything you'll need libaften provided here:
http://bandshed.net/packages/AVL-MXE/libaften/ *NOTE You only need the 'dev' Package if you plan on building Avidemux for yourself in the future...
Once libaften is installed you can get the Avidemux Packages (including a custom launcher) here:
http://bandshed.net/packages/AVL-MXE/avidemux/
I suggest installing all of the Avidemux packages as Root (or sudo) with: after which you will probably get a frightful amount of terminal messages about missing dependencies since dpkg doesn't handle them for you... After dpkg poops on your carpet you should be able to mop up the mess by following up the dpkg command with this (again as Root or sudo): This should fix the missing dependencies..
2. HYDROGEN DRUM MACHINE 1.0.0 (Source: Github)
Unlike Avidemux this will hopefully be a simple Gdebi job, get it here:
http://bandshed.net/packages/AVL-MXE/hydrogen/ *NOTE Unless you want to do some heavy debugging for the Hydrogen developers you don't need the 'dbgsym' package..
3. YOSHIMI (synthesizer) (Source: Github)
Also hopefully a simple install with GDebi, it will provide Yoshimi both as a Standalone and an LV2 Plugin for use in hosts like Ardour or Qtractor, get it here:
http://bandshed.net/packages/AVL-MXE/yoshimi/
4. OLIVE-EDITOR 1.X GIT (Video Editor) (Source Github)
A very lightweight and compact Video Editor in early development but quite usable at this point..
http://bandshed.net/packages/AVL-MXE/ol ... _amd64.deb
This is it for now, more to come in the near future... If you've been brave enough to install please report any installations or runtime dependency issues in this thread, for questions about the apps themselves prolly best to ring up their websites...
For those who may or may not know (or care) AV Linux, a Distribution for Content Creators since 2007 is moving to MX Linux for a base distribution, much of the reason for this is the great MX Community and the phenomenal Snapshot tools which are much better than any 3rd-party solutions out there. Of course for the time being any AV Linux respins based on MX will not be officially supported by MX but I hope in time we can pool our packaging resources and I can bring some Content Creation experience to MX. More info on that here: https://youtu.be/hoLmzybXk54
For this to happen means I need to learn A LOT about how to 'officially' package for the MX Repos and with a full time job and part-time studio to run this will take some time.. There is a big difference between simply 'building Debs' and formatting upstream sources for full and proper inclusion into a Debian repository. In the meantime I'd like to contribute in a small way so I will post a few packages here once in a while that are built on (and for) MX 19.2, these packages should be looked at as temporary until such time as they are built for the MX Repository but they are built from trusted sources (mostly github) and should install and run with proper dependencies but of course as with any 3rd-party Packages... INSTALL AT YOUR OWN RISK!! Please let me know if there are any missing dependencies and I will fix them ASAP..
1. AVIDEMUX 2.7.6... (Source: Sourceforge) If you're new to Linux or unfamiliar with commandline package tools like dpkg and apt you might want to skip this one..
This one is a bit of a PITA as it's Debian Packaging script splinters it into 879 individual packages (OK, I exaggerated...) which makes the order of installing with GDebi very convoluted... First you need libaften which is not available in Debian or MX Repos, It is only packaged by Deb-Multimedia so before doing anything you'll need libaften provided here:
http://bandshed.net/packages/AVL-MXE/libaften/ *NOTE You only need the 'dev' Package if you plan on building Avidemux for yourself in the future...
Once libaften is installed you can get the Avidemux Packages (including a custom launcher) here:
http://bandshed.net/packages/AVL-MXE/avidemux/
I suggest installing all of the Avidemux packages as Root (or sudo) with:
Code: Select all
dpkg -i *.deb
Code: Select all
apt-get -f install
2. HYDROGEN DRUM MACHINE 1.0.0 (Source: Github)
Unlike Avidemux this will hopefully be a simple Gdebi job, get it here:
http://bandshed.net/packages/AVL-MXE/hydrogen/ *NOTE Unless you want to do some heavy debugging for the Hydrogen developers you don't need the 'dbgsym' package..
3. YOSHIMI (synthesizer) (Source: Github)
Also hopefully a simple install with GDebi, it will provide Yoshimi both as a Standalone and an LV2 Plugin for use in hosts like Ardour or Qtractor, get it here:
http://bandshed.net/packages/AVL-MXE/yoshimi/
4. OLIVE-EDITOR 1.X GIT (Video Editor) (Source Github)
A very lightweight and compact Video Editor in early development but quite usable at this point..
http://bandshed.net/packages/AVL-MXE/ol ... _amd64.deb
This is it for now, more to come in the near future... If you've been brave enough to install please report any installations or runtime dependency issues in this thread, for questions about the apps themselves prolly best to ring up their websites...