Luigi Baldoni
7d7ca4e329
- Update to version 4.0.0 * see git history for complete list of changes * updates to test programs to clarify port numbering * new C API wrapper * new functions to get API names * miscellaneous sysex fixes in Jack and ALSA * new setPortName() method (for Jack and ALSA) * new setClientName() method (for ALSA) * various build system updates and code efficiencies - Refreshed rtmidi-2.1.1-pkgconfig.patch as rtmidi-4.0.0-pkgconfig.patch OBS-URL: https://build.opensuse.org/request/show/696780 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rtmidi?expand=0&rev=3
23 lines
677 B
Diff
23 lines
677 B
Diff
Index: rtmidi-4.0.0/rtmidi.pc.in
|
|
===================================================================
|
|
--- rtmidi-4.0.0.orig/rtmidi.pc.in
|
|
+++ rtmidi-4.0.0/rtmidi.pc.in
|
|
@@ -1,12 +1,12 @@
|
|
prefix=@prefix@
|
|
-exec_prefix=${prefix}
|
|
-libdir=${exec_prefix}/lib
|
|
-includedir=${prefix}/include/rtmidi
|
|
+exec_prefix=@exec_prefix@
|
|
+libdir=@libdir@
|
|
+includedir=@includedir@
|
|
|
|
-Name: librtmidi
|
|
+Name: rtmidi
|
|
Description: RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: @req@
|
|
Libs: -L${libdir} -lrtmidi
|
|
Libs.private: -lpthread
|
|
-Cflags: -pthread -I${includedir} @api@
|
|
+Cflags: -pthread -I${includedir}/rtmidi @api@
|