c4bcb82
%global maj 2.2
6551751
# No need to provide & require internal libraries
c4bcb82
%filter_provides_in %{_libdir}/%{name}-%{maj}.*/.*/.*\.so$
6551751
%filter_from_requires /libmuse_.*\.so.*/d
aa6194d
%filter_setup
12805ef
c4bcb82
# lv2 gtk2 helper target
c4bcb82
%ifarch x86_64
c4bcb82
%global LV2_GTK_HELPER lv2Gtk2Helper64.so
c4bcb82
%else
c4bcb82
%global LV2_GTK_HELPER lv2Gtk2Helper32.so
c4bcb82
%endif
c4bcb82
25e6cf8
Name:          muse
25e6cf8
Summary:       Midi/Audio Music Sequencer
25e6cf8
# Epoch is set to 1 for PlanetCCRMA compatibility.
25e6cf8
# See: https://fedoraproject.org/wiki/AudioCreation
25e6cf8
Epoch:         1
c4bcb82
Version:       2.2.1
Orcan Ogetbil 22dccb0
Release:       4%{?dist}
25e6cf8
# original freeverb plugin was public domain
25e6cf8
# givertcap (not built) is GPLv2
c47609e
# The rest, including the core of muse is distributed under GPLv2+
c47609e
License:       Public Domain and GPLv2 and GPLv2+ and LGPLv2+
25e6cf8
Group:         Applications/Multimedia
25e6cf8
URL:           http://www.muse-sequencer.org/
1e7e3fe
Source0:       https://downloads.sourceforge.net/project/lmuse/%{name}-%{maj}/%{name}-%{version}.tar.gz
25e6cf8
cbeb755
# Fixed upstream
cbeb755
Patch0:        muse-gcc6.patch
Orcan Ogetbil 22dccb0
# Fixed upstream
Orcan Ogetbil 22dccb0
Patch1:        muse-gcc7.patch
cbeb755
e611745
BuildRequires: alsa-lib-devel
12805ef
BuildRequires: cmake
e611745
BuildRequires: desktop-file-utils
1de2cc9
BuildRequires: dssi-devel
e611745
BuildRequires: fluidsynth-devel
e611745
BuildRequires: jack-audio-connection-kit-devel
6b3cb62
BuildRequires: ladspa-devel
e611745
BuildRequires: lash-devel
1de2cc9
BuildRequires: liblo-devel
c4bcb82
BuildRequires: lilv-devel
e611745
BuildRequires: libsamplerate-devel
e611745
BuildRequires: libsndfile-devel
e611745
BuildRequires: pkgconfig
c4bcb82
BuildRequires: python2-devel
12805ef
BuildRequires: qt4-devel
25e6cf8
c4bcb82
# For lv2 plugins
c4bcb82
BuildRequires: gtkmm24-devel
c4bcb82
25e6cf8
Requires:      hicolor-icon-theme
25e6cf8
25e6cf8
%description
25e6cf8
MusE is a MIDI/Audio sequencer with recording and editing capabilities. It can
5d2ab38
perform audio effects like chorus/flanger in real-time via LASH and it supports
25e6cf8
Jack and ALSA interfaces. MusE aims to be a complete multitrack virtual studio 
25e6cf8
for Linux.
25e6cf8
25e6cf8
12805ef
%prep
0b6ca40
%setup -q
c8b829a
cbeb755
%patch0 -p1 -b .gcc6
Orcan Ogetbil 22dccb0
%patch1 -p1 -b .gcc7
cbeb755
c4bcb82
# remove precompiled binaries
c4bcb82
find . -name "*.so" -exec rm {} \;
c4bcb82
c4bcb82
# install only the helper with the appropriate bitness
c4bcb82
sed -i "s|\(install(FILES\).*|\1 %LV2_GTK_HELPER|" muse/lv2Gtk2Helper/CMakeLists.txt
c4bcb82
c4bcb82
# Module dependency fix. This is fixed in upstream trunk
cbeb755
sed -i 's|awl|awl widgets|' muse/liste/CMakeLists.txt synti/deicsonze/CMakeLists.txt muse/instruments/CMakeLists.txt
5d2ab38
25e6cf8
%build
cbeb755
make -C muse/lv2Gtk2Helper/ %LV2_GTK_HELPER DEBUGFLAGS="%{optflags} -std=gnu++14" FLAGS32= FLAGS64=
c4bcb82
12805ef
mkdir -p %{_target_platform}
12805ef
pushd %{_target_platform}
aa6194d
%{cmake} .. \
c4bcb82
    -DMusE_DOC_DIR=%{_pkgdocdir}/ \
c4bcb82
    -DENABLE_PYTHON=1
25e6cf8
make %{?_smp_mflags}
25e6cf8
12805ef
25e6cf8
%install
12805ef
make install DESTDIR=%{buildroot} -C %{_target_platform}
12805ef
12805ef
12805ef
%check
12805ef
desktop-file-validate \
12805ef
      %{buildroot}%{_datadir}/applications/%{name}.desktop
25e6cf8
e611745
25e6cf8
%post
c4bcb82
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 23f0d85
touch --no-create %{_datadir}/mime/packages &> /dev/null || :
25e6cf8
25e6cf8
%postun
25e6cf8
if [ $1 -eq 0 ] ; then
25e6cf8
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
c4bcb82
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
c4bcb82
    touch --no-create %{_datadir}/mime/packages &> /dev/null
Rex Dieter 23f0d85
    update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
25e6cf8
fi
25e6cf8
25e6cf8
%posttrans
c4bcb82
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
Rex Dieter 23f0d85
update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
25e6cf8
25e6cf8
25e6cf8
%files
0b6ca40
%{_pkgdocdir}
12805ef
%{_bindir}/%{name}*
25e6cf8
%{_bindir}/grepmidi
1e7e3fe
%{_libdir}/%{name}-%{maj}*/
1e7e3fe
%{_datadir}/%{name}-%{maj}*/
25e6cf8
%{_datadir}/applications/%{name}.desktop
12805ef
%{_datadir}/icons/hicolor/64x64/apps/%{name}_icon.png
055b934
%{_mandir}/man1/grepmidi*
055b934
%{_mandir}/man1/%{name}*
055b934
%{_datadir}/mime/packages/muse.xml
25e6cf8
131969d
%changelog
Orcan Ogetbil 22dccb0
* Mon Feb 13 2017 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.2.1-4
Orcan Ogetbil 22dccb0
- gcc7 fix
Orcan Ogetbil 22dccb0
acff1e9
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.1-3
acff1e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
acff1e9
cbeb755
* Sun Feb 07 2016 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.2.1-2
cbeb755
- gcc6 fix
cbeb755
c4bcb82
* Fri Feb 05 2016 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.2.1-1
c4bcb82
- MusE-2.2.1
c4bcb82
51e6556
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1.2-9
51e6556
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
51e6556
d8859a8
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.2-8
d8859a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d8859a8
e3321f2
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:2.1.2-7
e3321f2
- Rebuilt for GCC 5 C++11 ABI change
e3321f2
Rex Dieter 23f0d85
* Thu Oct 02 2014 Rex Dieter <rdieter@fedoraproject.org> 2.1.2-6
Rex Dieter 23f0d85
- add mime scriptlet
Rex Dieter 23f0d85
9e66515
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org>
9e66515
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
9e66515
46bc6d3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.2-4
46bc6d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
46bc6d3
0b6ca40
* Sun Aug 04 2013 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.1.2-3
0b6ca40
- Unversioned docdir https://fedoraproject.org/wiki/Changes/UnversionedDocdirs
0b6ca40
bd56eeb
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1.2-2
bd56eeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bd56eeb
0708731
* Sat Mar 30 2013 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.1.2-1
0708731
- MusE-2.1.2
0708731
c8b829a
* Sat Feb 16 2013 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.1.1-1
c8b829a
- MusE-2.1.1
c8b829a
18c7602
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1-2
18c7602
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
18c7602
6b3cb62
* Sat Jan 19 2013 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.1-1
6b3cb62
- MusE-2.1
6b3cb62
1e7e3fe
* Sat Aug 25 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0.1-1
1e7e3fe
- MusE-2.0.1
1e7e3fe
e24380d
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0-3
e24380d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e24380d
6551751
* Sun Jul 01 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-2
6551751
- Add requires filter
6551751
6551751
* Sun Jul 01 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-1
aa6194d
- MusE-2.0 final!
aa6194d
afe8bad
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0-0.8.rc2
afe8bad
- Rebuilt for c++ ABI breakage
afe8bad
c55a189
* Sat Jan 14 2012 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.7.rc2
c55a189
- Update to MusE-2.0-rc2
c55a189
4499345
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0-0.6.rc1
4499345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4499345
c47609e
* Wed Dec 14 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.5.rc1
c47609e
- Update to MusE-2.0-rc1
c47609e
055b934
* Sat Jun 18 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.4.beta2
055b934
- Update to MusE-2.0-beta2
055b934
87588bf
* Tue Feb 08 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.3.alpha
87588bf
- Fix build failure against gcc-4.6
87588bf
bbbeffb
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0-0.2.alpha
bbbeffb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bbbeffb
12805ef
* Sun Dec 26 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:2.0-0.1.alpha
12805ef
- Update to 2.0alpha
12805ef
- Removed provides filtering according to the new guidelines.
12805ef
355f02a
* Mon Sep 27 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:1.1-1
355f02a
- Update to 1.1
355f02a
131969d
* Tue Jul 27 2010 David Malcolm <dmalcolm@redhat.com> - 1:1.0.1-5
131969d
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
131969d
310256a
* Tue Jul 20 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1:1.0.1-4
310256a
- Rebuild against new liblo-0.26
310256a
b0ee102
* Sun Jul 18 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-3
b0ee102
- Add AudioVideo to .desktop file categories RHBZ#614718
b0ee102
5d2ab38
* Wed Apr 07 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-2
5d2ab38
- Correct synti path on 64bit systems
5d2ab38
- Remove the -fno-var-tracking-assignments workaround
5d2ab38
- Rebuild needed on F-13 to pick up the proper soname deps. RHBZ#566419
5d2ab38
f33d78e
* Sat Jan 30 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0.1-1
f33d78e
- Update to 1.0.1
f33d78e
- Drop upstreamed patches
f33d78e
1de2cc9
* Thu Dec 24 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-1
1de2cc9
- Update to 1.0
1de2cc9
c54ab84
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-0.7.rc3.1
c54ab84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c54ab84
cf5a30e
* Fri Jul 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.7.rc3
cf5a30e
- Bugfix: muse doesn't start properly on x86_64 on F-11+. Backport glibc-2.10 patch from trunk
cf5a30e
- Remove BR: e2fsprogs-devel
cf5a30e
29c34a6
* Sat Jun 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.6.rc3
29c34a6
- Update to 1.0rc3
29c34a6
e611745
* Wed May 13 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.5.rc2
e611745
- Update to 1.0rc2
e611745
25e6cf8
* Mon Feb 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.4.rc1
25e6cf8
- Updated icon cache scriptlets according to the new guidlines
25e6cf8
25e6cf8
* Mon Feb 23 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.3.rc1
25e6cf8
- Handle the Provides list within the SPEC file
25e6cf8
- Add gcc-4.4 patch
25e6cf8
- Fix size_t warnings
25e6cf8
- Explain the various licenses
25e6cf8
25e6cf8
* Sun Feb 08 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.2.rc1
25e6cf8
- Use AutoProv=no instead of AutoReqProv=no
25e6cf8
25e6cf8
* Sat Feb 07 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:1.0-0.1.rc1
25e6cf8
- New upstream release with many bugfixes.
25e6cf8
- Remove the patches that are committed upstream.
25e6cf8
25e6cf8
* Fri Jan 30 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> 1:0.9-3
25e6cf8
- PlanetCCRMA's SPEC revised for Fedora submission
25e6cf8
25e6cf8
* Tue Jul 15 2008 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 1:0.9-2
25e6cf8
- updated qt3-devel build dependency for fc9
25e6cf8
- added patch for gcc4.3 build on fc9
25e6cf8
25e6cf8
* Fri Feb  1 2008 Arnaud Gomes-do-Vale <Arnaud.Gomes@ircam.fr>
25e6cf8
- built on CentOS
25e6cf8
25e6cf8
* Sat Nov 17 2007 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.9-2
25e6cf8
- added patch from Debian to avoid using internal lash api calls that
25e6cf8
  are not there in last 0.5.3
25e6cf8
25e6cf8
* Tue Oct  9 2007 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.9-1
25e6cf8
- updated to 0.9
25e6cf8
- adjusted desktop categories
25e6cf8
25e6cf8
* Thu Dec 21 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.8.1a-2
25e6cf8
- spec file tweaks, build on fc6
25e6cf8
- make sure LADSPA plugins are searched in the right lib directory
25e6cf8
  for all architectures
25e6cf8
c4bcb82
* Fri May  5 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- added icon and Planet CCRMA categories
25e6cf8
25e6cf8
* Tue Mar 28 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.8.1a-1
25e6cf8
- updated to 0.8.1a
25e6cf8
25e6cf8
* Mon Jan 23 2006 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.7.2-0.1.pre5
25e6cf8
- updated to 0.7.2-pre5
25e6cf8
25e6cf8
* Sun Nov 20 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- the internal libraries appear in the provides list and conflict with
25e6cf8
  old names, for example the obsolete "fluid" package name as now
25e6cf8
  included in pd-fluid, so disable automatic provide generation. 
25e6cf8
25e6cf8
* Fri Nov 18 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.7.2-0.1.pre3
25e6cf8
- update to 0.7.2pre3
25e6cf8
- build with lash (name change from ladcca)
25e6cf8
- added readline-devel (needed by lash)
25e6cf8
- delete --enable-rtcap option to configure
25e6cf8
c4bcb82
* Sat Jun 25 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- do not create givertcap package anymore, fc4 mach is confused by
25e6cf8
  the version and it is not needed anymore
25e6cf8
25e6cf8
* Mon Jan 24 2005 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.7.1-1
25e6cf8
- updated to 0.7.1
25e6cf8
- needs libsamplerate
25e6cf8
- added --enable-ladcca configure flag (has to be explicitly enabled)
25e6cf8
c4bcb82
* Fri Dec 31 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- spec file cleanup
25e6cf8
25e6cf8
* Sun Sep 26 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- use qt33 package for fc1 and below
25e6cf8
25e6cf8
* Wed Jul 21 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.7.0-1
25e6cf8
- updated to 0.7.0
25e6cf8
25e6cf8
* Thu May 20 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 
25e6cf8
- added dsssl build requirement
25e6cf8
25e6cf8
* Thu May  6 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.7.0-0.pre2.1
25e6cf8
- updated to 0.7.0 pre2
25e6cf8
- needs qt > 3.2
25e6cf8
- --disable-suid-install does not work, change default to "no"
25e6cf8
25e6cf8
* Wed Jan  7 2004 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.3-1
25e6cf8
- updated to 0.6.3
25e6cf8
25e6cf8
* Wed Nov 19 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.2-1
25e6cf8
- added alsa patch for old api
25e6cf8
25e6cf8
* Fri Nov 14 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.2-1
25e6cf8
- spec file tweaks
25e6cf8
- fix dssslver for 9 and fc1
25e6cf8
25e6cf8
* Thu Nov  6 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.2-1
25e6cf8
- updated to 0.6.2
25e6cf8
- softsynth and jack patches not needed any more
25e6cf8
25e6cf8
* Sun Sep 14 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.1-2
25e6cf8
- applied Takashi's patch for softsynth hangs (patch2)
25e6cf8
- fixed build with jack 0.80.0, updated version requirement
25e6cf8
- added release tags
25e6cf8
- added separate release number for givertcap
25e6cf8
25e6cf8
* Sat Jul 26 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.1-1
25e6cf8
- updated to 0.6.1
25e6cf8
25e6cf8
* Tue May 20 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0-1
25e6cf8
- updated to 0.6.0 final
25e6cf8
- added atomic.h borrowed from kernel 2.4.20 (otherwise it does not
25e6cf8
  find atomic_inc)
25e6cf8
- added instruments directory and files to files list
25e6cf8
- added explicit dependency to qt version 
25e6cf8
25e6cf8
* Fri Apr  4 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre8-1
25e6cf8
- updated to 0.6.0pre8
25e6cf8
25e6cf8
* Wed Apr  2 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre7-2
25e6cf8
- rebuild for jack 0.66.3, added explicit requires for it
25e6cf8
25e6cf8
* Fri Mar 21 2003 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre7-1
25e6cf8
- updated to 0.6.0pre7
25e6cf8
- changed default qt in 7.3 to 3.0.5, dsss version to 1.76 in 7.3/8.0
25e6cf8
- added node.h patch for 7.2/7.3
25e6cf8
25e6cf8
* Thu Dec  5 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre5-1
25e6cf8
- updated to 0.6.0pre5
25e6cf8
25e6cf8
* Thu Nov 14 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre3-1
25e6cf8
- added patch to fix jack port names
25e6cf8
- signals patch no longer needed
25e6cf8
25e6cf8
* Mon Oct 21 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre2-2
25e6cf8
- added patch so that signals are not intercepted, that hungs muse
25e6cf8
  on startup under rh 8.0's thread libraries
25e6cf8
- disabled qttest, otherwise you have to build while logged in as root
25e6cf8
  in the console
25e6cf8
- added proper menu entries
25e6cf8
25e6cf8
* Mon Oct 21 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.6.0pre2-1
25e6cf8
- updated to 0.6.0pre2, enabled jack support
25e6cf8
25e6cf8
* Mon Jun 24 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.5.3-1
25e6cf8
- updated to 0.5.3b
25e6cf8
- enabled rtcaps, added givertcap package
25e6cf8
- updated doc file list
25e6cf8
- added make -j for smp builds
25e6cf8
25e6cf8
* Fri Apr 19 2002 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.5.2-1
25e6cf8
- updated to 0.5.2, needs qt 3.0.3 (from rawhide)
25e6cf8
25e6cf8
* Wed Nov 28 2001 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.4.14-1
25e6cf8
- updated to 0.4.14, adjusted file list
25e6cf8
25e6cf8
* Tue Nov 27 2001 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu>
25e6cf8
- updated to 0.4.16 (added qt3 rpms)
25e6cf8
- patch1: remove su's
25e6cf8
- patch2: configuration, 3 and 4 suggested patches on the muse list
25e6cf8
- cannot make 0.4.16 compile...
25e6cf8
25e6cf8
* Thu Aug 23 2001 Fernando Lopez-Lezcano <nando@ccrma.stanford.edu> 0.4.8-1
25e6cf8
- adapted suse's srpm to redhat
25e6cf8
25e6cf8
* Fri May 11 2001 - <<tiwai@suse.de>>
25e6cf8
- fixed build.
25e6cf8
* Wed May 09 2001 - <tiwai@suse.de>
25e6cf8
- updated to muse-0.3.19.
25e6cf8
* Wed Apr 11 2001 - <tiwai@suse.de>
25e6cf8
- updated to muse-0.3.16.
25e6cf8
* Wed Apr 04 2001 - <tiwai@suse.de>
25e6cf8
- updated to muse-0.3.15.
25e6cf8
* Tue Mar 20 2001 - <tiwai@suse.de>
25e6cf8
- fixed neededforbuild.
25e6cf8
* Fri Mar 16 2001 - <tiwai@suse.de>
25e6cf8
- updated to muse-0.3.12.
25e6cf8
* Mon Mar 12 2001 - <tiwai@suse.de>
25e6cf8
- updated to muse-0.3.11.
25e6cf8
* Wed Mar 07 2001 - ro@suse.de
25e6cf8
- changed neededforbuild <mesadev> to <mesa-devel>
25e6cf8
* Wed Mar 07 2001 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.3.10.
25e6cf8
* Mon Feb 26 2001 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.3.9.
25e6cf8
* Mon Feb 12 2001 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.3.7.
25e6cf8
* Fri Feb 09 2001 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.3.6.
25e6cf8
* Tue Jan 30 2001 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.3.5.
25e6cf8
* Fri Dec 01 2000 - ro@suse.de
25e6cf8
- added liblcms to neededforbuild
25e6cf8
* Thu Nov 23 2000 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.2.12.
25e6cf8
* Fri Nov 17 2000 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.2.10.
25e6cf8
* Fri Nov 17 2000 - ro@suse.de
25e6cf8
- fixed neededforbuild: += libmng-devel
25e6cf8
* Wed Nov 08 2000 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.2.7.
25e6cf8
- Fixed to compile.
25e6cf8
* Mon Nov 06 2000 - ro@suse.de
25e6cf8
- fixed to compile (include spinlock before mc146818rtc)
25e6cf8
* Fri Nov 03 2000 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.2.6.
25e6cf8
- Fixed spec file for long package-name support.
25e6cf8
- Excluded plug-ins from provide list.
25e6cf8
* Mon Oct 09 2000 - <tiwai@suse.de>
25e6cf8
- Added libmng to neededforbuild
25e6cf8
* Fri Oct 06 2000 - <tiwai@suse.de>
25e6cf8
- Updated to muse-0.2.4
25e6cf8
* Wed Sep 27 2000 - <tiwai@suse.de>
25e6cf8
- Fixed compile for alpha and ppc.
25e6cf8
* Tue Sep 26 2000 - <tiwai@suse.de>
25e6cf8
- Update to 0.2.3
25e6cf8
* Mon Aug 28 2000 - <tiwai@suse.de>
25e6cf8
- Update to 0.2.1.
25e6cf8
- Disable translations (due to change of qt-2.2).
25e6cf8
* Wed Aug 02 2000 - <tiwai@suse.de> 
25e6cf8
- Initial version: 0.1.10.  No manual document is included.