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