]> git.pld-linux.org Git - packages/beast.git/blob - beast.spec
- updated to new version
[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.2
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://beast.gtk.org/beast-ftp/v0.5/%{name}-%{version}.tar.gz
9 # Source0-md5:  2f1aa0f0a5f1fe7f43dfa8532a0d85f5
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         --enable-debug=no
59
60 %{__make}
61
62 %install
63 rm -rf $RPM_BUILD_ROOT
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 %clean
69 rm -rf $RPM_BUILD_ROOT
70
71 %post   -p /sbin/ldconfig
72 %postun -p /sbin/ldconfig
73
74 %files
75 %defattr(644,root,root,755)
76 %attr(755,root,root) %{_bindir}/*
77 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
78 %dir %{_libdir}/bse
79 %dir %{_libdir}/bse/v%{version}
80 %dir %{_libdir}/bse/v%{version}/plugins
81 %attr(755,root,root) %{_libdir}/bse/v%{version}/plugins/*.so
82 %{_datadir}/%{name}
83
84 %files devel
85 %defattr(644,root,root,755)
86 %attr(755,root,root) %{_libdir}/*.so
87 %{_libdir}/*.la
88 %{_includedir}/bse
89 %{_includedir}/bsw
90 %{_includedir}/sfi
91 %{_mandir}/man3/*
92 %{_pkgconfigdir}/*.pc
93 # do we really need this?
94 %{_libdir}/bse/v%{version}/plugins/*.la
This page took 0.10811 seconds and 4 git commands to generate.