2004-11-10 16:16:47 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 0.9.6:
* Libcddb now uses the FreeDB protocol version 6. The difference with
version 5 is that now the responses from the FreeDB server are in
UTF-8 format instead of ISO8859-1. So if the CD you query contains
non-US-ASCII characters the results will be different in this new
version of libcddb.
* [NEW] It is now possible to set the character set that libcddb has
to use when returning disc data (see also above). Use the
cddb_set_charset function to set the user's character set. The
example program, cddb_query, now also has a command-line option for
specifying the character set.
* [BUGFIX] FreeDB changed the specs of their CDDB file format. The
results for certain discs failed to parse correctly because the
libcddb parser was too strict. This should be fixed now.
* [BUGFIX] When writing disc to cache, fill in category if genre is
not specified.
* [BUGFIX] When in CACHE_ONLY mode, do not perform network access when
writing disc record.
|
2004-10-05 16:18:10 by Matthias Drochner | Files touched by this commit (1) |
Log message:
include pkgconfig/buildlink3.mk so that libcdio is not found
(we deliberately don't depend on it to avoid a circular dependency)
should fix PR pkg/27077 by diro@nixsys.bz
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-09-22 10:10:08 by Johnny C. Lam | Files touched by this commit (703) |
Log message:
Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
2004-09-21 01:43:20 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 0.9.5:
CHANGES 0.9.4 -> 0.9.5
* It is now possible to query CD entries if you only know the track
length. Previous versions of libcddb needed the track offsets from
the CD. Track offsets will be calculated automatically when a
length is specified and the offset is missing. This is less precise
than using the actual frame offsets. So whenever possible use the
offsets instead.
* Fixed some possible buffer overflows. The internal buffer size has
also been increased from 257 to 1024 bytes. It is now also possible
to change this buffer size in the cddb_cmd.h.
* Updated regression tests with less strict testing. Changes in the
queried CDDB entries should no longer trigger a test failure.
* Improved support for Win32 platforms (thx to Rocky Bernstein).
* improved support for Mac OS X (thx to Rocky Bernstein and Derk-Jan
Hartman).
* It is now possible to specify the CD-ROM device to be used in the
example program.
pkgsrc change:
Add TEST_TARGET.
|
2004-06-21 16:56:36 by Matthias Drochner | Files touched by this commit (2) |
Log message:
deal with a build problem on IRIX64, reported by Florian S. on tech-pkg
(need to include <sys/time.h> for "struct timeval" definition)
|
2004-05-15 16:14:20 by Klaus Heinz | Files touched by this commit (1) |
Log message:
The package needs at least gcc 2.95 since it uses variadic macros in
WRKSRC/include/cddb/cddb_log_ni.h.
|
2004-05-11 06:23:07 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
2004-04-22 18:08:47 by Marc Recht | Files touched by this commit (2) |
Log message:
set drochner@ as maintainer
|
2004-04-18 21:23:16 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
No longer used.
|