pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/mt32emu



Module Name:    pkgsrc
Committed By:   js
Date:           Wed Oct  1 14:31:06 UTC 2025

Modified Files:
        pkgsrc/audio/mt32emu: PLIST

Log Message:
audio/iir1: Fix PLIST for !Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/mt32emu/PLIST

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

Modified files:

Index: pkgsrc/audio/mt32emu/PLIST
diff -u pkgsrc/audio/mt32emu/PLIST:1.1 pkgsrc/audio/mt32emu/PLIST:1.2
--- pkgsrc/audio/mt32emu/PLIST:1.1      Fri Sep 26 18:30:41 2025
+++ pkgsrc/audio/mt32emu/PLIST  Wed Oct  1 14:31:06 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2025/09/26 18:30:41 js Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/10/01 14:31:06 js Exp $
 include/mt32emu.h
 include/mt32emu/Enumerations.h
 include/mt32emu/File.h
@@ -18,9 +18,9 @@ lib/cmake/MT32Emu/MT32EmuConfig.cmake
 lib/cmake/MT32Emu/MT32EmuConfigVersion.cmake
 lib/cmake/MT32Emu/MT32EmuTargets-noconfig.cmake
 lib/cmake/MT32Emu/MT32EmuTargets.cmake
-lib/libmt32emu.${PKGVERSION}.dylib
-lib/libmt32emu.2.dylib
-lib/libmt32emu.dylib
+lib/libmt32emu.so
+lib/libmt32emu.so.${PKGVERSION}
+lib/libmt32emu.so.2
 lib/pkgconfig/mt32emu.pc
 share/doc/munt/libmt32emu/AUTHORS.txt
 share/doc/munt/libmt32emu/COPYING.LESSER.txt



Home | Main Index | Thread Index | Old Index