]> git.pld-linux.org Git - packages/beast.git/blob - beast.spec
- updated to 0.5.5
[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.5
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:  20eec2f2962e9203c598569d8fc5a872
10 Source1:        %{name}.desktop
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.6
16 BuildRequires:  libgnomecanvas-devel >= 2.0.0
17 BuildRequires:  libmad-devel >= 0.14.2
18 BuildRequires:  libtool
19 BuildRequires:  libvorbis-devel >= 1.0
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
50 %build
51 rm -f aclocal.m4
52 %{__libtoolize}
53 %{__aclocal}
54 %{__autoconf}
55 %configure \
56         --enable-devdsp \
57         --enable-debug=no
58
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
64
65 %{__make} install \
66         DESTDIR=$RPM_BUILD_ROOT
67
68 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
69
70 %find_lang %{name} --all-name
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78
79 %files -f %{name}.lang
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 %{_mandir}/man1/*
87 %attr(755,root,root) %{_libdir}/bse/v%{version}/plugins/*.so
88 %{_datadir}/%{name}
89 %{_desktopdir}/%{name}.desktop
90 %{_pixmapsdir}/%{name}.png
91
92 %files devel
93 %defattr(644,root,root,755)
94 %attr(755,root,root) %{_libdir}/*.so
95 %{_libdir}/*.la
96 %{_includedir}/bse
97 %{_includedir}/bsw
98 %{_includedir}/sfi
99 %{_mandir}/man3/*
100 %{_pkgconfigdir}/*.pc
101 # do we really need this?
102 %{_libdir}/bse/v%{version}/plugins/*.la
This page took 0.068153 seconds and 3 git commands to generate.