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