pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libcdio misc/libcdio: Update to 2.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c2e0c4ebf3e
branches:  trunk
changeset: 322420:1c2e0c4ebf3e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Apr 18 17:04:37 2019 +0000

description:
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)

diffstat:

 misc/libcdio/Makefile |   4 ++--
 misc/libcdio/PLIST    |   3 +--
 misc/libcdio/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r f43b205ba726 -r 1c2e0c4ebf3e misc/libcdio/Makefile
--- a/misc/libcdio/Makefile     Thu Apr 18 10:10:28 2019 +0000
+++ b/misc/libcdio/Makefile     Thu Apr 18 17:04:37 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2018/10/08 16:15:12 gdt Exp $
+# $NetBSD: Makefile,v 1.60 2019/04/18 17:04:37 gdt Exp $
 
-DISTNAME=      libcdio-2.0.0
+DISTNAME=      libcdio-2.1.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GNU:=libcdio/}
 EXTRACT_SUFX=  .tar.bz2
diff -r f43b205ba726 -r 1c2e0c4ebf3e misc/libcdio/PLIST
--- a/misc/libcdio/PLIST        Thu Apr 18 10:10:28 2019 +0000
+++ b/misc/libcdio/PLIST        Thu Apr 18 17:04:37 2019 +0000
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.17 2014/10/09 11:55:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2019/04/18 17:04:37 gdt Exp $
 bin/cd-drive
 bin/cd-info
 bin/cd-read
-bin/cdda-player
 bin/iso-info
 bin/iso-read
 bin/mmc-tool
diff -r f43b205ba726 -r 1c2e0c4ebf3e misc/libcdio/distinfo
--- a/misc/libcdio/distinfo     Thu Apr 18 10:10:28 2019 +0000
+++ b/misc/libcdio/distinfo     Thu Apr 18 17:04:37 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2018/10/08 16:15:12 gdt Exp $
+$NetBSD: distinfo,v 1.30 2019/04/18 17:04:37 gdt Exp $
 
-SHA1 (libcdio-2.0.0.tar.bz2) = 6f1809e0a6cc494392a0f590e0ed436d44ed5103
-RMD160 (libcdio-2.0.0.tar.bz2) = 05b14b7c29c2facb6684693c0f728fe66274d9b5
-SHA512 (libcdio-2.0.0.tar.bz2) = a18abc9ec9e8189b5f37c037e16bf24056fa603610cef58684788515555878146ad43aec4ada5e93bf54b74d0ed6dae3683043613d5996d6687e59da8bb350a0
-Size (libcdio-2.0.0.tar.bz2) = 1620604 bytes
+SHA1 (libcdio-2.1.0.tar.bz2) = ec22e5168bc0dcfc179ec7b1164af1e5b672ca89
+RMD160 (libcdio-2.1.0.tar.bz2) = 6b0e4917cd2dd5cac0b7afdb70789bf0ad2aed79
+SHA512 (libcdio-2.1.0.tar.bz2) = c290821da55fd9ae366670a58857aa6efcebc9f25b7caea063cf12f9cbda84fe770c5f59f972227fda50517ca58c5f39c0137daa0f93179e3daa45303d8b610f
+Size (libcdio-2.1.0.tar.bz2) = 1759040 bytes
 SHA1 (patch-aa) = 8e70ee2840c19da3efc0c47dfa9f7ea400a1ec2e
 SHA1 (patch-ab) = 73bd86ecfa0c728eab231bce36317ab7f616fa4c



Home | Main Index | Thread Index | Old Index