The NetBSD Project

CVS log for pkgsrc/misc/libcdio/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / libcdio

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.68 / (download) - annotate - [select for diffs], Sat Jan 7 22:36:23 2023 UTC (15 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, HEAD
Changes since 1.67: +4 -1 lines
Diff to previous 1.67 (colored) to selected 1.41 (colored)

libcdio: fix build on NetBSD with binutils 2.39

Revision 1.67 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:48 2022 UTC (21 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored) to selected 1.41 (colored)

*: recursive bump for perl 5.36

Revision 1.66 / (download) - annotate - [select for diffs], Mon May 24 19:53:06 2021 UTC (2 years, 10 months ago) by wiz
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
Changes since 1.65: +2 -2 lines
Diff to previous 1.65 (colored) to selected 1.41 (colored)

*: recursive bump for perl 5.34

Revision 1.65 / (download) - annotate - [select for diffs], Sat Feb 6 15:20:45 2021 UTC (3 years, 2 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.64: +2 -2 lines
Diff to previous 1.64 (colored) to selected 1.41 (colored)

misc/libcdio: use generic curses buildlink file instead of ncurses one

Revision 1.64 / (download) - annotate - [select for diffs], Mon Aug 31 18:10:21 2020 UTC (3 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.63: +2 -2 lines
Diff to previous 1.63 (colored) to selected 1.41 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.63 / (download) - annotate - [select for diffs], Sat Jan 18 23:33:03 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.41 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:55 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.61: +2 -2 lines
Diff to previous 1.61 (colored) to selected 1.41 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.61 / (download) - annotate - [select for diffs], Mon Apr 29 17:22:04 2019 UTC (4 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.60: +5 -5 lines
Diff to previous 1.60 (colored) to selected 1.41 (colored)

libcdio: re-enable cdda-player for NetBSD

Revision 1.60 / (download) - annotate - [select for diffs], Thu Apr 18 17:04:37 2019 UTC (4 years, 11 months ago) by gdt
Branch: MAIN
Changes since 1.59: +2 -2 lines
Diff to previous 1.59 (colored) to selected 1.41 (colored)

misc/libcdio: Update to 2.1.0

Note that upstream no longer builds cdda-player on NetBSD or OpenBSD.

version 2.1.0
=============
2019-04-17 Holy Wednesday

Most (all?) of the improvements and bug fixes are thanks to Thomas Schmitt and Edd Barrett. This release introduces an OpenBSD driver, courtesy of Edd Barrett, based on the NetBSD driver.

- NetBSD driver fixes. Switch from MSF addressing to LBA addressing in driver. (Edd Barrett and Jasper Lievisse Adriaanse)
- Fix handling in drivers,libcdio-paranoia and `cd-info` when starting track number is greater than 1. (Edd Barrett and Thomas Schmitt)
- More tolerant of non-compliant ISOs such as openSUSE Leap 15.0.
- `cdda-player` fixes, such as adding a missing `-d` in cdda-player help (Thomas Schmitt and Edd Barrett)
- `cdtext_list_languages_v2()` to be preferred over now deprecated `cdtext_list_languages()`. New API call `cdtext_set_language_index()`. (Thomas Schmitt)
- Add `read-disc-struct` example program to show how to use a MMC `DVD_READ_DISC_STRUCTURE`. (Thomas Schmitt)
- Various errors in driver reading turned into warnings. (Edd Barrett and Thomas Schmitt)
- Some code cleanups and documentation improvements.
- Bugs:
 * [Bug 53170: I/O leak when we can't read ISO file ](https://savannah.gnu.org/bugs/index.php?53170)
 * [Bug 53928: Cdtext not displayed in case of `CDTEXT_LANGUAGE_UNKNOWN`](https://savannah.gnu.org/bugs/index.php?3929)
 * [Bug 53929: cd-text with invalid characters failing to convert to utf8](https://savannah.gnu.org/bugs/index.php?3928)

Revision 1.59 / (download) - annotate - [select for diffs], Mon Oct 8 16:15:12 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.58: +2 -2 lines
Diff to previous 1.58 (colored) to selected 1.41 (colored)

libcdio: Update to 2.0.0

2017-12-31 version 2.0.0

This release bumps library version numbers and bumps the
major release number. We should have gone from 1.0.0 to 2.0.0
in the last release since there is an API incompatability.

In addition...

- Add NetBSD drive detection; correct drive detection in cd-info.c
  Patches from Onno van der Linden
- Fix some MinGW and Windows portability issues
- Remove some memory leaks in some tests
- Lint (a little) with clang static analyzer

There are some programs and bindings that will need to be updated
if you want to use them with this library. Specifically:

- Device::Cdio (2.0.0 or greater)
- vcdimager (2.0.0 or greater)
- pycdio (2.0.0 or greater)
- rbcdio (2.0.0 or greater)

Revision 1.58 / (download) - annotate - [select for diffs], Mon Oct 8 16:12:34 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.57: +3 -3 lines
Diff to previous 1.57 (colored) to selected 1.41 (colored)

libcdio: Update to 1.1.0

(This is still not current.)

2017-12-10 version 1.1.0 Dr. Gecko

- Remove many remaining memory leaks, invalid
  reads, writes (as per valgrind) in library,
  test and demo code
- Types CdioISO9660{Dir,File}List_t,  have been added
  and iso9660_{dir,file}list_{new,free} have been added.

Caveats:
pycdio and Deveice::Perl will be broken but that'll be fixed later

More work is needed on MacOS and other OS's where I don't have
valgrind accessible.

AIX is left untouched - that is probably heading for removal in the
future.

version 1.0.0
2017-11-21  Thanksgiving

- Remove deprecated items:
   * OS/2 driver (never really was supported)
   * BSDI driver remnants
   * mmc_isrc_track_read_subchannel
   * CDIO_MIN_DRIVER, CDIO_MIN_DEVICE_DRIVER, CDIO_MAX_DRIVER, CDIO_MAX_DEVICE_DRIVER
   * CdioList, CdioListNode
- Apple Darwin OS X -> macOS
- Subdir objects breaks symbol versioning. See https://savannah.gnu.org/bugs/?49907
- Handle bad iso 9660 better. Fixes Savannah bug https://savannah.gnu.org/bugs/?52091
- Apple (High) Sierra compatiablity
- NetBSD patches
- Fixes for Rock Ridge SUSP (Thomas Schmitt)
- Reduce MinGW compilation warnings
- Add asserts to test memory allocations and misc bug fixes (Pete Batard)
- Enable CD drivers on current and future versions of FreeBSD and macOS,
  so we do not have to add every new OS version explicitly. (Robert Kausch)
- Cross-compiling friendliness (Ozkan Sezer)
- Small texinfo doc fixes (Wieland Hoffmann)
- Simplify making doc from autogen.sh
- Bug fix for https://savannah.gnu.org/bugs/?45015 (Thomas Schmitt)
- Bug fixes for #45017,#52265, and #52264
- Add more compiler warning flags, i.e. -Wshadow, -Wundef, ...
- Reduce numerous memory leaks (more though remain)

Revision 1.57 / (download) - annotate - [select for diffs], Mon Oct 8 16:08:49 2018 UTC (5 years, 6 months ago) by gdt
Branch: MAIN
Changes since 1.56: +5 -4 lines
Diff to previous 1.56 (colored) to selected 1.41 (colored)

libcdio: Update to 0.94

(This is old, but not as old as 0.93, and was trivial to update to.)

version 0.94
2016-10-27

- CD-TEXT fixes and improvements
  * Expose mmc_read_cdtext as a publicly accessable function
    Removes some redundant error reporting in mmc_read_cdtext
    Also fixes some incorrect lengths for isrc and mcn.
  * Fix inconsistent maximal length in CD-Text extraction
  * Added new low level functions for READ SUB-CHANNEL and
    READ TOC/PMA/ATIP for CD-TEXT extraction.
  * Add cdtext binary parser and track number to public api
  *  Increase track # for short CD-Text fields

- Eject fixes:
  * Fix disc eject for Cocoa apps and support ejecting CD-Extra discs
    on OS X.
  * Make sure device is opend in read/write ode when trying to eject.

Bugs
  * Add error eporting from_733_with_err. Bug #45014
  * Guard against malformed rockridge iso. Bug #45015
  * Malformed so crashes iso-info Bug #45013:
  * Guard against 0-size calloc bug #45016
  * Fix testudf segfaults/fails on big endian arches. Bug #43995.
  * add get_last_session to the win32 driver.
    Also fixes cd-paranoia behavior. Savannah bug #43446.
  * GNU/Linux ioctl treats <= 0 as max speed. Bug #43428
  * Fixed cdio_free leaking
  * Recursion checking in cdio_logv()
  * g++ greater than 4.0 handles "pack" Bug #48759
  * configure fixes

Updates
  * Add newer OSX's
  * Squelch some clang error messages

Revision 1.56 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:43 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.41 (colored)

Recursive bump for perl5-5.28.0

Revision 1.55 / (download) - annotate - [select for diffs], Sun Aug 19 20:16:41 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored) to selected 1.41 (colored)

*: reset maintainer for drochner

Revision 1.54 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:36 2016 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: 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, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.41 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.53 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:13 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.41 (colored)

Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.

Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:26 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.51: +2 -2 lines
Diff to previous 1.51 (colored) to selected 1.41 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.51 / (download) - annotate - [select for diffs], Fri Jun 12 10:50:34 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.41 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.50 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:42 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.49: +1 -3 lines
Diff to previous 1.49 (colored) to selected 1.41 (colored)

Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.49 / (download) - annotate - [select for diffs], Thu Oct 9 12:35:05 2014 UTC (9 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.48: +2 -1 lines
Diff to previous 1.48 (colored) to selected 1.41 (colored)

Switched to .tar.bz2; change API in buidlink3.mk to match cd-paranoia split off

Revision 1.48 / (download) - annotate - [select for diffs], Thu Oct 9 11:55:22 2014 UTC (9 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.47: +5 -9 lines
Diff to previous 1.47 (colored) to selected 1.41 (colored)

Changes 0.93:
- Add cdio_free, iso9660_stat_free, and iso9660_xa_free functions.
- Deprecate mmc_isrc_track_read_subchannel
- Add mmc_get_track_isrc function.
- Update OS versions we recognize
- OSX, and MS Windows, ISO 9660 and other bug fixes
- Remove Coverty scan warnins and errors
- OS/2 driver performance update

Revision 1.47 / (download) - annotate - [select for diffs], Thu May 29 23:36:58 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.41 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.46 / (download) - annotate - [select for diffs], Fri May 31 12:41:27 2013 UTC (10 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.45: +2 -2 lines
Diff to previous 1.45 (colored) to selected 1.41 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.45 / (download) - annotate - [select for diffs], Sat Apr 6 20:27:25 2013 UTC (11 years ago) by rodent
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored) to selected 1.41 (colored)

Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.

Revision 1.44 / (download) - annotate - [select for diffs], Mon Oct 8 09:57:28 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.43: +1 -2 lines
Diff to previous 1.43 (colored) to selected 1.41 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.43 / (download) - annotate - [select for diffs], Wed Oct 3 21:56:43 2012 UTC (11 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -1 lines
Diff to previous 1.42 (colored) to selected 1.41 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Aug 13 17:23:37 2012 UTC (11 years, 7 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.41: +2 -3 lines
Diff to previous 1.41 (colored)

update to 0.83
changes: minor fixes and feature extensions

Revision 1.41 / (download) - annotate - [selected], Fri Apr 22 13:44:12 2011 UTC (12 years, 11 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
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

recursive bump from gettext-lib shlib bump.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Mar 13 11:36:19 2011 UTC (13 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored) to selected 1.41 (colored)

in te NetBSD backend, fill in some metadata which are needed at least
for per-track CD-TEXT support
(CD-TEXT does work basically, but it is unclear which encoding it
is supposed to be, and who should sanitize the text, eg delete
trailing garbage)

Revision 1.39 / (download) - annotate - [select for diffs], Sat Oct 31 02:49:09 2009 UTC (14 years, 5 months ago) by wiz
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
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored) to selected 1.41 (colored)

Update to 0.82:

version 0.82
2009-10-27

- Remove all uses of CDIO_MIN_DRIVER,
  CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
- FreeBSD get_media_changed fixes
- MingGW/Msys compilation issues
- Add OS/2 driver
- Cross compilations fixes and uclinix is like GNU/Linux
- Numerous other bug fixes

Revision 1.38 / (download) - annotate - [select for diffs], Sun Jan 4 12:42:20 2009 UTC (15 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.37: +2 -9 lines
Diff to previous 1.37 (colored) to selected 1.41 (colored)

NetBSD support has been integrated upstream in 0.81, remove local
override. Noted by rocky.
Bump PKGREVISION to be on the safe side.

Revision 1.37 / (download) - annotate - [select for diffs], Mon Nov 10 22:30:43 2008 UTC (15 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.36: +3 -3 lines
Diff to previous 1.36 (colored) to selected 1.41 (colored)

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

Revision 1.36 / (download) - annotate - [select for diffs], Fri Apr 18 14:58:32 2008 UTC (15 years, 11 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.41 (colored)

Fix bug in the original software which prevents the installation of
"libcdio_cdda.pc" and "libcdio_paranoia.pc". Bump package revision
because of this fix.

Problem pointed out by Matthias Drochner in private e-mail.

Revision 1.35 / (download) - annotate - [select for diffs], Tue Apr 15 18:04:50 2008 UTC (15 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.34: +5 -1 lines
Diff to previous 1.34 (colored) to selected 1.41 (colored)

Update "PKGCONFIG_OVERRIDE" to include the C++ and UDF ".pc" files.
Bump package revision because of this fix.

Revision 1.34 / (download) - annotate - [select for diffs], Tue Apr 15 16:13:12 2008 UTC (15 years, 11 months ago) by tron
Branch: MAIN
Changes since 1.33: +3 -4 lines
Diff to previous 1.33 (colored) to selected 1.41 (colored)

Update "libcdio" to version 0.80. Changes since version 0.76:
- a lot of new features including C++ and UDF support
- a lot of bug fixes including a fix for CVE-2007-6613
- support for more platforms (e.g. DragonFly)

Revision 1.33 / (download) - annotate - [select for diffs], Tue Apr 15 12:35:10 2008 UTC (15 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.41 (colored)

fix a stack-based buffer overflow (CVE-2007-6613), patch from upstream,
bump PKGREVISION

Revision 1.32 / (download) - annotate - [select for diffs], Sun Jul 1 15:58:37 2007 UTC (16 years, 9 months ago) by heinz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.31: +2 -1 lines
Diff to previous 1.31 (colored) to selected 1.41 (colored)

The package supports installation to DESTDIR.

Revision 1.31 / (download) - annotate - [select for diffs], Sun Aug 27 23:27:05 2006 UTC (17 years, 7 months ago) by dbj
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.41 (colored)

check for darwin driver using darwin* instead of darwin6*|darwin7*
this allows it to correctly find the driver on darwin8/osx10.4
bump pkgrevision

Revision 1.30 / (download) - annotate - [select for diffs], Mon May 8 22:12:03 2006 UTC (17 years, 11 months ago) by hira
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.29: +2 -1 lines
Diff to previous 1.29 (colored) to selected 1.41 (colored)


Add missing USE_LANGUAGES.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Apr 13 12:01:18 2006 UTC (18 years ago) by tron
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored) to selected 1.41 (colored)

Include "ncurses" buildlink3 glue code to make sure that "cdda-player"
gets build on all platforms. Bump package revision again.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 12 16:47:51 2006 UTC (18 years ago) by joerg
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored) to selected 1.41 (colored)

Include cdda-player, bump revision.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Mar 31 23:56:28 2006 UTC (18 years ago) by jlam
Branch: MAIN
Changes since 1.26: +2 -3 lines
Diff to previous 1.26 (colored) to selected 1.41 (colored)

List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.

Revision 1.26 / (download) - annotate - [select for diffs], Sun Feb 5 23:10:12 2006 UTC (18 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.41 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 5 04:29:25 2006 UTC (18 years, 3 months ago) by uebayasi
Branch: MAIN
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.41 (colored)

Update libcdio to 0.76; from Sergey Svishchev in pkg/32459.

Changes between 0.75 and 0.76:

- Better compatibility with C++
- a better eject routine for FreeBSD
- Fix bug in not specifying a device name in libcio_cdda
- Allow building cd-paranoia if Perl is not installed.
- More accurate library dependency tracking in linking and pkg-config
- Miscellaneous minor bug fixes.
- cdio/cdda.h headers no longer depends on cdio/paranoia.h but vice versa
  is true. This may require an #include <cdio/cdda.h> in some applications that
  used <cdio/paranoia.h> but didn't include it.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:20 2005 UTC (18 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.23: +2 -3 lines
Diff to previous 1.23 (colored) to selected 1.41 (colored)

Remove the abuse of buildlink that was pkg-config/buildlink3.mk.  That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Aug 9 12:56:18 2005 UTC (18 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.22: +3 -4 lines
Diff to previous 1.22 (colored) to selected 1.41 (colored)

Changes 0.75:
- audio volume level fix on Microsoft Windows
- fix build when --enable-shared, --disable-static
- CD-Text retrieval fix
- allow the MMC timeout to be adjusted by the application
- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
  We now check that integer arguments are integers and are within
  range.
- changes for libcddb 1.1.0 API change
- remove gcc 4.0 warnings
- miscellaneous small bug fixes, removal of questionable idioms or
  memory leak fixes

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 21 16:29:53 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.41 (colored)

Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.

Revision 1.21 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:14 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.41 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.

Revision 1.20 / (download) - annotate - [select for diffs], Tue May 31 17:05:36 2005 UTC (18 years, 10 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.41 (colored)

update to 0.74
changes:
- cd-paranoia fixes
- cdda-player fixes
- cd-drive shows MMC level
- CD Text improvements/fixes
- eject of empty CD-ROM drives on GNU/Linux
- FreeBSD audio sub-channel time reporting fixed

Revision 1.19 / (download) - annotate - [select for diffs], Tue May 3 16:17:52 2005 UTC (18 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.41 (colored)

need perl to build, from wiz

Revision 1.18 / (download) - annotate - [select for diffs], Mon May 2 17:11:17 2005 UTC (18 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.17: +5 -3 lines
Diff to previous 1.17 (colored) to selected 1.41 (colored)

update to 0.73
some features added (libcdparanoia cloned, CD audio), some fixes

not quite mature, but we have to update because the API changed
(in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it

Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 19 10:53:49 2005 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.16: +10 -3 lines
Diff to previous 1.16 (colored) to selected 1.41 (colored)

Revert previous, committed by accident.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Apr 19 10:52:26 2005 UTC (18 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -10 lines
Diff to previous 1.15 (colored) to selected 1.41 (colored)

Update to 1.2: add share/desktop-directories.
Okayed by jmmv@.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:38 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored) to selected 1.41 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.14 / (download) - annotate - [select for diffs], Tue Oct 5 14:23:18 2004 UTC (19 years, 6 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.13: +3 -4 lines
Diff to previous 1.13 (colored) to selected 1.41 (colored)

uodate to 0.70
changes:
- SCSI MMC interface routine (all except Darwin)
- CD-Text support (all except Darwin)
- Distinguish DVD's from CD's
- Code clean-ups and reduced code duplication
- Better CUE parsing
- Reporting drive capability is more accurate
- add constant driver_id for kind of hardware driver in build
- new drive scanning routines which pass back driver as well
  as drive string. Speeds up subsequent opens.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 3 00:13:00 2004 UTC (19 years, 6 months ago) by tv
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored) to selected 1.41 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 11 16:18:39 2004 UTC (19 years, 11 months ago) by reed
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored) to selected 1.41 (colored)

Use INFO_FILES= libcdio.info and remove the
info files from the PLIST. (Since they are automatically
registered when using INFO_FILES.)
(Okay'd by maintainer, M.Drochner.)

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 11 05:09:58 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.10: +3 -1 lines
Diff to previous 1.10 (colored) to selected 1.41 (colored)

Enable pkgviews installation.

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 11 05:08:03 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9 (colored) to selected 1.41 (colored)

Add a NetBSD-specific file (${FILESDIR}/_cdio_netbsd.c) only on
NetBSD; this file doesn't compile on other platforms, at least not on
Linux.

Revision 1.9 / (download) - annotate - [select for diffs], Tue May 11 04:47:50 2004 UTC (19 years, 11 months ago) by minskim
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored) to selected 1.41 (colored)

configure needs pkg-config; add build dependency on pkgconfig.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Apr 22 16:08:47 2004 UTC (19 years, 11 months ago) by recht
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.41 (colored)

set drochner@ as maintainer

Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 18 19:19:44 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) to selected 1.41 (colored)

Convert to buildlink3 and s/CD's/CDs/ in DESCR.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Apr 8 18:52:33 2004 UTC (20 years ago) by drochner
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored) to selected 1.41 (colored)

update to 0.68
changes:
-  Add interface for reading an ISO-9660 image
- bugfixes
- some nonsense with versioned libs which I had to disable:-(

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 8 17:57:43 2004 UTC (20 years ago) by drochner
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.41 (colored)

dependencied changed->PKGREVISION++
pointed out by wiz

Revision 1.4 / (download) - annotate - [select for diffs], Thu Apr 8 17:40:06 2004 UTC (20 years ago) by drochner
Branch: MAIN
Changes since 1.3: +7 -1 lines
Diff to previous 1.3 (colored) to selected 1.41 (colored)

-add some NetBSD CD reading support
-depend on devel/popt and audio/libcddb, this makes that the frontend
 utilities are built

Revision 1.3 / (download) - annotate - [select for diffs], Sat Feb 14 18:26:28 2004 UTC (20 years, 2 months ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored) to selected 1.41 (colored)

PKGCONFIG_OVERRIDE is relative to WRKSRC.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Feb 14 17:21:45 2004 UTC (20 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1 (colored) to selected 1.41 (colored)

LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jan 17 14:38:22 2004 UTC (20 years, 2 months ago) by recht
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.41 (colored)

initial import of libcdio-0.65

This library is to encapsulate CD-ROM reading and
control. Applications wishing to be oblivious of the OS- and
device-dependant properties of a CD-ROM can use this library.

Some support for disk image types like BIN/CUE and NRG is available,
so applications that use this library also have the ability to read
disc images as though they were CD's.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 17 14:38:22 2004 UTC (20 years, 2 months ago) by recht
Branch: MAIN
Diff to selected 1.41 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>