pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libshout



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  4 11:09:33 UTC 2021

Modified Files:
        pkgsrc/audio/libshout: Makefile PLIST distinfo

Log Message:
libshout: update to 2.4.5.

libshout 2.4.5 (20201219)

* Improved shout.h for reading, and understanding.
* Marked dumpfile support as obsolete (as SHOUT_PROTOCOL_XAUDIOCAST already is).
* Added Support for setting the content language.
* Avoid the use of obsolete functions (#2317).
* Several small fixes for non-blocking mode (#2321, #2315).
* Corrected detection of libogg (mostly for windows targets).
* Now accept TLS mode "auto" when build without TLS support.
* Added new tool shout(1).


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/libshout/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/audio/libshout/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/libshout/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/libshout/Makefile
diff -u pkgsrc/audio/libshout/Makefile:1.19 pkgsrc/audio/libshout/Makefile:1.20
--- pkgsrc/audio/libshout/Makefile:1.19 Sat Dec 26 08:16:37 2020
+++ pkgsrc/audio/libshout/Makefile      Mon Jan  4 11:09:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/12/26 08:16:37 kim Exp $
+# $NetBSD: Makefile,v 1.20 2021/01/04 11:09:33 wiz Exp $
 
-DISTNAME=      libshout-2.4.4
+DISTNAME=      libshout-2.4.5
 CATEGORIES=    audio
 MASTER_SITES=  http://downloads.xiph.org/releases/libshout/
 

Index: pkgsrc/audio/libshout/PLIST
diff -u pkgsrc/audio/libshout/PLIST:1.6 pkgsrc/audio/libshout/PLIST:1.7
--- pkgsrc/audio/libshout/PLIST:1.6     Mon Nov 23 09:51:48 2015
+++ pkgsrc/audio/libshout/PLIST Mon Jan  4 11:09:33 2021
@@ -1,8 +1,10 @@
-@comment $NetBSD: PLIST,v 1.6 2015/11/23 09:51:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/01/04 11:09:33 wiz Exp $
+bin/shout
 include/shout/shout.h
 lib/ckport/db/libshout.ckport
 lib/libshout.la
 lib/pkgconfig/shout.pc
+man/man1/shout.1
 share/aclocal/shout.m4
 share/doc/libshout/COPYING
 share/doc/libshout/NEWS

Index: pkgsrc/audio/libshout/distinfo
diff -u pkgsrc/audio/libshout/distinfo:1.12 pkgsrc/audio/libshout/distinfo:1.13
--- pkgsrc/audio/libshout/distinfo:1.12 Mon Oct  5 11:27:32 2020
+++ pkgsrc/audio/libshout/distinfo      Mon Jan  4 11:09:33 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/10/05 11:27:32 wiz Exp $
+$NetBSD: distinfo,v 1.13 2021/01/04 11:09:33 wiz Exp $
 
-SHA1 (libshout-2.4.4.tar.gz) = 7273d5e8da3ad10e6fc754663df5b56e8058a41f
-RMD160 (libshout-2.4.4.tar.gz) = 58b02b22f9fbb33f6a4bdd75e832a8a2386ddba0
-SHA512 (libshout-2.4.4.tar.gz) = ddc44d4db0193471b1a61d41e8ec975a021da4f5af657716ecbb1eaf95231e03ac44036148f0d5bd897ba5c03f075fd67017fecfccebb4f11be56375c0e5c088
-Size (libshout-2.4.4.tar.gz) = 529863 bytes
+SHA1 (libshout-2.4.5.tar.gz) = 27ce58f04c0cbfefc0c4e10b6504c94deae86ad8
+RMD160 (libshout-2.4.5.tar.gz) = 4605469f44989a65b163a1df8559ba3414fd7632
+SHA512 (libshout-2.4.5.tar.gz) = 290844185da16961f03434d3e341573dd6cb0139e5fa81902903021b641382d2629302d7c356bc591b35656754e07f4e44a8d9e782e092b17a051b9ae8f54341
+Size (libshout-2.4.5.tar.gz) = 543991 bytes



Home | Main Index | Thread Index | Old Index