]> git.pld-linux.org Git - packages/beast.git/blob - beast.spec
- pl, missing dirs, perms, BR: libtool
[packages/beast.git] / beast.spec
1 Summary:        BEAST (the Bedevilled Audio System)
2 Summary(pl):    System d¼wiêku BEAST (Bedevilled Audio System)
3 Name:           beast
4 Version:        0.5.1
5 Release:        1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-ac.patch
10 URL:            http://beast.gtk.org/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+2-devel >=  2.0.0
14 BuildRequires:  guile-devel >= 1.4
15 BuildRequires:  libgnomecanvas-devel >= 2.0.0
16 BuildRequires:  libtool
17 BuildRequires:  libvorbis-devel >= 1.0
18 BuildRequires:  mad-devel >= 0.14.2
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 BEAST (the Bedevilled Audio System) is a GTK+/GNOME based front-end to
23 BSE (the Bedevilled Sound Engine). BSE is a shared library that comes
24 with the necessary framework to simulate audio synthesis (modular
25 synthesis) in realtime and allow for song composition.
26
27 %description -l pl
28 System d¼wiêku BEAST (Bedevilled Audio System) to oparty na GTK+/GNOME
29 frontend dla silnika d¼wiêku BSE (Bedevilled Sound Engine). BSE to
30 biblioteka wspó³dzielona, która przychodzi wraz ze szkieletem
31 potrzebnym do symulacji syntezy d¼wiêku (syntezy modularnej) w czasie
32 rzeczywistym oraz umo¿liwienia komponowania piosenek.
33
34 %package devel
35 Summary:        Header files for Beast
36 Summary(pl):    Pliki nag³ówkowe dla Beast
37 Group:          Development/Libraries
38 Requires:       %{name} = %{version}
39
40 %description devel
41 Header files for Beast.
42
43 %description devel -l pl
44 Pliki nag³ówkowe dla Beast.
45
46 %prep
47 %setup -q
48 %patch0 -p1
49
50 %build
51 rm -f aclocal.m4
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %configure \
56         --enable-devdsp
57
58 %{__make}
59
60 %install
61 rm -rf $RPM_BUILD_ROOT
62
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT
65
66 %clean
67 rm -rf $RPM_BUILD_ROOT
68
69 %post   -p /sbin/ldconfig
70 %postun -p /sbin/ldconfig
71
72 %files
73 %defattr(644,root,root,755)
74 %attr(755,root,root) %{_bindir}/*
75 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
76 %dir %{_libdir}/bse
77 %dir %{_libdir}/bse/v%{version}
78 %dir %{_libdir}/bse/v%{version}/plugins
79 %attr(755,root,root) %{_libdir}/bse/v%{version}/plugins/*.so
80 %{_datadir}/%{name}
81
82 %files devel
83 %defattr(644,root,root,755)
84 %attr(755,root,root) %{_libdir}/*.so
85 %{_libdir}/*.la
86 %{_includedir}/bse
87 %{_includedir}/bsw
88 %{_includedir}/sfi
89 %{_mandir}/man3/*
90 %{_pkgconfigdir}/*.pc
91 # do we really need this?
92 %{_libdir}/bse/v%{version}/plugins/*.la
This page took 0.10294 seconds and 3 git commands to generate.