]> git.pld-linux.org Git - packages/ardour.git/blob - ardour.spec
- small corrections
[packages/ardour.git] / ardour.spec
1 # TODO:
2 # - use external libraries if possible (sigc++1 and gtkmm1)
3 # - pl descs
4 # - .desktop
5 # - check BR (ladspa - is it really needed at compile time?)
6 #
7 %define         _beta beta2
8 Summary:        Multitrack hard disk recorder
9 Summary(pl):    Wieloscie¿kowy ...
10 Name:           ardour
11 Version:        0.9
12 Release:        0.%{_beta}.1
13 License:        GPL
14 Group:          X11/Applications/Sound
15 Source0:        http://dl.sourceforge.net/sourceforge/ardour/%{name}-%{version}%{_beta}.tar.bz2
16 # Source0-md5:  91db0b724e5183e7c92408a986aa17ea
17 URL:            http://ardour.sourceforge.net/
18 BuildRequires:  XFree86-devel
19 BuildRequires:  alsa-lib-devel >= 0.9.0
20 BuildRequires:  gtk+-devel
21 BuildRequires:  jack-audio-connection-kit-devel >= 0.66.0
22 BuildRequires:  ladspa-devel
23 BuildRequires:  libart_lgpl >= 2.3
24 BuildRequires:  liblrdf-devel >= 0.3.0
25 BuildRequires:  libsamplerate-devel >= 0.0.13
26 BuildRequires:  libsndfile-devel >= 1.0.0
27 BuildRequires:  libstdc++-devel
28 BuildRequires:  libxml2 >= 2.5.0
29 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31 %description
32 A "professional" multitrack, multichannel audio recorder and DAW for
33 Linux, using ALSA-supported audio interfaces. Supports up to 32 bit
34 samples, 24+ channels at up to 96kHz, full MMC control,
35 non-destructive, non-linear editor, LADSPA plugins.
36
37 %description -l pl
38
39 %prep
40 %setup -q -n %{name}-%{version}%{_beta}
41
42 %build
43 # ksi doesn't build for a moment
44 %configure \
45         --disable-ksi
46
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install DESTDIR=$RPM_BUILD_ROOT
53
54 %find_lang %{name} --all-name
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files -f %{name}.lang
60 %defattr(644,root,root,755)
61 %doc ChangeLog README ReleaseNotes* TODO
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/%{name}/pixmaps
64 %{_datadir}/%{name}/splash.ppm
65 %{_mandir}/man1/*
66 %{_sysconfdir}/ardour/*.rc
This page took 0.040914 seconds and 3 git commands to generate.