]> git.pld-linux.org Git - packages/rosegarden.git/commitdiff
- 0.9.5
authorfreetz <freetz@pld-linux.org>
Fri, 28 Nov 2003 21:35:47 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed kde-multimedia dependencies (obsoleted)
- BRs updated
- new style bconds (without sound bcond added)
- removed obsolete gcc33 patch
  NOTE: kde specialist check needed! (kdedirs etc.)

Changed files:
    rosegarden.spec -> 1.9

rosegarden.spec

index 563c2139783f4eaf963aa1798f85bcc9058bf435..a752344f4c106ac7ad8a033a2911eee369c64d47 100644 (file)
@@ -1,27 +1,26 @@
 #
 # Conditional build:
-# _with_arts                   - enable aRts support (at cost of ALSA support)
-# _without_kdemultimedia       - without linking with arts
+%bcond_with arts               # enable aRts support (at cost of ALSA support)
+%bcond_without sound           # build without ANY sound support (only sequencer)
 #
 %define                _name           rosegarden
 %define         _htmldir        /usr/share/doc/kde/HTML
 Summary:       Rosegarden - an attractive audio and MIDI sequencer
 Summary(pl):   Rosegarden - interaktywny sekwencer MIDI i audio
 Name:          rosegarden4
-Version:       0.9.1
-Release:       1
+Version:       0.9.5
+Release:       0.1
 License:       GPL
 Group:         X11/Applications/Sound
 Source0:       http://dl.sourceforge.net/%{_name}/%{_name}-4-%{version}.tar.gz
-# Source0-md5: f8b3c44da48b125be8a7459664bfa4cb
+# Source0-md5: 49bd200dda08de37a2e13a12c1456acf
 Patch0:                %{_name}-desktop.patch
-Patch1:                %{name}-gcc33.patch
 URL:           http://www.all-day-breakfast.com/rosegarden/
-BuildRequires: alsa-lib-devel
-%{!?_without_kdemultimedia:BuildRequires:      arts-kde-devel}
-BuildRequires: jack-audio-connection-kit-devel
+%{?with_sound:BuildRequires:   alsa-lib-devel}
+BuildRequires: jack-audio-connection-kit-devel >= 0.80.0
 BuildRequires: ladspa-devel
-%{!?_without_kdemultimedia:BuildRequires:      kdemultimedia-devel >= 3.0}
+BuildRequires: liblrdf-devel
+BuildRequires: kdelibs-devel >= 3.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _htmldir        %{_docdir}/kde/HTML
@@ -38,14 +37,14 @@ nutowego, a jego g
 %prep
 %setup -q -n %{_name}-4-%{version}
 %patch0 -p1
-%patch1 -p1
 
 %build
 kde_icondir="%{_pixmapsdir}"; export kde_icondir
 kde_htmldir="%{_htmldir}"; export kde_htmldir
 %configure \
-       %{!?_with_arts:--with-alsa} \
-       %{?_with_arts:--with-arts}
+       %{?with_arts:--with-arts} \
+       %{!?with_sound:--disable-sound}
+       
 %{__make}
 
 %install
This page took 0.115626 seconds and 4 git commands to generate.