@chapatt
Sorry, I just realised I hadn't uploaded the fix,
my mistake.
Search Criteria
Package Details: ghostess 20120105-1
Package Actions
| Package Base: | ghostess |
|---|---|
| Description: | a simple GTK host for DSSI plugins |
| Upstream URL: | http://www.smbolton.com/linux.html |
| Category: | multimedia |
| Licenses: | |
| Submitter: | lee |
| Maintainer: | lee |
| Last Packager: | None |
| Votes: | 14 |
| First Submitted: | 2009-10-10 19:24 |
| Last Updated: | 2012-01-06 10:13 |
Required by (0)
Sources
Latest Comments
Comment by lee
Anonymous comment
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
It worked after I added
LDFLAGS="/lib/libm.so.6 /lib/libdl.so.2"
before ./configure.
Thanks!
Comment by lee
@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
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
oops, thanks. fixed now
Anonymous comment
eh...typo in source. smbolton.com, not smboltyon.com. :)
Anonymous comment
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
@lee
That's the way, nice work.
Comment by lee
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
@lee
Version 20100905 is out. Replace
pkgver=20100905
md5sums=('8e936046a571bd6dd55301ee680bcb90')
also remember to split build() from package()
C ya
Comment by lee
thanks, updated
Comment by hollunder
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