]> git.pld-linux.org Git - packages/ardour.git/blob - ardour.spec
- up to 2.0.3, NFY
[packages/ardour.git] / ardour.spec
1 Summary:        Multitrack hard disk recorder
2 Summary(pl.UTF-8):      Wielościeżkowy magnetofon nagrywający na twardym dysku
3 Name:           ardour
4 Version:        2.0.3
5 Release:        0.1
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://ardour.org/files/releases/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d047d3f9e7b5b4bf80980c5b267c1068
10 Source1:        %{name}.desktop
11 Patch3:         %{name}-nptl_fix.patch
12 URL:            http://ardour.org/
13 BuildRequires:  alsa-lib-devel >= 0.9.0
14 BuildRequires:  boost-devel
15 BuildRequires:  gettext-devel
16 BuildRequires:  gtk+-devel >= 2.8.0
17 BuildRequires:  gtkmm-devel >= 2.8.0
18 BuildRequires:  jack-audio-connection-kit-devel >= 0.98.0
19 BuildRequires:  libart_lgpl >= 2.3.16
20 BuildRequires:  libgnomecanvas-devel >= 2.0
21 BuildRequires:  liblrdf-devel >= 0.3
22 BuildRequires:  liblo-devel 
23 BuildRequires:  libpng-devel
24 BuildRequires:  libsamplerate-devel >= 0.1.2
25 BuildRequires:  libsigc++1-devel >= 0.8.8
26 BuildRequires:  libsndfile-devel >= 1.0.0
27 BuildRequires:  libstdc++-devel
28 BuildRequires:  libtool
29 BuildRequires:  libxml2-devel >= 2.5.0
30 BuildRequires:  python >= 2.3.4
31 BuildRequires:  pkgconfig >= 0.20
32 BuildRequires:  scons >= 0.96
33 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35 %description
36 A "professional" multitrack, multichannel audio recorder and DAW for
37 Linux, using ALSA-supported audio interfaces. Supports up to 32 bit
38 samples, 24+ channels at up to 96kHz, full MMC control,
39 non-destructive, non-linear editor, LADSPA plugins.
40
41 %description -l pl.UTF-8
42 "Profesjonalny" wielościeżkowy, wielokanałowy magnetofon oraz DAW dla
43 Linuksa, wykorzystujący interfejsy dźwiękowe obsługiwane przez ALSA.
44 Obsługuje próbki do 32 bitów, 24+ kanałów do 96kHz, pełną kontrolę
45 MMC, niedestruktywny, nieliniowy edytor oraz wtyczki LADSPA.
46
47 %prep
48 %setup -q
49 %patch3 -p1
50
51 %build
52 %{scons}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{_desktopdir}
57
58 %{scons} install \
59         DESTDIR=$RPM_BUILD_ROOT \
60         GTK=yes
61 #       KSI=yes
62
63 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
64
65 # it shouldn't be there
66 rm -f $RPM_BUILD_ROOT%{_datadir}/ardour/libardour.{la,a}
67
68 %find_lang %{name} --all-name
69
70 %clean
71 rm -rf $RPM_BUILD_ROOT
72
73 %files -f %{name}.lang
74 %defattr(644,root,root,755)
75 %doc ChangeLog DOCUMENTATION/{AUTHORS,CONTRIBUTORS,FAQ,README,TODO,TRANSLATORS}
76 %lang(es) %doc DOCUMENTATION/{AUTHORS.es,CONTRIBUTORS.es,README.es}
77 %lang(fr) %doc DOCUMENTATION/README.fr
78 %lang(it) %doc DOCUMENTATION/README.it
79 %lang(ru) %doc DOCUMENTATION/README.ru
80 %attr(755,root,root) %{_bindir}/*
81 %{_datadir}/%{name}
82 %{_mandir}/man1/ardour.1*
83 %lang(es) %{_mandir}/es/man1/ardour.1*
84 %lang(fr) %{_mandir}/fr/man1/ardour.1*
85 %lang(ru) %{_mandir}/ru/man1/ardour.1*
86 %dir %{_sysconfdir}/ardour
87 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour/*.rc
88 %{_desktopdir}/ardour.desktop
This page took 0.099763 seconds and 3 git commands to generate.