a2780b3
%bcond_without tests
b4c7094
34386c7
Name:           giada
a2780b3
Version:        0.17.1
a2780b3
Release:        1%{?dist}
a2780b3
Summary:        Your hardcore loop machine
34386c7
a2780b3
# The entire source is GPLv3+, except:
a2780b3
#   - src/deps/json is (MIT and CC0), where the overall license is MIT and the
a2780b3
#     bundled copy of Hedley is CC0
a2780b3
#   - src/deps/juce is GPLv3, except:
a2780b3
#     * src/deps/juce/modules/juce_audio_basics is ISC, except:
a2780b3
#       > juce_GenericInterpolator.h, juce_Interpolators.cpp,
a2780b3
#         juce_Interpolators.h, and juce_WindowedSincInterpolator.cpp in
a2780b3
#         src/deps/juce/modules/juce_audio_basics/utilities are still GPLv3
a2780b3
#     * src/deps/juce/modules/juce_audio_devices is ISC, except:
a2780b3
#       > src/deps/juce/modules/juce_audio_devices/native/oboe/ is ASL 2.0
a2780b3
#     * src/deps/juce/modules/juce_audio_formats/codecs/flac is BSD
a2780b3
#     * src/deps/juce/modules/juce_audio_formats/codecs/oggvorbis is BSD
a2780b3
#     * src/deps/juce/modules/juce_audio_plugin_client/AUResources.r,
a2780b3
#       src/deps/juce/modules/juce_audio_plugin_client/AU/AUResources.r, and
a2780b3
#       src/deps/juce/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
a2780b3
#       are MIT
a2780b3
#     * src/deps/juce/modules/juce_audio_processors/format_types/VST3_SDK/base/,
a2780b3
#       src/deps/juce/modules/juce_audio_processors/format_types/VST3_SDK/public.sdk/,
a2780b3
#       and
a2780b3
#       src/deps/juce/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/vst/ivsttestplugprovider.h
a2780b3
#       are BSD
a2780b3
#     * src/deps/juce/modules/juce_blocks_basics/ is ISC
a2780b3
#     * src/deps/juce/modules/juce_box2d/box2d/ is zlib
a2780b3
#     * src/deps/juce/modules/juce_core/ is ISC, except:
a2780b3
#       > src/deps/juce/modules/juce_core/zip/zlib is zlib
a2780b3
#     * src/deps/juce/modules/juce_events/ is ISC
a2780b3
#     * src/deps/juce/modules/juce_graphics/image_formats/jpglib is IJG
a2780b3
#     * src/deps/juce/modules/juce_graphics/image_formats/pnglib is zlib
a2780b3
#   - src/deps/rtaudio is MIT, except:
a2780b3
#     * src/deps/rtaudio/include/soundcard.h is BSD
a2780b3
#   - src/deps/vst3sdk is GPLv3, except:
a2780b3
#     * src/deps/vst3sdk/base/, src/deps/vst3sdk/public.sdk/, and
a2780b3
#       src/deps/vst3sdk/pluginterfaces/vst/ivsttestplugprovider.h are BSD
a2780b3
#
a2780b3
# The following sources, which would otherwise contribute to the License field,
a2780b3
# are removed in prep: (none yet)
a2780b3
License:        GPLv3+ and MIT and CC0 and GPLv3 and ISC and ASL 2.0 and BSD and zlib and IJG
45eb7db
URL:            https://www.giadamusic.com
cfc6ab8
Source0:        %{url}/data/%{name}-%{version}-src.tar.gz
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
Source1:        https://raw.githubusercontent.com/monocasual/giada/ff1ba651301a2419d6a2b7680ea8432f8e440a74/extras/com.giadamusic.Giada.desktop
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
Source2:        https://raw.githubusercontent.com/monocasual/giada/ff1ba651301a2419d6a2b7680ea8432f8e440a74/extras/com.giadamusic.Giada.appdata.xml
a2780b3
a2780b3
# We need to use pkg-config/pkgconf to find rtaudio and libsndfile.
a2780b3
# https://github.com/monocasual/giada/issues/451
a2780b3
Patch1:         %{name}-0.17.1-find-external-dependencies.patch
a2780b3
# This is a C++ logging wrapper that passes its format string parameter through
a2780b3
# to std::fprintf, which inherently means the format string cannot be a
a2780b3
# literal. We use GCC pragmas to suppress the warning in just this one spot.
a2780b3
Patch2:         %{name}-0.17.1-suppress-format-security.patch
a2780b3
# Binary should be installed as /usr/bin/giada, not /usr/giada; reported
a2780b3
# upstream with patch at https://github.com/monocasual/giada/issues/450.
a2780b3
Patch3:         %{name}-0.17.1-fix-install-path.patch
Orcan Ogetbil f215732
34386c7
BuildRequires:  desktop-file-utils
a2780b3
# For AppData file validation
a2780b3
BuildRequires:  libappstream-glib
a2780b3
a2780b3
BuildRequires:  gcc-c++
a2780b3
BuildRequires:  cmake
a2780b3
# It is our choice whether to use the make backend or the ninja backend.
a2780b3
BuildRequires:  ninja-build
a2780b3
a2780b3
BuildRequires:  pkgconfig(rtmidi)
a2780b3
a2780b3
BuildRequires:  cmake(FLTK)
a2780b3
a2780b3
BuildRequires:  pkgconfig(sndfile)
a2780b3
BuildRequires:  pkgconfig(samplerate)
a2780b3
a2780b3
BuildRequires:  pkgconfig(x11)
a2780b3
BuildRequires:  pkgconfig(xcursor)
a2780b3
BuildRequires:  pkgconfig(xfixes)
a2780b3
BuildRequires:  pkgconfig(xft)
a2780b3
BuildRequires:  pkgconfig(xinerama)
a2780b3
BuildRequires:  pkgconfig(xpm)
a2780b3
BuildRequires:  pkgconfig(xrandr)
a2780b3
BuildRequires:  pkgconfig(xrender)
a2780b3
a2780b3
BuildRequires:  pkgconfig(alsa)
a2780b3
BuildRequires:  pkgconfig(libpulse)
a2780b3
BuildRequires:  pkgconfig(libpulse-simple)
a2780b3
BuildRequires:  pkgconfig(fontconfig)
a2780b3
BuildRequires:  pkgconfig(jack)
a2780b3
BuildRequires:  pkgconfig(freetype2)
a2780b3
a2780b3
%if %{with tests}
a2780b3
BuildRequires:  cmake(Catch2)
a2780b3
# Support graphical tests in non-graphical environment
a2780b3
BuildRequires:  xorg-x11-server-Xvfb
a2780b3
%endif
a2780b3
a2780b3
# For /usr/share/icons/hicolor/*/apps
a2780b3
Requires:  hicolor-icon-theme
a2780b3
a2780b3
# ============================================================================
a2780b3
# “JSON for Modern C++”, https://github.com/nlohmann/json
a2780b3
#
a2780b3
# The version comes from the initial comment header, and from “#define
a2780b3
# NLOHMANN_JSON_VERSION_MAJOR”, “#define NLOHMANN_JSON_VERSION_MINOR”, and
a2780b3
# “#define NLOHMANN_JSON_VERSION_PATCH”, in
a2780b3
# src/deps/json/single_include/nlohmann/json.hpp for version
a2780b3
#
a2780b3
# See https://github.com/nlohmann/json/issues/2651, where support for
a2780b3
# unbundling Hedley was requested.
a2780b3
Provides:  bundled(nlohmann-json) = 3.9.1
a2780b3
# That, in turn, bundles “Hedley”, https://nemequ.github.io/hedley
a2780b3
#
a2780b3
# The version comes from “#define JSON_HEDLEY_VERSION” in
a2780b3
# src/deps/json/single_include/nlohmann/json.hpp.
a2780b3
Provides:  bundled(hedley) = 13
a2780b3
# ============================================================================
a2780b3
a2780b3
# ============================================================================
a2780b3
# “JUCE”, https://juce.com/
a2780b3
#
a2780b3
# The version comes from ChangeLog. That, in turn, bundles a lot of libraries,
a2780b3
# listed below.
a2780b3
#
a2780b3
# See https://github.com/juce-framework/JUCE/issues/860, where support for
a2780b3
# unbundling these was requested.
a2780b3
Provides:  bundled(juce) = 6.0.4
a2780b3
# “Oboe”, https://github.com/google/oboe
a2780b3
#
a2780b3
# The version comes from
a2780b3
# src/deps/juce/modules/juce_audio_devices/native/oboe/readme.md.
a2780b3
Provides:  bundled(oboe) = 1.4.2
a2780b3
# libogg
a2780b3
#
a2780b3
# The version is unclear.
a2780b3
Provides:  bundled(libogg)
a2780b3
# libvorbis
a2780b3
#
a2780b3
# The version comes from the name of the subdirectory of
a2780b3
# src/deps/juce/modules/juce_audio_formats/codecs/oggvorbis/
a2780b3
Provides:  bundled(libvorbis) = 1.3.7
a2780b3
# libFLAC
a2780b3
#
a2780b3
# The version is unclear (only the API version is in the source code)
a2780b3
Provides:  bundled(flac)
a2780b3
# Core Audio Utility Classes
a2780b3
#
a2780b3
# The version comes from the header of any arbitrary file in
a2780b3
# src/deps/juce/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/.
a2780b3
Provides:  bundled(core-audio-utility-classes) = 1.1
a2780b3
# VST3 SDK
a2780b3
#
a2780b3
# The version comes from “#define kVstVersionString” in
a2780b3
# src/deps/juce/modules/juce_audio_processors/format_types/VST3_SDK/pluginterfaces/vst/vsttypes.h.
a2780b3
Provides:  bundled(vst3-sdk) = 3.6.13
a2780b3
# Box2D
a2780b3
#
a2780b3
# The version comes from “b2Version b2_version” in
a2780b3
# src/deps/juce/modules/juce_box2d/box2d/Common/b2Settings.cpp.
a2780b3
Provides:  bundled(Box2D) = 2.2.1
a2780b3
# zlib
a2780b3
#
a2780b3
# The version comes from “#define ZLIB_VERSION” in
a2780b3
# src/deps/juce/modules/juce_core/zip/zlib/zlib.h.
a2780b3
Provides:  bundled(zlib) = 1.2.3
a2780b3
# “The Independent JPEG Group's JPEG software”
a2780b3
#
a2780b3
# The version comes from “#define JPEG_LIB_VERSION”, and the following comment,
a2780b3
# in src/deps/juce/modules/juce_graphics/image_formats/jpglib/jpeglib.h.
a2780b3
Provides:  bundled(libjpeg) = 6b
a2780b3
# libpng
a2780b3
#
a2780b3
# The version comes from the header comment of
a2780b3
# src/deps/juce/modules/juce_graphics/image_formats/pnglib/png.h.
a2780b3
Provides:  bundled(libpng) = 1.6.37
a2780b3
# ============================================================================
a2780b3
a2780b3
# ============================================================================
a2780b3
# rtaudio (https://github.com/thestk/rtaudio)
a2780b3
#
a2780b3
# The version comes from “#define RTAUDIO_VERSION” in
a2780b3
# src/deps/rtaudio/RtAudio.h.
a2780b3
Provides:  bundled(rtaudio) = 5.1.0
a2780b3
# ============================================================================
a2780b3
a2780b3
# ============================================================================
a2780b3
# VST3 SDK
a2780b3
#
a2780b3
# In addition to the copy bundled with the bundled JUCE, there is a second
a2780b3
# bundled copy, where the version comes from “#define kVstVersionString” in
a2780b3
# src/deps/vst3sdk/pluginterfaces/vst/vsttypes.h.
a2780b3
Provides:  bundled(vst3-sdk) = 3.7.0
a2780b3
# ============================================================================
a2780b3
a2780b3
a2780b3
# Consistent behavior on F32
a2780b3
%undefine __cmake_in_source_build
34386c7
Rex Dieter 17c7513
34386c7
%description
a2780b3
Giada is an open source, minimalistic and hardcore music production tool.
a2780b3
Designed for DJs, live performers and electronic musicians.
a2780b3
a2780b3
34386c7
%prep
a2780b3
%autosetup -n %{name}-%{version}-src -p1
Rex Dieter 17c7513
a2780b3
# At least on Fedora, this keeps CMake from expecting the static FLTK library.
a2780b3
# It is not clear whether this is an FLTK bug (upstream or Fedora), or a Giada
a2780b3
# bug, so we have not attempted to report it to any upstream.
a2780b3
sed -r -i 's/(FLTK)[[:blank:]]+CONFIG/\1/' CMakeLists.txt
Orcan Ogetbil f215732
34386c7
34386c7
%build
a2780b3
# VST2 does not work:
a2780b3
# In file included from ../src/deps/juce/modules/juce_audio_processors/juce_audio_processors.cpp:149:
a2780b3
# ../src/deps/juce/modules/juce_audio_processors/format_types/juce_VSTPluginFormat.cpp:49:10: fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory
a2780b3
#    49 | #include <pluginterfaces/vst2.x/aeffect.h>
a2780b3
#       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
a2780b3
a2780b3
%cmake \
a2780b3
    -DWITH_VST2:BOOL=OFF \
a2780b3
    -DWITH_VST3:BOOL=ON \
a2780b3
    -DWITH_TESTS:BOOL=%{?with_tests:ON}%{?!with_tests:OFF} \
a2780b3
    -GNinja
a2780b3
%cmake_build
a2780b3
34386c7
34386c7
%install 
a2780b3
%cmake_install
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1}
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
install -m 0644 -p -D -t %{buildroot}%{_metainfodir} %{SOURCE2}
a2780b3
install -m 0644 -p -D -t %{buildroot}%{_datadir}/icons/hicolor/128x128/apps \
a2780b3
    extras/%{name}-logo.png
a2780b3
a2780b3
a2780b3
%check
a2780b3
# Validate the installed AppData file. Fedora guidelines require validate-relax
a2780b3
# to pass (but not validate-strict), and do require validation at build time.
a2780b3
appstream-util validate-relax --nonet \
a2780b3
    %{buildroot}%{_metainfodir}/com.giadamusic.Giada.appdata.xml
a2780b3
a2780b3
%if %{with tests}
a2780b3
xvfb-run -a %{buildroot}%{_bindir}/giada --run-tests
a2780b3
%endif
a2780b3
a2780b3
find %{_vpath_builddir} -type f
a2780b3
find %{buildroot} -type f
a2780b3
34386c7
34386c7
%files
Orcan Ogetbil f215732
%license COPYING
Orcan Ogetbil f215732
%doc ChangeLog README.md
a2780b3
34386c7
%{_bindir}/%{name}
a2780b3
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
%{_metainfodir}/com.giadamusic.Giada.appdata.xml
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
%{_datadir}/applications/com.giadamusic.Giada.desktop
a2780b3
# https://github.com/monocasual/giada/pull/358
a2780b3
%{_datadir}/icons/hicolor/128x128/apps/%{name}-logo.png
a2780b3
34386c7
34386c7
%changelog
a2780b3
* Mon Feb 22 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.1-2
a2780b3
- New upstream release 0.17.1
a2780b3
- Switch to CMake build system
a2780b3
- Add AppData and updated desktop file from
a2780b3
  https://github.com/monocasual/giada/pull/358
a2780b3
- Add virtual Provides, and update License field, for bundled dependencies
a2780b3
- Update summary and description from upstream
a2780b3
- Build Giada with tests, and run them at build time
a2780b3
5e1191b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2
5e1191b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5e1191b
0f03940
* Tue Nov 24 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 0.17.0-1
0f03940
- New upstream release
0f03940
- Add CMake build system
0f03940
- VST3 support
0f03940
- Show descriptive plug-in names in Plug-in List Window
0f03940
- Resizable plug-in list
0f03940
- New persistence mechanism for Plug-ins state
0f03940
- Improved text truncation for small buttons and text boxes
0f03940
- Beautify Sample Editor window
0f03940
- Resizable plug-in list window
0f03940
- Show descriptive plug-in name in plug-in list
0f03940
- Update JUCE, version 6.0.4
0f03940
- Update Catch2 to version 2.13.2
0f03940
- Replace old filesystem functions in fs.h with std::filesystem
0f03940
- Add VST3 SDK as git submodule
0f03940
- Set minimum macOS version to 10.14
0f03940
- Statically link the MSVC runtime library on Windows
0f03940
- Avoid crash on opening plug-in list with invalid plug-ins
0f03940
- Rewind sample channels in loop.once.bar mode on bar, if still playing (fix #403)
0f03940
- Modernize log::print() function to handle std::string arguments (PR #402)
0f03940
- Fix playStatus logic for ending sample channels in loop-once-bar mode (#404)
0f03940
- Fix shrinking beats that could glitch the output (#361)
0f03940
34f1b6b
* Thu Oct 08 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 0.16.4-1
34f1b6b
- New upstream release
34f1b6b
- Support for mono inputs
34f1b6b
- Overdub mode for Sample Channels with optional overdub protection
34f1b6b
- Disable record-on-signal mode when sequencer is running
34f1b6b
- Shift + [click on R button] kills action reading when "Treat one-shot
34f1b6b
  channels with actions as loops" option is on
34f1b6b
- Start MIDI channels automatically after action recording session
34f1b6b
- Fix wrong sample rate conversion when project rate != system rate
34f1b6b
- Fix Wrong begin/end sample markers when loading a project with samplerate != 
34f1b6b
  system.samplerate
34f1b6b
- Fix wrong MIDI learn mapping for master parameters
34f1b6b
- Fix BPM button disabled after audio recording session
34f1b6b
418f76a
* Fri Aug 07 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 0.16.3.1-1
418f76a
- New upstream release
57213d5
- Resolves: rhbz #1863622
57213d5
24e611b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-3
24e611b
- Second attempt - Rebuilt for
24e611b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
24e611b
4ef2aec
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.3-2
4ef2aec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4ef2aec
6b75470
* Mon Jun 15 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 0.16.3-1
6b75470
- New upstream version
6b75470
b4c7094
* Thu Mar 26 2020 Erich Eickmeyer <erich@ericheickmeyer.com> - 0.16.2.2-1
b4c7094
- New upstream version
b4c7094
0d97c56
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-3
0d97c56
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0d97c56
48978ba
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.4-2
48978ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
48978ba
45eb7db
* Wed Jul 10 2019 Filipe Rosset <rosset.filipe@gmail.com> - 0.15.4-1
45eb7db
- Update to 0.15.4 fixes rhbz#1604101 rhbz#1674963 and rhbz#1703719
45eb7db
2885bb2
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-4
2885bb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2885bb2
eda9b37
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-3
eda9b37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
eda9b37
4a4b290
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.4-2
4a4b290
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4a4b290
Orcan Ogetbil f215732
* Sun Jan 07 2018 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot] com> - 0.14.4-1
Orcan Ogetbil f215732
- Update to 0.14.4
Orcan Ogetbil f215732
cdd11b3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-13
cdd11b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
cdd11b3
85071f0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-12
85071f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
85071f0
0c5cee0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-11
0c5cee0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0c5cee0
3ab0d66
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-10
3ab0d66
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3ab0d66
fc0efed
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-9
fc0efed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fc0efed
60ddae8
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.7.0-8
60ddae8
- Rebuilt for GCC 5 C++11 ABI change
60ddae8
Rex Dieter 17c7513
* Thu Feb 19 2015 Rex Dieter <rdieter@fedoraproject.org> 0.7.0-7
Rex Dieter 17c7513
- Fix FTBFS (gcc5?), don't build with -Werror
Rex Dieter 17c7513
Rex Dieter 67e95ee
* Thu Feb 19 2015 Rex Dieter <rdieter@fedoraproject.org> 0.7.0-6
Rex Dieter 67e95ee
- rebuild (fltk)
Rex Dieter 67e95ee
0e38441
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-5
0e38441
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0e38441
7e6bc1c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-4
7e6bc1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7e6bc1c
cd9b76b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-3
cd9b76b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
cd9b76b
11cef8f
* Wed Jun 12 2013 Brendan Jones <brendan.jones.it@gmail.com> 0.7.0-2
11cef8f
- Add missing libsamplerate
11cef8f
c2a9fb6
* Wed Jun 12 2013 Brendan Jones <brendan.jones.it@gmail.com> 0.7.0-1
c2a9fb6
- New upstream 0.7.0
c2a9fb6
da3695c
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.6-2
da3695c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
da3695c
b9ab2ce
* Thu Jan 10 2013 Brendan Jones <brendan.jones.it@gmail.com> 0.5.6-1
b9ab2ce
- New upstream release
b9ab2ce
4cec3fc
* Tue Dec 11 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.4-2
4cec3fc
- Rebuild for new rtaudio
4cec3fc
34386c7
* Thu Nov 29 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.4-1
34386c7
- New upstream, removing vst patch
34386c7
- Apply desktop translation patch from Ismael Olea
34386c7
- Remove unecessary scriptlets and add a more descriptive summary
34386c7
34386c7
* Mon Nov 26 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.2-4
34386c7
- Missing BR libXext-devel
34386c7
34386c7
* Sun Nov 25 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.2-3
34386c7
- Add missing BR rtaudio
34386c7
34386c7
* Sun Oct 21 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.2-2
34386c7
- correct description and URL, add make flags
34386c7
34386c7
* Sun Oct 14 2012 Brendan Jones <brendan.jones.it@gmail.com> 0.5.2-1
34386c7
- Initial package