Commit graph

9 commits

Author SHA1 Message Date
obache
41af82afb1 * LICENSE=gnu-lgpl-v2.1
* allow to build on DragonFly too, treat same as FreeBSD.
2011-03-27 07:28:24 +00:00
sno
7443aaae83 libdiscid works on FreeBSD, too 2009-09-20 21:40:37 +00:00
drochner
ef366b19b9 supports user-destdir 2009-07-08 16:03:50 +00:00
drochner
802e9943f8 update to 0.2.2
changes:
-Addded the discid_get_webservice_url() function
-portability improvements
pkgsrc change: add NetBSD support
2009-07-07 17:44:50 +00:00
joerg
e209761d06 Remove @dirrm entries from PLISTs 2009-06-14 17:28:16 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
wiz
055231f7d2 This does not conflict with libmusicbrainz-3*. 2007-06-08 06:42:32 +00:00
joerg
a38b7c6278 configure says: only for MinGW, Cygwin, Darwin and Linux. We don't
support the former two, so list only Darwin and Linux.
2006-11-30 18:57:29 +00:00
epg
409c007e54 libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.
It reads a CD's table of contents (TOC) and generates an identifier which
can be used to lookup the CD at MusicBrainz (http://musicbrainz.org).
Additionally, it provides a submission URL for adding the DiscID to
the database.

The interface of this library is new, but the DiscID algorithm and the
operating system dependent CD-ROM/DVD-ROM access code have been ported
from libmusicbrainz version 2.
2006-10-13 02:31:56 +00:00