Search Criteria
Package Details: libxspf 1.2.0-4
Git Clone URL: | https://aur.archlinux.org/libxspf.git (read-only, click to copy) |
---|---|
Package Base: | libxspf |
Description: | Library that helps applications to read and write XSPF playlists |
Upstream URL: | http://libspiff.sourceforge.net/ |
Licenses: | |
Submitter: | None |
Maintainer: | boenki |
Last Packager: | boenki |
Votes: | 35 |
Popularity: | 0.000002 |
First Submitted: | 2009-02-22 22:38 |
Last Updated: | 2018-01-29 08:32 |
Latest Comments
1 2 Next › Last »
keenerd commented on 2014-01-09 04:09
'pkgconfig' does not exist, it is called pkg-config.
Please add a package() function.
keenerd commented on 2014-01-09 04:08
'pkgconfig' does not exist, it is called pkg-config
Anonymous comment on 2013-07-07 13:50
Fixed the include thing. Tested after compiling herrie from aur
Atterratio commented on 2013-04-23 19:45
Unfortunately, not all maintainers followed the instructions on drawing up PKGBUILD: (
Don't use "$startdir/pkg" use ${pkgdir}.
It working before, but recently changed the logic of the makepkg script and now it does not work.
Atterratio commented on 2013-04-23 19:42
Unfortunately, not all maintainers follow the instructions on drawing up PKGBUILD: (
Don't use "$ startdir / pkg" use $ {pkgdir}.
It working before, but recently changed the logic of the makepkg script and now it does not work.
mrmonday commented on 2013-04-12 19:26
This package doesn't seem to install header files or libraries - just the license files.
Anonymous comment on 2012-07-01 19:21
Thanks, sorry for the (big) delay, I was with a lot of work.
keenerd commented on 2012-06-22 13:45
You can add that patch to the pkgbuild with
sed -i '45i #include <unistd.h> // getcwd' examples/read/read.cpp
Also, please remove '|| return 1' and use $srcdir or $pkgdir in place of $startdir. Quoting them would be nice too.
ivo commented on 2012-06-21 12:02
Use this patch https://git.xiph.org/?p=libxspf.git;a=patch;h=7f1f68d433f03484b572657ff5df47bba1b03ba6
aksr commented on 2012-06-04 01:37
@jotapesan: Any progress yet?