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