Hi, I'm the maintainer of the portmidi slackbuild at slackbuilds.org
and I've noticed that although porttime.h is built that libporttime.so
isn't.

I thought you might like to know about this. I haven't had much of a
chance to use the program yet, so I'm kind of relying on feedback from
users.

The portmidi build script at slackbuilds.org is not fully functional
at the moment so I've put my build method below in case you can see if
there is a problem with it.

 cmake . \
   -DCMAKE_C_FLAGS="$SLKCFLAGS" \
   -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
   -DCMAKE_INSTALL_PREFIX=/usr \
   -DCMAKE_ARCHIVE_OUTPUT_DIRECTORY=$PKG/usr/lib$LIBDIRSUFFIX \
   -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=$PKG/usr/lib$LIBDIRSUFFIX \
   -DCMAKE_RUNTIME_OUTPUT_DIRECTORY=$PKG/usr/bin
make
 make install DESTDIR=$PKG

Obviously $PKG is the package directory which makepkg creates a package
from. If there are any obvious problems I would be grateful for any
advice.

Regards

David

--
Don't look back, the lemmings are gaining on you.

Attachment: pgpd93JcF5Rwy.pgp
Description: PGP signature

_______________________________________________
media_api mailing list
[email protected]
http://lists.create.ucsb.edu/mailman/listinfo/media_api

Reply via email to