head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.12 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.10 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.8 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.4 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.2; locks; strict; comment @# @; 1.2 date 2008.11.10.22.30.43; author wiz; state dead; branches; next 1.1; 1.1 date 2008.10.30.09.04.20; author is; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2008.10.30.09.04.20; author tron; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2008.11.02.12.15.38; author tron; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.81: version 0.81 2008-10-27 - license of manual now GFDL 1.2 or later, with no invariant sections. Source is GPL 3. Thanks to Karl Berry. - Nero image handling more complete. CD-Text processing. DAO in read_audio_sectors. ISRC processing. - ISRC query for image files. Thanks to Robert William Fuller on the above two items - Allow reading pregap of a track via get_track_pregap_lsn(). Add Section on "CD-DA pregap" in libcdio manual - Allow cross-compiling to mingw32. Patch from Peter Hartley. - Make iso9660 time setting/getting routines (iso9660_{g,s}et_{d,l}time) reentrant and remove bugs in that code. Courtesy Nicolas Boullis. - OSX fixes @ text @$NetBSD: patch-af,v 1.1 2008/10/30 09:04:20 is Exp $ --- src/cddb.c.orig 2007-06-16 22:12:16.000000000 +0200 +++ src/cddb.c @@@@ -48,7 +48,7 @@@@ cddb_dec_digit_sum(int n) the total length of the disk, and the number of tracks. */ -u_int32_t +uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks) { int i,t,n=0; @ 1.1 log @Only use one sort of fixed-size integer types. This way, it even compiles on Solaris 10. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-af was added on branch pkgsrc-2008Q3 on 2008-11-02 12:15:38 +0000 @ text @d1 13 @ 1.1.2.2 log @Pullup ticket #2565 - requested by is libcdio: build fix for Solaris Revisions pulled up: - misc/libcdio/distinfo 1.18 - misc/libcdio/patches/patch-ae 1.1 - misc/libcdio/patches/patch-af 1.1 --- Module Name: pkgsrc Committed By: is Date: Thu Oct 30 09:04:20 UTC 2008 Modified Files: pkgsrc/misc/libcdio: distinfo Added Files: pkgsrc/misc/libcdio/patches: patch-ae patch-af Log Message: Only use one sort of fixed-size integer types. This way, it even compiles on Solaris 10. @ text @a0 13 $NetBSD: patch-af,v 1.1 2008/10/30 09:04:20 is Exp $ --- src/cddb.c.orig 2007-06-16 22:12:16.000000000 +0200 +++ src/cddb.c @@@@ -48,7 +48,7 @@@@ cddb_dec_digit_sum(int n) the total length of the disk, and the number of tracks. */ -u_int32_t +uint32_t cddb_discid(CdIo_t *p_cdio, track_t i_tracks) { int i,t,n=0; @