Summary: Daemon for exposing ALSA sequencer applications in JACK MIDI system Name: a2jmidid Version: 8 Release: 19%{?dist} URL: http://home.gna.org/a2jmidid/ Source0: http://download.gna.org/%{name}/%{name}-%{version}.tar.bz2 # a2jmidi_bridge.c and j2amidi_bridge.c are GPLv2+ # The rest is GPLv2 # Fix DSO linking: https://gna.org/support/index.php?2934 Patch0: a2jmidid-linking.patch Patch1: a2jmidid-man.patch Patch2: a2jmidid-aarch64.patch Patch3: a2jmidid-ppc64.patch License: GPLv2 and GPLv2+ BuildRequires: alsa-lib-devel BuildRequires: dbus-devel BuildRequires: gcc BuildRequires: jack-audio-connection-kit-devel BuildRequires: python2 Requires: dbus %description a2jmidid is a project that aims to ease usage of legacy ALSA sequencer applications, in a JACK MIDI enabled system. There are two ways to use legacy ALSA sequencer applications in JACK MIDI system. The first approach is to use automatic bridging. For every ALSA sequencer port you get one JACK MIDI port. If ALSA sequencer port is both input and output one, you get two JACK MIDI ports, one input and output. The second approach is to static bridges. You start application that creates one ALSA sequencer port and one JACK MIDI port. Such bridge is unidirectional. %prep %setup -q %patch0 -p1 -b .dso.linking %patch1 -p1 -b .man %patch2 -p1 -b .aarch64 %patch3 -p1 -b .ppc64 # Fix Python shebangs sed -i 's|/usr/bin/.*python$|/usr/bin/python2|' a2j_control waf wscript %build export CFLAGS="%{optflags}" export LINKFLAGS="$RPM_LD_FLAGS" ./waf configure --prefix=%{_prefix} \ --enable-pkg-config-dbus-service-dir ./waf %{?_smp_mflags} -v %install ./waf --destdir=%{buildroot} -v install %files %doc AUTHORS README NEWS %license gpl2.txt %{_bindir}/a2j %{_bindir}/%{name} %{_bindir}/a2j_control %{_bindir}/a2jmidi_bridge %{_bindir}/j2amidi_bridge %{_datadir}/dbus-1/services/org.gna.home.a2jmidid.service %{_mandir}/man1/a2j* %{_mandir}/man1/j2a* %changelog * Thu Jan 31 2019 Fedora Release Engineering - 8-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 19 2018 Orcan Ogetbil - 8-18 - Use Fedora link flags - BR: gcc - Moved license file to %%license - Fix Python shebangs * Thu Jul 12 2018 Fedora Release Engineering - 8-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 28 2018 Iryna Shcherbina - 8-16 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 07 2018 Fedora Release Engineering - 8-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 8-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 8-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Feb 16 2017 Orcan Ogetbil - 8-12 - Add patch to fix build on ppc64* * Fri Feb 10 2017 Fedora Release Engineering - 8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Feb 03 2016 Fedora Release Engineering - 8-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering - 8-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Oct 26 2014 Peter Robinson 8-8 - Add patch to fix ftbfs on aarch64 * Fri Aug 15 2014 Fedora Release Engineering - 8-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jan 13 2013 Brendan Jones 8-3 - Release bump for F19 * Sat Sep 15 2012 Jørn Lomax - 8-2 - added patch for man pages * Mon Jul 09 2012 Orcan Ogetbil - 8-1 - Update to 8. * Thu Jan 12 2012 Fedora Release Engineering - 7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering - 7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jan 26 2011 Orcan Ogetbil - 7-1 - Update to 7. - Drop upstreamed patches. * Fri Jul 16 2010 Orcan Ogetbil - 6-3 - Fix license tag * Wed May 19 2010 Orcan Ogetbil - 6-2 - Fix DSO linking * Sat Jan 30 2010 Orcan Ogetbil - 6-1 - Update to 6 * Thu Nov 26 2009 Orcan Ogetbil - 5-1 - Initial Fedora package. Specfile borrowed from SuSE. * Mon Jun 15 2009 Toni Graffy - 5-0.pm.1 - update to 5 * Sun Aug 03 2008 Toni Graffy - 4-0.pm.1 - update to 4 * Sat Oct 27 2007 Toni Graffy - 2-0.pm.1 - update to 2 * Mon Aug 27 2007 Toni Graffy - 1-0.pm.1 - Initial build 1