Up to [cvs.NetBSD.org] / pkgsrc / audio / libdiscid
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 25 11:12:19 2022 UTC (13 months, 4 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
*: remove pkg-config from tools where no buildlink3.mk file is included Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 26 17:30:43 2020 UTC (3 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.12 / (download) - annotate - [select for diffs], Mon Jan 30 12:16:17 2017 UTC (6 years, 7 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Updated audio/libdiscid to 0.6.2 -------------------------------- libdiscid-0.6.2: - ISRC and MCN support on BSD - LIB-60: fix make check for default device on generic/unknown platform - make Doxygen output reproducible (no timestamps) - remove newline for Linux device "1" from proc
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 1 08:23:53 2015 UTC (8 years, 8 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.10: +1 -4
lines
Diff to previous 1.10 (colored)
Instead of an ONLY_FOR_PLATFORM declaration listing all the major platforms, just leave it off. If this doesn't build on IRIX, OSF/1, or whatever and anyone actually cares about testing and documenting that, add BROKEN_ON_PLATFORM or NOT_FOR_PLATFORM as appropriate.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Nov 21 22:59:47 2014 UTC (8 years, 10 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.9: +3 -3
lines
Diff to previous 1.9 (colored)
(pkgsrc) - delete patch-ab, NetBSD support improved since 0.5.1 (upstream) - Update 0.5.0 to 0.6.1 libdiscid ChangeLog: -------------------- libdiscid-0.6.1: - LIB-59: windows: fix bug preventing ISRC reads libdiscid-0.6.0: - LIB-41: add discid_get_troc_string() for fuzzy toc lookup - LIB-54: add libmusicbrainz example with fuzzy toc lookup - LIB-43: windows: the default drive is the first cd drive letter - LIB-45: Linux/BSD/Solaris: try several possible default device names - LIB-28: Mac: allow drive numbers as devices, default now "1" - LIB-55, LIB-56: allow drive numbers for Windows and Linux - LIB-53: discid_get_submission_url() returns the new NGS url currently no functional change, the old url was redirected - LIB-52: more validation for parameters of discid_put() - LIB-48: assert successful read/put when API is used - the discisrc example prints the name of the device usedp libdiscid-0.5.2: - LIB-51: fix ISRC reading on Mac OS X again - LIB-50: fix segfault in mb_disc_load_toc on Solaris - LIB-26: add a better test suite, including valgrind memcheck target - print time information in the discid example libdiscid-0.5.1: - LIB-40: discid_get_webservice_url() (web service version 1) is deprecated please use libmusicbrainz to gather metadata by disc ID - LIB-7: rewrote data track handling, releases with multiple data tracks This also fixes LIB-18 (no ID for DVDs) and LIB-9 (PS/PS2 CDs) - LIB-44: fix invalid disc IDs on first read of multi-session discs - LIB-37: Autotools optimization (non-recursive build etc.) - LIB-42: remove Windows 9x platform code - renamed openbsd platform code to netbsd, still used by both.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 16 09:58:48 2013 UTC (10 years, 3 months ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.8: +4 -4
lines
Diff to previous 1.8 (colored)
Update to 0.5.0. Changes: - Read ISRCs and MCNs on Linux, Mac OS X and Windows. - Add read_sparse() for faster reading again - Added Solaris, OpenBSD and kFreeBSD support.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:42 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
"user-destdir" is default these days
Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 27 07:28:24 2011 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.6: +4 -2
lines
Diff to previous 1.6 (colored)
* LICENSE=gnu-lgpl-v2.1 * allow to build on DragonFly too, treat same as FreeBSD.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Sep 20 21:40:37 2009 UTC (14 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
libdiscid works on FreeBSD, too
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 8 16:07:20 2009 UTC (14 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
supports user-destdir
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 7 17:44:50 2009 UTC (14 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
update to 0.2.2 changes: -Addded the discid_get_webservice_url() function -portability improvements pkgsrc change: add NetBSD support
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 8 06:42:32 2007 UTC (16 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +1 -5
lines
Diff to previous 1.2 (colored)
This does not conflict with libmusicbrainz-3*.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Nov 30 18:57:29 2006 UTC (16 years, 9 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
configure says: only for MinGW, Cygwin, Darwin and Linux. We don't support the former two, so list only Darwin and Linux.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 13 02:31:56 2006 UTC (16 years, 11 months ago) by epg
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
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.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 13 02:31:56 2006 UTC (16 years, 11 months ago) by epg
Branch: MAIN
Initial revision