pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/liblo liblo: Update to 0.30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf578fe2586d
branches:  trunk
changeset: 409531:cf578fe2586d
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Jan 18 21:58:02 2020 +0000

description:
liblo: Update to 0.30

--------------------------------------------
2019-03-03: Release 0.30
--------------------------------------------

We are pleased to present stable release 0.30 of LibLo, the
lightweight, easy to use implementation of the Open Sound Control
protocol.

Open Sound Control (OSC) is a protocol for communication among
computers, sound synthesizers, and other multimedia devices that is
designed for use over modern network transports.

Changes of note since the 0.29 release include:

- Functions to wait and receive on multiple servers (lo_servers_wait
  and lo_servers_recv_noblock)
- Improvements to the CMake build system.
- Remove premake4 files and rely on CMake for building on Windows.
- Fix memory leak in lo_server_recv_raw_stream.
- C++ wrapper: Fix memory leak on string allocation.
- oscdump: Disable line buffering in Windows to support MSYS2 output.

diffstat:

 audio/liblo/Makefile |   5 ++---
 audio/liblo/PLIST    |   3 ++-
 audio/liblo/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 3944f0566ccd -r cf578fe2586d audio/liblo/Makefile
--- a/audio/liblo/Makefile      Sat Jan 18 21:56:18 2020 +0000
+++ b/audio/liblo/Makefile      Sat Jan 18 21:58:02 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/07/04 13:40:08 jperkin Exp $
-#
+# $NetBSD: Makefile,v 1.4 2020/01/18 21:58:02 nia Exp $
 
-DISTNAME=      liblo-0.28
+DISTNAME=      liblo-0.30
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=liblo/}
 
diff -r 3944f0566ccd -r cf578fe2586d audio/liblo/PLIST
--- a/audio/liblo/PLIST Sat Jan 18 21:56:18 2020 +0000
+++ b/audio/liblo/PLIST Sat Jan 18 21:58:02 2020 +0000
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2016/06/20 08:09:40 kamil Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/18 21:58:02 nia Exp $
 bin/oscdump
 bin/oscsend
+bin/oscsendfile
 include/lo/lo.h
 include/lo/lo_cpp.h
 include/lo/lo_endian.h
diff -r 3944f0566ccd -r cf578fe2586d audio/liblo/distinfo
--- a/audio/liblo/distinfo      Sat Jan 18 21:56:18 2020 +0000
+++ b/audio/liblo/distinfo      Sat Jan 18 21:58:02 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/06/20 08:09:40 kamil Exp $
+$NetBSD: distinfo,v 1.2 2020/01/18 21:58:02 nia Exp $
 
-SHA1 (liblo-0.28.tar.gz) = 949d5f0c9919741c67602514786b9c7366fa001b
-RMD160 (liblo-0.28.tar.gz) = 473806e0ca5d383ee07d657103f43c7f90ff7b15
-SHA512 (liblo-0.28.tar.gz) = 05818218d2d6a7042714b8fa905e7242fb9707795ad53ea27b2a1af3661f0822d25585ce17d286aa269c534ef24e19e377e041bf7fe194c8e47c0046fefcb85f
-Size (liblo-0.28.tar.gz) = 591659 bytes
+SHA1 (liblo-0.30.tar.gz) = 152a3260d186f111a71508dc0ed709984960f130
+RMD160 (liblo-0.30.tar.gz) = aa19d2c9d28e7610d19e24bc2be8e44716e4bcaf
+SHA512 (liblo-0.30.tar.gz) = 51132933cc23237b70ed08fa7986a4a9f838529b83807746b358bcc171f8bbce7f37115b7c855520c9219bae93c74e502aebfb90e44dabdc6d0a00b8335336e3
+Size (liblo-0.30.tar.gz) = 641498 bytes
 SHA1 (patch-ac) = 4bcb0a73efa2739f32b7feb73a71472d4f16a51b



Home | Main Index | Thread Index | Old Index