pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/fluidsynth



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 16 20:48:41 UTC 2023

Modified Files:
        pkgsrc/audio/fluidsynth: Makefile PLIST distinfo
        pkgsrc/audio/fluidsynth/patches: patch-include_fluidsynth_log.h

Log Message:
fluidsynth: updated to 2.3.1

fluidsynth 2.3.1

Prevent MIDI player from finishing prematurely
Fix a crash when enumerating rawmidi ALSA devices
Restore systemd sandboxing options and make it work with user units
Handle conflict with pipewire systemd daemon


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/fluidsynth/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.68 pkgsrc/audio/fluidsynth/Makefile:1.69
--- pkgsrc/audio/fluidsynth/Makefile:1.68       Mon Nov 21 18:20:40 2022
+++ pkgsrc/audio/fluidsynth/Makefile    Mon Jan 16 20:48:41 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2022/11/21 18:20:40 jperkin Exp $
+# $NetBSD: Makefile,v 1.69 2023/01/16 20:48:41 adam Exp $
 
-DISTNAME=      fluidsynth-2.3.0
+DISTNAME=      fluidsynth-2.3.1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=FluidSynth/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/audio/fluidsynth/PLIST
diff -u pkgsrc/audio/fluidsynth/PLIST:1.24 pkgsrc/audio/fluidsynth/PLIST:1.25
--- pkgsrc/audio/fluidsynth/PLIST:1.24  Fri Oct 14 10:59:10 2022
+++ pkgsrc/audio/fluidsynth/PLIST       Mon Jan 16 20:48:41 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2022/10/14 10:59:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2023/01/16 20:48:41 adam Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -24,6 +24,6 @@ lib/cmake/fluidsynth/FluidSynthTargets-r
 lib/cmake/fluidsynth/FluidSynthTargets.cmake
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.1.3
+lib/libfluidsynth.so.3.1.4
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.41 pkgsrc/audio/fluidsynth/distinfo:1.42
--- pkgsrc/audio/fluidsynth/distinfo:1.41       Fri Oct 14 10:59:10 2022
+++ pkgsrc/audio/fluidsynth/distinfo    Mon Jan 16 20:48:41 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2022/10/14 10:59:10 adam Exp $
+$NetBSD: distinfo,v 1.42 2023/01/16 20:48:41 adam Exp $
 
-BLAKE2s (fluidsynth-2.3.0.tar.gz) = abd3fea27b34d1582b8278cef3e3e514c12c03f304c6320eac9da00e7085f19c
-SHA512 (fluidsynth-2.3.0.tar.gz) = 621a54f7d9845a9350381e9aa99f342b28050e1dd80983e69828acc685ace39ee5376f8e40d7a93ddb247718e4bcfb3f196cbd4027343251f8c0fbe3c0d219ed
-Size (fluidsynth-2.3.0.tar.gz) = 1757143 bytes
+BLAKE2s (fluidsynth-2.3.1.tar.gz) = 082ca1a921969df565b62886fc192f082a2aabc0bf34c0539c2cc87dd2d58356
+SHA512 (fluidsynth-2.3.1.tar.gz) = 1633294bf6c714361c381151b62d9dd2c8f388490153e7964bfa14fd647a681db9ebfe1de0a06279972d6c5b30377f67361feb4db186b1faa235600f0ae02b22
+Size (fluidsynth-2.3.1.tar.gz) = 1758632 bytes
 SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
-SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
+SHA1 (patch-include_fluidsynth_log.h) = ea7ed3939306fff3f6f2362eb641f3162ad0395b
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa

Index: pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h
diff -u pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h:1.2 pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h:1.3
--- pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h:1.2  Mon Apr  5 10:54:16 2021
+++ pkgsrc/audio/fluidsynth/patches/patch-include_fluidsynth_log.h      Mon Jan 16 20:48:41 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-include_fluidsynth_log.h,v 1.2 2021/04/05 10:54:16 wiz Exp $
+$NetBSD: patch-include_fluidsynth_log.h,v 1.3 2023/01/16 20:48:41 adam Exp $
 
 Use the protected form to avoid conflicts with printf macros.
 
---- include/fluidsynth/log.h.orig      2021-03-27 17:35:00.000000000 +0000
+--- include/fluidsynth/log.h.orig      2022-12-28 11:43:59.000000000 +0000
 +++ include/fluidsynth/log.h
 @@ -85,7 +85,7 @@ FLUIDSYNTH_API void fluid_default_log_fu
  
@@ -12,4 +12,4 @@ Use the protected form to avoid conflict
 +__attribute__ ((__format__ (__printf__, 2, 3)))
  #endif
  ;
- /* @} */
+ /** @} */



Home | Main Index | Thread Index | Old Index