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