20 Commits

Author SHA256 Message Date
388de75443 Accepting request 1230187 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1230187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=8
2024-12-11 20:05:44 +00:00
4f745154e7 Normalize jar mtimes for reproducible builds (boo#1134568)
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=18
2024-12-11 18:46:52 +00:00
8f0dea55f6 Accepting request 1045826 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1045826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=7
2022-12-31 10:22:55 +00:00
28af92fac0 Accepting request 1045824 from home:frispete:musescore
- If we don't build the java bindings, we can reduce the minimum 
  cmake version to a level, that allows building for current Leaps

OBS-URL: https://build.opensuse.org/request/show/1045824
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=16
2022-12-30 12:49:58 +00:00
ba60eff145 Accepting request 1011016 from multimedia:libs
- update to 2.0.4:
  This release adjusts the data rate limit imposed on MIDI through macOS IAC
  bus to avoid losing data (this is a macOS limitation, not a PortMidi
  limitation). Apparently, the limit was significantly dropped somewhere around
  macOS 12. This release is tested on Apple M2 in addition to Linux, Win32, and
  macOS Intel. It also includes a working but not complete port to Haiku. 
- drop 0001-Add-missing-return-type.patch, 
  0001-changing-path-to-pm_common-directory-in-file-pm_comm.patch
  0001-Adding-missing-file-to-repo.patch: upstream

OBS-URL: https://build.opensuse.org/request/show/1011016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=6
2022-10-15 14:37:59 +00:00
afad17bf92 correct changelog
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=14
2022-10-14 19:08:53 +00:00
27d7ee1a87 Accepting request 1010534 from home:dirkmueller:Factory
- updarte to  

- update to 2.0.4:
  This release adjusts the data rate limit imposed on MIDI through macOS IAC
  bus to avoid losing data (this is a macOS limitation, not a PortMidi
  limitation). Apparently, the limit was significantly dropped somewhere around
  macOS 12. This release is tested on Apple M2 in addition to Linux, Win32, and
  macOS Intel. It also includes a working but not complete port to Haiku. 
- drop 0001-Add-missing-return-type.patch, 
  0001-changing-path-to-pm_common-directory-in-file-pm_comm.patch
  0001-Adding-missing-file-to-repo.patch: upstream

OBS-URL: https://build.opensuse.org/request/show/1010534
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=13
2022-10-14 19:07:30 +00:00
9713dccc23 Accepting request 994363 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/994363
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=5
2022-08-11 16:32:06 +00:00
04eda82316 Accepting request 994333 from home:kill_it:daw
- Disable RPATH in the .spec

OBS-URL: https://build.opensuse.org/request/show/994333
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=11
2022-08-10 15:48:14 +00:00
fc152ac35b Accepting request 975941 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/975941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=4
2022-05-10 13:11:57 +00:00
62156bb7b2 Accepting request 975935 from home:cgiboudeaux:branches:multimedia:libs
- Update to 2.0.3
  * This version allows multiple hardware devices to have the same
    name.
- Add upstream changes:
  * 0001-Adding-missing-file-to-repo.patch
  * 0001-changing-path-to-pm_common-directory-in-file-pm_comm.patch
  * 0001-Add-missing-return-type.patch

OBS-URL: https://build.opensuse.org/request/show/975935
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=9
2022-05-09 19:17:10 +00:00
9ff20dbb04 Accepting request 943723 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/943723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=3
2022-01-04 18:37:56 +00:00
be8a320912 Accepting request 943662 from home:darix:branches:multimedia:libs
- Update to 2.0.2
  - build system fixes
- drop 7ed4da65ff67fa2b22eccd88beb743bd2dff6bfb.patch
- require cmake >= 3.21

- restore the java package with the pmdefaults app
  7ed4da65ff67fa2b22eccd88beb743bd2dff6bfb.patch
- restore test tools again

- Update to 2.0.1
  PortMidi has a new extended API with Pm_CreateVirtualInput(),
  Pm_CreateVirtualOutput(), and Pm_DeleteVirtualDevice() so we are
  calling this major version 2. Other changes include:
 - More careful rate limiting on macOS to allow faster IO to real
   devices, while still limiting flow through IAC bus and virtual
   ports that might cause macOS to drop messages.
 - Many updates to CMake files, including install and package
   functions.
 - Elimination of scorealign, portsmf, and PortMidi support for
   several other languages. (We'll try to maintain links to active
   projects or host language support in separate repos within this
   PortMidi project.)
 - Only basic support for Java and PmDefaults program. Current plan
   is to eliminate PmDefaults, Pm_GetDefaultInputDeviceID(), and
   Pm_GetDefaultOutputDeviceID() at the end of 2022, moving
   jportmidi and pmjni library to another repo unless users
   complain. Unfortunately, operating systems never introduced
   preferred MIDI devices analogous to preferred Audio devices.
 - A few other bug fixes such as Unicode handling are now included.
- drop patches from upstream:

OBS-URL: https://build.opensuse.org/request/show/943662
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=8
2022-01-04 09:34:30 +00:00
Stephan Kulow
2ab755fad2 Accepting request 246334 from multimedia:libs
Resubmit to Factory with corrected license

OBS-URL: https://build.opensuse.org/request/show/246334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/portmidi?expand=0&rev=1
2014-08-27 05:46:10 +00:00
14775d2ad1 correct license
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=6
2014-08-25 10:34:05 +00:00
d482f7b4c5 rm portmidi-217-build-fix.patch which is not used
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=5
2014-08-21 10:28:34 +00:00
Pavol Rusnak
5ea14c44d2 Accepting request 145527 from home:worldcitizen
Add Requirement for timidity as most sound cards don't have a dedicated midi device anymore
Build with libporttime.so fix needed for lenmus

OBS-URL: https://build.opensuse.org/request/show/145527
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=4
2012-12-17 11:54:13 +00:00
Pavol Rusnak
398f462d92 - don't ship static library
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=3
2012-06-06 14:46:47 +00:00
Pavol Rusnak
a2e2c69915 fix spec/changes
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=2
2012-06-06 14:44:28 +00:00
Pavol Rusnak
4cba29de34 new pkg
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/portmidi?expand=0&rev=1
2012-06-06 14:19:56 +00:00