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