Package Details: ghostess 20120105-1

Package Base: ghostess
Description: a simple GTK host for DSSI plugins
Upstream URL: http://www.smbolton.com/linux.html
Category: multimedia
Licenses: GPL
Submitter: lee
Maintainer: lee
Last Packager: None
Votes: 14
First Submitted: 2009-10-10 19:24
Last Updated: 2012-01-06 10:13

Dependencies (3)

Required by (0)

Sources

Latest Comments

Comment by lee

2012-01-06 11:08

@chapatt
Sorry, I just realised I hadn't uploaded the fix,
my mistake.

Anonymous comment

2012-01-06 07:16

I just released an updated version that fixes this and a few other minor problems:

http://www.smbolton.com/linux/ghostess-20120105.tar.bz2

Lee, thanks in advance for updating the PKGBUILD.

Anonymous comment

2012-01-06 00:52

It worked after I added

LDFLAGS="/lib/libm.so.6 /lib/libdl.so.2"

before ./configure.

Thanks!

Comment by lee

2012-01-05 18:56

@chapatt
I had the same error recently, in respose to which I added
LDFLAGS+="/lib/libm.so.6 /lib/libdl.so.2"
to the ./configure line.
Could be that I didn't bump the version number, 'cause it
doesn't affect working installations.
So if your PKGBUILD doesn't contain that fix, then add it (or
re-download the source package) and try again. If this is not
the case, I'm clueless ATM.

Anonymous comment

2012-01-05 18:03

I can't get it to compile. It looks like an error with "libm.so.6". Here's a copy of the terminal output http://pastebin.com/FzwTZAca.

Can anyone help? Thanks.

Comment by lee

2011-03-14 10:00

oops, thanks. fixed now

Anonymous comment

2011-03-14 07:42

eh...typo in source. smbolton.com, not smboltyon.com. :)

Anonymous comment

2010-09-24 15:35

Thanks, lee. The PKGBUILD looks good to me. Coincidentally, I just released a new version of ghostess (20100923) yesterday, but it has nothing new for linux in it (only for Mac OS X), so no hurry to update.

Comment by speps

2010-09-24 13:09

@lee

That's the way, nice work.

Comment by lee

2010-09-23 09:47

thanks, updated.

I hope my (first time) usage of package() is correct.
The best documentaion I found was in PKGBUILD(5), but it was not very explicit in telling what to put inside the function.

Comment by speps

2010-09-22 23:16

@lee

Version 20100905 is out. Replace

pkgver=20100905
md5sums=('8e936046a571bd6dd55301ee680bcb90')

also remember to split build() from package()

C ya

Comment by lee

2010-04-18 06:52

thanks, updated

Comment by hollunder

2010-04-17 22:56

I wasn't quite happy with the PKGBUILD, so I made some changes.
Main differences are DSSI as makedepend and the use of DESTDIR.
http://pastebin.org/155506