From 6b3cb629bf391488f748f19b9392f8bad8921924 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Jan 20 2013 04:23:03 +0000 Subject: MusE-2.1 --- diff --git a/.gitignore b/.gitignore index ef78711..6294401 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /muse-2.0rc2.tar.gz /muse-2.0.tar.gz /muse-2.0.1.tar.gz +/muse-2.1.tar.gz diff --git a/muse-remote-buildfix.patch b/muse-remote-buildfix.patch new file mode 100644 index 0000000..7c5ddc1 --- /dev/null +++ b/muse-remote-buildfix.patch @@ -0,0 +1,11 @@ +diff -rupN muse-2.1.old/muse/remote/CMakeLists.txt muse-2.1/muse/remote/CMakeLists.txt +--- muse-2.1.old/muse/remote/CMakeLists.txt 2013-01-05 15:53:16.000000000 -0500 ++++ muse-2.1/muse/remote/CMakeLists.txt 2013-01-12 16:18:06.337330188 -0500 +@@ -53,6 +53,7 @@ set_target_properties( remote + ) + + target_link_libraries(remote ++ widgets # through app.h + ${PYTHON_LIBRARIES} + ) + diff --git a/muse.spec b/muse.spec index 5744438..a869bad 100644 --- a/muse.spec +++ b/muse.spec @@ -1,4 +1,4 @@ -%global maj 2.0 +%global maj 2.1 # No need to provide & require internal libraries %filter_provides_in %{_libdir}/%{name}-%{version}.*/.*/.*\.so$ %filter_from_requires /libmuse_.*\.so.*/d @@ -9,16 +9,18 @@ Summary: Midi/Audio Music Sequencer # Epoch is set to 1 for PlanetCCRMA compatibility. # See: https://fedoraproject.org/wiki/AudioCreation Epoch: 1 -Version: 2.0.1 +Version: 2.1 Release: 1%{?dist} # original freeverb plugin was public domain -# ladspa.h is LGPLv2+ +# FIXME : ladspa.h is LGPLv2+ # givertcap (not built) is GPLv2 # The rest, including the core of muse is distributed under GPLv2+ License: Public Domain and GPLv2 and GPLv2+ and LGPLv2+ Group: Applications/Multimedia URL: http://www.muse-sequencer.org/ Source0: https://downloads.sourceforge.net/project/lmuse/%{name}-%{maj}/%{name}-%{version}.tar.gz +# From upstream trunk. Fixes python bindings +Patch0: muse-remote-buildfix.patch BuildRequires: alsa-lib-devel BuildRequires: cmake @@ -26,6 +28,7 @@ BuildRequires: desktop-file-utils BuildRequires: dssi-devel BuildRequires: fluidsynth-devel BuildRequires: jack-audio-connection-kit-devel +BuildRequires: ladspa-devel BuildRequires: lash-devel BuildRequires: liblo-devel BuildRequires: libsamplerate-devel @@ -45,6 +48,7 @@ for Linux. %prep %setup -q -n %{name}-%{version} +%patch0 -p1 -b .linkwidgets %build mkdir -p %{_target_platform} @@ -91,6 +95,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/mime/packages/muse.xml %changelog +* Sat Jan 19 2013 Orcan Ogetbil - 1:2.1-1 +- MusE-2.1 + * Sat Aug 25 2012 Orcan Ogetbil - 1:2.0.1-1 - MusE-2.0.1 diff --git a/sources b/sources index 7c4d887..e8fd4f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bf26a99689966500f96d034976ab609 muse-2.0.1.tar.gz +66071ee3f1e247fb7aeabff75882c59a muse-2.1.tar.gz