Package Details: fsthost-svn 401-1

Package Base: fsthost-svn
Description: A linux VST host using winelib, fork of FreeST.
Upstream URL: http://sourceforge.net/projects/fsthost/
Category: multimedia
Licenses: GPL
Conflicts: fsthost
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)

Required by (0)

Sources

Latest Comments

Comment by xxj

2015-03-28 03:23

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.

Comment by rtfreedman

2015-01-27 18:07

@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

2015-01-26 11:14

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

2015-01-26 11:10

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

2014-11-11 00:32

builds now. nice

Comment by rtfreedman

2014-11-11 00:08

@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

2014-11-09 16:36

doesn't instal "integrity verification failed"

Comment by xxj

2013-04-11 23:46

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

2013-04-11 20:21

@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

2013-04-11 19:04

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

2013-04-11 03:07

https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

pacman 4.1 supports svn

Comment by gtmanfred

2013-04-11 03:04

https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines

pacman 4.1 supports git

Comment by rtfreedman

2013-04-10 23:39

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