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
f33d78e
Version:       1.0.1
5d2ab38
Release:       2%{?dist}
25e6cf8
# synti/vam is GPLv2+
25e6cf8
# original freeverb plugin was public domain
25e6cf8
# some of the widgets are GPLv2
25e6cf8
# ladspa.h is LGPLv2+
25e6cf8
# givertcap (not built) is GPLv2
25e6cf8
# The rest, including the core of muse is distributed under GPL+
1de2cc9
# Source1 is GPLv2+
25e6cf8
License:       GPL+ and GPLv2 and GPLv2+ and LGPLv2+
25e6cf8
Group:         Applications/Multimedia
25e6cf8
URL:           http://www.muse-sequencer.org/
f33d78e
Source0:       http://downloads.sourceforge.net/project/lmuse/%{name}-1.0/%{name}-1.0/%{name}-%{version}.tar.gz
1de2cc9
# The following file and patches are sent upstream on Dec 24 2009:
1de2cc9
# http://sourceforge.net/mailarchive/forum.php?forum_name=lmuse-developer
1de2cc9
# Compilation of sse bits fail on x86_64. This file fixes the problem
1de2cc9
Source1:       sse_functions_64bit.s
f912b5e
# Fix Compilation against glibc-2.12
f912b5e
Patch0:        muse-glibc212.patch
1de2cc9
# Add missing condition on an #if to make the sse optimization effective
1de2cc9
Patch1:        muse-x86_64-sse.patch
25e6cf8
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
25e6cf8
e611745
BuildRequires: alsa-lib-devel
e611745
BuildRequires: desktop-file-utils
e611745
BuildRequires: docbook-style-dsssl
e611745
BuildRequires: doxygen
1de2cc9
BuildRequires: dssi-devel
e611745
BuildRequires: fluidsynth-devel
e611745
BuildRequires: graphviz
e611745
BuildRequires: jack-audio-connection-kit-devel
e611745
BuildRequires: lash-devel
e611745
BuildRequires: libcap-devel
1de2cc9
BuildRequires: liblo-devel
e611745
BuildRequires: libsamplerate-devel
e611745
BuildRequires: libsndfile-devel
e611745
BuildRequires: libtool
e611745
BuildRequires: openjade
e611745
BuildRequires: pkgconfig
1de2cc9
BuildRequires: python-devel
e611745
BuildRequires: qt3-devel
e611745
BuildRequires: readline-devel
25e6cf8
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
%prep
1de2cc9
%setup -q
f912b5e
%patch0 -p1
1de2cc9
%patch1 -p1
25e6cf8
25e6cf8
# Fix encoding issues (upstream is informed):
25e6cf8
for f in README.de README.softsynth SECURITY synti/vam/README; do
25e6cf8
   iconv -f ISO-8859-1 -t UTF-8 $f > $f.tmp
25e6cf8
   touch -r $f $f.tmp
25e6cf8
   mv -f $f.tmp $f
25e6cf8
done
25e6cf8
1de2cc9
# Fix compilaton of the sse bits
1de2cc9
%ifarch x86_64
1de2cc9
cp %{SOURCE1} al/dspSSE.cpp
1de2cc9
%endif
1de2cc9
5d2ab38
# Fix one more 64bit libdir issue
5d2ab38
# A proper patch is sent upstream which needs
5d2ab38
# a full autohell cycle. For now we do:
5d2ab38
sed -i 's|/lib|/%{_lib}|' muse/app.cpp
5d2ab38
5d2ab38
25e6cf8
%build
25e6cf8
%configure --disable-suid-build \
25e6cf8
           --disable-suid-install \
25e6cf8
           --with-docbook-stylesheets=%{_datadir}/sgml/docbook/dsssl-stylesheets \
25e6cf8
           --disable-qttest \
25e6cf8
           --with-qt-prefix=${QTDIR} \
25e6cf8
           --enable-lash \
d43a39d
%ifarch x86_64
1de2cc9
           --enable-sse \
1de2cc9
%endif
1de2cc9
           --enable-python \
1de2cc9
           --enable-dssi \
25e6cf8
           --enable-static=no 
25e6cf8
25e6cf8
make %{?_smp_mflags}
25e6cf8
25e6cf8
%install
25e6cf8
rm -rf %{buildroot}
29c34a6
make DESTDIR=%{buildroot} INSTALL="install -p" install
25e6cf8
25e6cf8
# Kill *.la files
25e6cf8
rm -f %{buildroot}/%{_libdir}/%{name}/*/*.la
25e6cf8
25e6cf8
# Someone might find the demos useful
25e6cf8
mkdir -p %{buildroot}%{_datadir}/%{name}/demos
25e6cf8
cp -a demos/*.med %{buildroot}%{_datadir}/%{name}/demos
25e6cf8
25e6cf8
# German html doc files
25e6cf8
mkdir de
25e6cf8
mv doc/*.{png,htm} de
25e6cf8
25e6cf8
# There are bunch of doc files spread into subdirectories. Sort them out:
25e6cf8
mv synti/simpledrums/ReleaseNotes.txt   ReleaseNotes.simpledrums
25e6cf8
mv synti/simpledrums/COPYING            COPYING.simpledrums
25e6cf8
mv synti/simpledrums/README             README.simpledrums
25e6cf8
mv synti/fluidsynth/TODO                TODO.fluidsynth
25e6cf8
mv synti/fluidsynth/README.txt          README.fluidsynth
25e6cf8
mv synti/deicsonze/TODO                 TODO.deicsonze
25e6cf8
mv synti/vam/TODO                       TODO.vam
25e6cf8
mv synti/vam/ChangeLog                  ChangeLog.vam
25e6cf8
mv synti/vam/COPYING                    COPYING.vam
25e6cf8
mv synti/vam/README                     README.vam
25e6cf8
mv plugins/freeverb/readme.txt          README.freeverb
25e6cf8
25e6cf8
# install icon in proper freedesktop location
25e6cf8
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps
25e6cf8
install -pm 0644 packaging/muse_icon.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
25e6cf8
25e6cf8
# do not Provide plugins .so
e611745
%global _use_internal_dependency_generator 0
25e6cf8
cat << \EOF > %{name}.prov
25e6cf8
#!%{_buildshell}
25e6cf8
grep -v %{_docdir} - | %{__find_provides} $* \
25e6cf8
     | sed '/\.so\(()(64bit)\)\?$/d'
25e6cf8
EOF
25e6cf8
e611745
%global __find_provides %{_builddir}/%{name}-%{version}%{?prerelease}/%{name}.prov
25e6cf8
chmod +x %{__find_provides}
25e6cf8
25e6cf8
e611745
%check
e611745
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
e611745
25e6cf8
%clean
25e6cf8
rm -rf %{buildroot}
25e6cf8
25e6cf8
%post
25e6cf8
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
25e6cf8
25e6cf8
%postun
25e6cf8
if [ $1 -eq 0 ] ; then
25e6cf8
    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
25e6cf8
    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
25e6cf8
fi
25e6cf8
25e6cf8
%posttrans
25e6cf8
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
25e6cf8
25e6cf8
25e6cf8
%files
25e6cf8
%defattr(-,root,root,-)
25e6cf8
%doc AUTHORS ChangeLog* COPYING* NEWS 
25e6cf8
%doc README* ReleaseNotes* SECURITY TODO* de
25e6cf8
%{_bindir}/%{name}
25e6cf8
%{_bindir}/grepmidi
1de2cc9
%{_bindir}/%{name}-find-unused-wavs
5d2ab38
%{_libdir}/%{name}/
5d2ab38
%{_datadir}/%{name}/
25e6cf8
%{_datadir}/applications/%{name}.desktop
25e6cf8
%{_datadir}/icons/hicolor/*/*/*
25e6cf8
1de2cc9
%changelog 
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
25e6cf8
* Thu 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
25e6cf8
* Sun 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
25e6cf8
* Tue 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.