SHA256
1
0
forked from pool/rtmidi
rtmidi/rtmidi-6.0.0-pkgconfig.patch

22 lines
636 B
Diff
Raw Normal View History

diff --git a/rtmidi.pc.in b/rtmidi.pc.in
index acb6888..0639c83 100644
--- a/rtmidi.pc.in
+++ b/rtmidi.pc.in
@@ -1,12 +1,12 @@
prefix=@prefix@
exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include/rtmidi
+libdir=${exec_prefix}/@libdir@
+includedir=${prefix}/@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@
Accepting request 941348 from home:simotek:multimedia - Update to Version 5.0.0 * see git history for complete list of changes * new Web MIDI API * iOS support * new setBufferSize() function * fixes for WinMM, Jack * added C API test program * now requiring C++11 * build system updates * midiprobe probes all compiled APIs * various build system updates and code efficiencies - Refreshed rtmidi-4.0.0-pkgconfig.patch - 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 - Update to version 3.0.0 * The version number has been bumped to 3.0.0 because of the past API change concerning the renaming of the RtError class to RtMidiError. Changes in this release include: + see git history for complete list of changes + new sendMessage() function that does not use std::vector + various std::string updates, including use of UTF8 for port names + fixes for the MIDI queue + various build system updates and code efficiencies - Spec cleanup - Change path to headers - Drop _service file - Update to version 2.1.1 * update pkgconfig.patch - Initial release OBS-URL: https://build.opensuse.org/request/show/941348 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rtmidi?expand=0&rev=5
2021-12-18 19:29:00 +01:00
Requires.private: @req@
Libs: -L${libdir} -lrtmidi
Accepting request 941348 from home:simotek:multimedia - Update to Version 5.0.0 * see git history for complete list of changes * new Web MIDI API * iOS support * new setBufferSize() function * fixes for WinMM, Jack * added C API test program * now requiring C++11 * build system updates * midiprobe probes all compiled APIs * various build system updates and code efficiencies - Refreshed rtmidi-4.0.0-pkgconfig.patch - 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 - Update to version 3.0.0 * The version number has been bumped to 3.0.0 because of the past API change concerning the renaming of the RtError class to RtMidiError. Changes in this release include: + see git history for complete list of changes + new sendMessage() function that does not use std::vector + various std::string updates, including use of UTF8 for port names + fixes for the MIDI queue + various build system updates and code efficiencies - Spec cleanup - Change path to headers - Drop _service file - Update to version 2.1.1 * update pkgconfig.patch - Initial release OBS-URL: https://build.opensuse.org/request/show/941348 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/rtmidi?expand=0&rev=5
2021-12-18 19:29:00 +01:00
Libs.private: -lpthread @req_libs@
-Cflags: -pthread -I${includedir} @api@
+Cflags: -pthread -I${includedir}/rtmidi @api@