I mean - if you need lash support in fsthost32 on 64 arch you need install lib32-lash. On the other hand you can still build fsthost64 with lash support.
Personally I prefer JackSession.
I belive that lash cflags problem is currenlty fixed. Today I also fixed GTK=0 mode.
Search Criteria
Package Details: fsthost-svn 401-1
Package Actions
| Package Base: | fsthost-svn |
|---|---|
| Description: | A linux VST host using winelib, fork of FreeST. |
| Upstream URL: | http://sourceforge.net/projects/fsthost/ |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Submitter: | rtfreedman |
| Maintainer: | None |
| Last Packager: | rtfreedman |
| Votes: | 0 |
| First Submitted: | 2013-04-10 23:38 |
| Last Updated: | 2015-01-27 18:06 |
Dependencies (7)
- gtk3
- jack
- lash
- libxml2
- wine
- subversion (make)
- perl-xml-libxml (optional) – for fsthost_menu.pl
Required by (0)
Sources
Latest Comments
Comment by xxj
Comment by rtfreedman
@xxj Thanks for the pointer to perl-xml-libxml - I've fixed the optdepends on fsthost_menu.pl
Regarding your previous comment on lash 'there is only 64bit version library in Arch official repo.'
That's not true - try: grep arch /var/abs/community/lash/PKGBUILD
arch=('i686' 'x86_64')
Not sure what you meant with 'If you need lash support, you can install lib32-lash from aur.'
If you're on 32bit, all is fine - no need for lib32-lash
If you're on 64bit, you might want to force it to using 32bit libs using lib32-xxx
I've changed the PKGBUILD to use your host arch on default - if you want to use lib32 on x86_64,
please check the comments and modify accordingly.
I'm currently on 32bit - no check has been done on 64bit. Please test it and report back.
Comment by xxj
Ah .. and zenity is no longer required. There is new version for fsthost_menu, written in perl. It's installed by default. Although, You need perl-xml-libxml from official repo.
Comment by xxj
The problem with lash is that there is only 64bit version library in Arch official repo. If you need lash support , you can install lib32-lash from aur. If you need 64 version with lash and 32 without can build them separately like that:
make PLAT=32 LASH_EXISTS=no
make PLAT=64
Comment by capoeira
builds now. nice
Comment by rtfreedman
@capoeira Sorry, a typo in md5sums (missing final s) got undetected for a long time.
I had to add 'LASH_EXISTS=no' to get it build.
Comment by capoeira
doesn't instal "integrity verification failed"
Comment by xxj
Well, you beat me ;-) It was about use svn not packaging. I'm just care for more regular users - i know that hackers will cope with issues.
Anyway thanks to foster my app. If you have any problems with makefile give me a note - i try fix this on upstream level.
Comment by rtfreedman
@xxj That's what a VCS is for - but I second your warnings ;)
See comment by xxj 2013-01-10 16:21 https://aur.archlinux.org/packages/fsthost/
@gtmanfred This PKGBUILD follows pacman 4.1 guidelines to my best knowledge
If you think there is an issue, please be more specific.
Comment by xxj
I discourage using current trunk, because sometimes I just tests some new features and there could be even dirty commits. Therefore please use official releases. Thanks.
Comment by gtmanfred
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
pacman 4.1 supports svn
Comment by gtmanfred
https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
pacman 4.1 supports git
Comment by rtfreedman
use 'makepkg --skipinteg' to build
r182: tag 1.5.0
r183: Work on a copy of Jack MIDI data - because Jack gives same buffers to all clients