From 1bd242cac1750dbc802a06c007a7bd9110e4731c Mon Sep 17 00:00:00 2001 From: simotek <> Date: Dec 22 2020 14:58:32 +0000 Subject: Update a2jmidid to version 9 / rev 1 via SR 856433 https://build.opensuse.org/request/show/856433 by user simotek + dimstar_suse More fixing the sources. --- diff --git a/.files b/.files new file mode 100644 index 0000000..54caba4 Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..23db387 --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + a2jmdid - MIDI support for jack + a2jmidid is daemon for exposing legacy ALSA sequencer applications in JACK MIDI system. + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..6a2ad41 --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + 31ad160cdef2fdd5bc5c3cafcacef04e + 9 + + dimstar_suse + More fixing the sources. + 856433 + + diff --git a/a2jmidid-9.tar.gz b/a2jmidid-9.tar.gz new file mode 120000 index 0000000..c9abefa --- /dev/null +++ b/a2jmidid-9.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreibifdjihygjuzpqna4id4ewo3emgxcfzf5iuvwpo62dwtxqemo7ay \ No newline at end of file diff --git a/a2jmidid.changes b/a2jmidid.changes new file mode 100644 index 0000000..e20a0da --- /dev/null +++ b/a2jmidid.changes @@ -0,0 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 3 07:30:51 UTC 2020 - Simon Lees + +- Fix source to use full URL +- Fix use of env + +------------------------------------------------------------------- +Thu Nov 26 00:44:02 UTC 2020 - Simon Lees + +- Don't need to export cflags + +------------------------------------------------------------------- +Tue Oct 27 04:17:41 UTC 2020 - Simon Lees + +- Update to version 9 + * Switch to meson +- Run spec cleaner + +------------------------------------------------------------------- +Tue Sep 12 14:09:39 UTC 2017 - krysanto@gmail.com + +- Initial Version + - Checkout from master branch to avoid carrying patches diff --git a/a2jmidid.spec b/a2jmidid.spec new file mode 100644 index 0000000..fbd569a --- /dev/null +++ b/a2jmidid.spec @@ -0,0 +1,65 @@ +# +# spec file for package a2jmidid +# +# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2016 Michael Csida +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: a2jmidid +Version: 9 +Release: 0 +Summary: A modular multi-system emulator system +License: GPL-2.0-or-later +URL: https://github.com/linuxaudio/a2jmidid +Source0: https://github.com/linuxaudio/a2jmidid/archive/%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: meson +BuildRequires: pkgconfig +BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(jack) + +%description +a2jmidid is a daemon for exposing legacy ALSA sequencer applications in JACK +MIDI systems. + +%prep +%setup -q + +%build +%meson +%meson_build + +%install +%meson_install +find %{buildroot}/%{_bindir} -name 'a2j_control' -exec sed -i "s|#! %{_bindir}/env python3$|#!/usr/bin/python3|" {} + + +%files +%doc README.rst INSTALLATION.rst +%license LICENSE +%{_bindir}/a2j +%{_bindir}/a2j_control +%{_bindir}/a2jmidi_bridge +%{_bindir}/a2jmidid +%{_bindir}/j2amidi_bridge +%{_mandir}/man1/a2j.1%{?ext_man} +%{_mandir}/man1/a2j_control.1%{?ext_man} +%{_mandir}/man1/a2jmidi_bridge.1%{?ext_man} +%{_mandir}/man1/a2jmidid.1%{?ext_man} +%{_mandir}/man1/j2amidi_bridge.1%{?ext_man} +%{_datadir}/dbus-1/services/org.gna.home.a2jmidid.service + +%changelog