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:   wiz
Date:           Mon Jan 31 12:03:34 UTC 2022

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

Log Message:
fluidsynth: update to 2.2.5.

    Fix a build failure with CMake < 3.12 (#1003, thanks to @komh)
    OSS and MidiShare drivers are now deprecated (#1010)
    Prevent samples accidentally having their loops disabled (#1017)
    Fix framework installation on MacOS (#1029, thanks to @pedrolcl)


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/audio/fluidsynth/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/fluidsynth/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/audio/fluidsynth/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/fluidsynth/Makefile
diff -u pkgsrc/audio/fluidsynth/Makefile:1.57 pkgsrc/audio/fluidsynth/Makefile:1.58
--- pkgsrc/audio/fluidsynth/Makefile:1.57       Wed Dec  8 16:01:43 2021
+++ pkgsrc/audio/fluidsynth/Makefile    Mon Jan 31 12:03:33 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2021/12/08 16:01:43 adam Exp $
+# $NetBSD: Makefile,v 1.58 2022/01/31 12:03:33 wiz Exp $
 
-DISTNAME=      fluidsynth-2.2.4
-PKGREVISION=   1
+DISTNAME=      fluidsynth-2.2.5
 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.18 pkgsrc/audio/fluidsynth/PLIST:1.19
--- pkgsrc/audio/fluidsynth/PLIST:1.18  Sun Nov 28 10:43:42 2021
+++ pkgsrc/audio/fluidsynth/PLIST       Mon Jan 31 12:03:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/11/28 10:43:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.19 2022/01/31 12:03:33 wiz Exp $
 bin/fluidsynth
 include/fluidsynth.h
 include/fluidsynth/audio.h
@@ -20,6 +20,6 @@ include/fluidsynth/version.h
 include/fluidsynth/voice.h
 lib/libfluidsynth.so
 lib/libfluidsynth.so.3
-lib/libfluidsynth.so.3.0.4
+lib/libfluidsynth.so.3.0.5
 lib/pkgconfig/fluidsynth.pc
 man/man1/fluidsynth.1

Index: pkgsrc/audio/fluidsynth/distinfo
diff -u pkgsrc/audio/fluidsynth/distinfo:1.35 pkgsrc/audio/fluidsynth/distinfo:1.36
--- pkgsrc/audio/fluidsynth/distinfo:1.35       Sun Nov 28 10:43:42 2021
+++ pkgsrc/audio/fluidsynth/distinfo    Mon Jan 31 12:03:33 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.35 2021/11/28 10:43:42 wiz Exp $
+$NetBSD: distinfo,v 1.36 2022/01/31 12:03:33 wiz Exp $
 
-BLAKE2s (fluidsynth-2.2.4.tar.gz) = a895b4c0016a0ad50e0d26a19760e6aabc345d4b0ea8028ab92deac069f64227
-SHA512 (fluidsynth-2.2.4.tar.gz) = 46c3f0759cc011f34e5ba80684df4e8b593315d564da2341aaea14a5f0ba9cf732933f6ebc8712506f194b044a8e2b198b9e50879ff4221e6a9ab8051e79b48f
-Size (fluidsynth-2.2.4.tar.gz) = 1746638 bytes
+BLAKE2s (fluidsynth-2.2.5.tar.gz) = cfb7eec79fe9e629aa69a3992fd7ece22a707da0451ff505136b63143f69de98
+SHA512 (fluidsynth-2.2.5.tar.gz) = 9ba96da560d3e0a3e38febc6f10d2b3d8019b63ffa0a4c6fa9032efd019333df0367bdd3056faba22517f59f4ef27b18d52429606ed2b8306f69778fd755beb2
+Size (fluidsynth-2.2.5.tar.gz) = 1747610 bytes
 SHA1 (patch-CMakeLists.txt) = 24c923c5e7b39b71b499bd204a7ca74268ea552c
 SHA1 (patch-include_fluidsynth_log.h) = cfc4e180f53e6cac03bea90a0c91d6fd75e39459
 SHA1 (patch-src_drivers_fluid__alsa.c) = a482764f0bbc15b5cf04e6920374b2f4811760aa



Home | Main Index | Thread Index | Old Index