pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/libcdio
Module Name: pkgsrc
Committed By: gdt
Date: Thu Apr 18 17:04:37 UTC 2019
Modified Files:
pkgsrc/misc/libcdio: Makefile PLIST distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/misc/libcdio/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/misc/libcdio/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/misc/libcdio/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/libcdio/Makefile
diff -u pkgsrc/misc/libcdio/Makefile:1.59 pkgsrc/misc/libcdio/Makefile:1.60
--- pkgsrc/misc/libcdio/Makefile:1.59 Mon Oct 8 16:15:12 2018
+++ pkgsrc/misc/libcdio/Makefile Thu Apr 18 17:04:37 2019
@@ -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
Index: pkgsrc/misc/libcdio/PLIST
diff -u pkgsrc/misc/libcdio/PLIST:1.17 pkgsrc/misc/libcdio/PLIST:1.18
--- pkgsrc/misc/libcdio/PLIST:1.17 Thu Oct 9 11:55:22 2014
+++ pkgsrc/misc/libcdio/PLIST Thu Apr 18 17:04:37 2019
@@ -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
Index: pkgsrc/misc/libcdio/distinfo
diff -u pkgsrc/misc/libcdio/distinfo:1.29 pkgsrc/misc/libcdio/distinfo:1.30
--- pkgsrc/misc/libcdio/distinfo:1.29 Mon Oct 8 16:15:12 2018
+++ pkgsrc/misc/libcdio/distinfo Thu Apr 18 17:04:37 2019
@@ -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