pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libxspf libxspf: Update to 1.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7302702c5416
branches:  trunk
changeset: 769352:7302702c5416
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 13 10:49:00 2021 +0000

description:
libxspf: Update to 1.2.1

2021-05-29 -- 1.2.1

  * Fixed: GCC 4.4 test suite compilation
      Thanks to Samuli Suominen for the patch!
  * Fixed: Missing unistd.h include in
      examples/read/read.cpp
  * Fixed: Compile errors when uriparser is located in a
      non-standard path that is passed to configure through
      variable PKG_CONFIG_PATH
  * Fixed: Update the GNU Autotools build system
      so that ./autogen.sh runs without warnings
  * Fixed: Allow linking with LLD
  * Improved: Modernize the GNU Autotools build system
      Thanks to David Seifert for the pull request!
  * Soname: 4:3:0 (please see https://verbump.de/
                   for what these numbers do)

diffstat:

 audio/libxspf/DESCR    |  15 ++++++++-------
 audio/libxspf/Makefile |   4 ++--
 audio/libxspf/distinfo |   8 ++++----
 3 files changed, 14 insertions(+), 13 deletions(-)

diffs (52 lines):

diff -r 949c191edae0 -r 7302702c5416 audio/libxspf/DESCR
--- a/audio/libxspf/DESCR       Sat Nov 13 10:48:03 2021 +0000
+++ b/audio/libxspf/DESCR       Sat Nov 13 10:49:00 2021 +0000
@@ -1,7 +1,8 @@
-LibSpiff brings XSPF playlist reading and writing support to your
-C++ application. Both version 0 and 1 are supported. libSpiff is
-the official reference implementation for XSPF of the Xiph.Org
-Foundation.
+libxspf (formerly called libSpiff) brings XSPF playlist reading and writing
+support to your C++ application. Both version 0 and 1 are supported. libxspf
+uses Expat for XML parsing, CppTest for unit testing and uriparser for
+handling URIs. libxspf is the official reference implementation for XSPF of
+the Xiph.Org Foundation.
 
 Features
 
@@ -12,6 +13,6 @@
  * Unicode support
  * Full support for XSPF extensions
  * Full support for XML namespaces
- * Fast (XML parsing is done by Expat)
- * Uses unit testing
- * Liberal license: New BSD license
+ * Fast (as XML parsing is done by Expat)
+ * Extensive unit testing using CppTest
+ * Liberal license (New BSD license)
diff -r 949c191edae0 -r 7302702c5416 audio/libxspf/Makefile
--- a/audio/libxspf/Makefile    Sat Nov 13 10:48:03 2021 +0000
+++ b/audio/libxspf/Makefile    Sat Nov 13 10:49:00 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 05:26:12 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/13 10:49:00 nia Exp $
 
-DISTNAME=      libxspf-1.2.0
+DISTNAME=      libxspf-1.2.1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libspiff/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 949c191edae0 -r 7302702c5416 audio/libxspf/distinfo
--- a/audio/libxspf/distinfo    Sat Nov 13 10:48:03 2021 +0000
+++ b/audio/libxspf/distinfo    Sat Nov 13 10:49:00 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:59:11 nia Exp $
+$NetBSD: distinfo,v 1.5 2021/11/13 10:49:00 nia Exp $
 
-BLAKE2s (libxspf-1.2.0.tar.bz2) = ab2653f6d02d95c550b324a126a94db03966a5503ee35b89d2c68e446379ac18
-SHA512 (libxspf-1.2.0.tar.bz2) = 56667b6df89e30517e2e388e2e3b1c083b19d98d69b4ee328d2784bba57a8d50c6b6ae1876cf17e6f9eb1ff872680c8f33b84b826d1290b890ac173c76bea491
-Size (libxspf-1.2.0.tar.bz2) = 372483 bytes
+BLAKE2s (libxspf-1.2.1.tar.bz2) = 4d260cfe05dc693d0eb58f9ed7b8e7081072d1780f4aa81b005ef28eb5a475df
+SHA512 (libxspf-1.2.1.tar.bz2) = e2ac7c56fe71536c198caffac654056c48c619ca0b8bd97905d564ec7aebb60e74b3cdc94b3a2ae3ca6f195fd56034e0483503dc091f1f4d5808d72d086d2613
+Size (libxspf-1.2.1.tar.bz2) = 479581 bytes
 SHA1 (patch-aa) = 16f441fd7662395244feae0bebf03497c1bba0ed



Home | Main Index | Thread Index | Old Index