pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libxspf
Module Name: pkgsrc
Committed By: nia
Date: Sat Nov 13 10:49:00 UTC 2021
Modified Files:
pkgsrc/audio/libxspf: DESCR Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/libxspf/DESCR
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/libxspf/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libxspf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libxspf/DESCR
diff -u pkgsrc/audio/libxspf/DESCR:1.2 pkgsrc/audio/libxspf/DESCR:1.3
--- pkgsrc/audio/libxspf/DESCR:1.2 Thu Oct 3 12:19:52 2013
+++ pkgsrc/audio/libxspf/DESCR Sat Nov 13 10:49:00 2021
@@ -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 @@ Features
* 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)
Index: pkgsrc/audio/libxspf/Makefile
diff -u pkgsrc/audio/libxspf/Makefile:1.5 pkgsrc/audio/libxspf/Makefile:1.6
--- pkgsrc/audio/libxspf/Makefile:1.5 Sun Jan 26 05:26:12 2020
+++ pkgsrc/audio/libxspf/Makefile Sat Nov 13 10:49:00 2021
@@ -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
Index: pkgsrc/audio/libxspf/distinfo
diff -u pkgsrc/audio/libxspf/distinfo:1.4 pkgsrc/audio/libxspf/distinfo:1.5
--- pkgsrc/audio/libxspf/distinfo:1.4 Tue Oct 26 09:59:11 2021
+++ pkgsrc/audio/libxspf/distinfo Sat Nov 13 10:49:00 2021
@@ -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