pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libbdplus libbdplus: updated to 0.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a60d9c621e0
branches:  trunk
changeset: 382779:8a60d9c621e0
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Aug 05 08:02:20 2022 +0000

description:
libbdplus: updated to 0.2.0

2022-03-06: Version 0.2.0
- Add support for cached conversion tables.
- Fix config path charset issues in Win32.
- Use BDPLUS_DEBUG_FILE environment variable for log file.
- Export API functions automatically when creating Windows dll.
- Improve Windows compatibility.
- Improve error resilience and stability.
- Fix leaks.

diffstat:

 multimedia/libbdplus/Makefile                                    |   4 +-
 multimedia/libbdplus/distinfo                                    |  10 ++---
 multimedia/libbdplus/patches/patch-src_file_file__default.c      |  17 ----------
 multimedia/libbdplus/patches/patch-src_libbdplus_bdsvm_segment.c |  17 ----------
 4 files changed, 6 insertions(+), 42 deletions(-)

diffs (69 lines):

diff -r cc0a41f22891 -r 8a60d9c621e0 multimedia/libbdplus/Makefile
--- a/multimedia/libbdplus/Makefile     Fri Aug 05 07:54:39 2022 +0000
+++ b/multimedia/libbdplus/Makefile     Fri Aug 05 08:02:20 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/01/31 21:48:02 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/08/05 08:02:20 adam Exp $
 
-DISTNAME=      libbdplus-0.1.2
+DISTNAME=      libbdplus-0.2.0
 CATEGORIES=    multimedia
 MASTER_SITES=  http://download.videolan.org/pub/videolan/libbdplus/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2
diff -r cc0a41f22891 -r 8a60d9c621e0 multimedia/libbdplus/distinfo
--- a/multimedia/libbdplus/distinfo     Fri Aug 05 07:54:39 2022 +0000
+++ b/multimedia/libbdplus/distinfo     Fri Aug 05 08:02:20 2022 +0000
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:01:07 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/08/05 08:02:20 adam Exp $
 
-BLAKE2s (libbdplus-0.1.2.tar.bz2) = 052c99f76fe482de294650ab1cc9549ba5ffc30f9c2a49b407db715194c277ed
-SHA512 (libbdplus-0.1.2.tar.bz2) = e00e7bc9f52b9275646593b753ba646b052255be94a7241965f4dbe4734f8f6a072973ed4b9997957f939236b0633897c295749f79e232188430795be5b5087b
-Size (libbdplus-0.1.2.tar.bz2) = 319828 bytes
-SHA1 (patch-src_file_file__default.c) = 59aee01970b6609185ffe287cbcd9cc225ab88a1
-SHA1 (patch-src_libbdplus_bdsvm_segment.c) = 7897d1cec18b57300d74162199af0d46b8bb5460
+BLAKE2s (libbdplus-0.2.0.tar.bz2) = 278e5edd56c52c184ca3f0f6642f9a9b66cf3316a2723abb1ae2278541dd5e4e
+SHA512 (libbdplus-0.2.0.tar.bz2) = 172e4932fb5540fbdb5b86e1d42cfaddf60b81416d2de50c8add83fb7f1bd7c296c975fd84a6ec42566977086dccfe07db5ce696038862bc75c6494c647998d6
+Size (libbdplus-0.2.0.tar.bz2) = 321743 bytes
diff -r cc0a41f22891 -r 8a60d9c621e0 multimedia/libbdplus/patches/patch-src_file_file__default.c
--- a/multimedia/libbdplus/patches/patch-src_file_file__default.c       Fri Aug 05 07:54:39 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_file_file__default.c,v 1.1 2015/01/31 21:48:03 adam Exp $
-
-Fix build on systems without fseeko().
-
---- src/file/file_default.c.orig       2015-01-31 21:40:11.000000000 +0000
-+++ src/file/file_default.c
-@@ -37,6 +37,10 @@
- #   define fseeko fseeko64
- #endif
- 
-+#ifndef fseeko
-+#define fseeko fseek
-+#endif
-+
- static void _file_close(BDPLUS_FILE_H *file)
- {
-     if (file) {
diff -r cc0a41f22891 -r 8a60d9c621e0 multimedia/libbdplus/patches/patch-src_libbdplus_bdsvm_segment.c
--- a/multimedia/libbdplus/patches/patch-src_libbdplus_bdsvm_segment.c  Fri Aug 05 07:54:39 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_libbdplus_bdsvm_segment.c,v 1.3 2015/01/31 21:48:03 adam Exp $
-
-Fix build on systems without fseeko().
-
---- src/libbdplus/bdsvm/segment.c.orig 2013-12-18 12:13:09.000000000 +0000
-+++ src/libbdplus/bdsvm/segment.c
-@@ -39,6 +39,10 @@
- #  define fseeko fseeko64
- #endif
- 
-+#ifndef fseeko
-+#define fseeko fseek
-+#endif
-+
- /*
-  *
-  */



Home | Main Index | Thread Index | Old Index