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