]> git.pld-linux.org Git - packages/arts.git/blob - arts.spec
- epoch 11 is back - this was used for some time in packs
[packages/arts.git] / arts.spec
1 Summary:        aRts sound server
2 Summary(pl):    Serwer d¼wiêku
3 Summary(pt_BR): Servidor de sons usado pelo KDE
4 Name:           arts
5 %define _kdever 3.0.3
6 Version:        1.0.3
7 Release:        2
8 Epoch:          11
9 License:        LGPL
10 Vendor:         The KDE Team
11 Group:          Libraries
12 Source0:        ftp://ftp.kde.org/pub/kde/stable/%{_kdever}/src/%{name}-%{version}.tar.bz2
13 %ifnarch sparc sparcv9 sparc64
14 BuildRequires:  alsa-lib-devel
15 %endif
16 BuildRequires:  audiofile-devel
17 BuildRequires:  glib2-devel >= 2.0.0
18 BuildRequires:  libjpeg-devel
19 BuildRequires:  libpng-devel
20 # not needed, only ./configure check for this
21 #BuildRequires: libvorbis-devel
22 #BuildRequires: mad-devel
23 BuildRequires:  pkgconfig
24 BuildRequires:  qt-devel >= 3.0.5
25 Requires:       qt >= 3.0.5
26 URL:            http://www.kde.org/
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %define         _prefix         /usr/X11R6
30 %define         _htmldir        /usr/share/doc/kde/HTML
31
32 %description
33 aRts sound server.
34
35 %description -l pl
36 Serwer d¼wiêku aRts.
37
38 %description -l pt_BR
39 O aRts é um sintetizador analógico em tempo real que é completamente
40 modular. Você pode criar sons e músicas (síntese em tempo real de
41 midi) usando pequenos módulos como oscilador para criar waveforms,
42 vários filtros, mixers, faders, etc. Você pode configurar tudo através
43 de uma interface no KDE. O Servidor aRts é controlado via CORBA. Este
44 design foi escolhido para permitir que outras aplicações usem o aRts
45 como um sintetizador (ou fornecedor de filtros). Usado pelo KDE, entre
46 outros.
47
48 %package X11
49 Summary:        X11 dependent part of aRts
50 Summary(pl):    Czê¶æ aRts wymagaj±ca X11
51 Group:          X11/Libraries
52
53 %description X11
54 X11 dependent part of aRts.
55
56 %description X11 -l pl
57 Czê¶æ aRts wymagaj±ca X11.
58
59 %package qt
60 Summary:        QT dependend part of aRts
61 Summary(pl):    Czê¶æ aRts wymagaj±ca QT
62 Group:          X11/Libraries
63 Requires:       %{name} >= %{version}
64
65 %description qt
66 QT dependend part of aRts.
67
68 %description qt -l pl
69 Czê¶æ aRts wymagaj±ca QT.
70
71 %package devel
72 Summary:        Sound server - header files
73 Summary(pl):    Serwer d¼wiêku - pliki nag³ówkowe
74 Summary(pt_BR): Arquivos para desenvolvimento com o o aRts
75 Group:          Development/Libraries
76 Requires:       qt-devel >= 3.0.3
77 Requires:       %{name} >= %{version}
78
79 %description devel
80 Header files required to compile programs using arts.
81
82 %description devel -l pl
83 Pliki nag³ówkowe niezbêdne do budowania aplikacji korzystaj±cych z
84 arts.
85
86 %description devel -l pt_BR
87 Arquivos para desenvolvimento com o o aRts.
88
89 %package glib
90 Summary:        GLib dependend part of aRts
91 Summary(pl):    Czê¶æ aRts wymagaj±ca GLib
92 Group:          X11/Libraries
93
94 %description glib
95 GLib dependend part of aRts.
96
97 %description glib -l pl
98 Czê¶æ aRts wymagaj±ca GLib.
99
100 %prep
101 %setup -q
102
103 %build
104 kde_htmldir="%{_htmldir}"; export kde_htmldir
105 kde_icondir="%{_pixmapsdir}"; export kde_icondir
106
107 #%{__make} -f Makefile.cvs
108
109 %configure \
110         --%{?debug:en}%{!?debug:dis}able-debug \
111         --enable-final \
112         --with-xinerama \
113         --with-alsa 
114
115 %{__make}
116
117 %install
118 rm -rf $RPM_BUILD_ROOT
119
120 %{__make} install DESTDIR=$RPM_BUILD_ROOT
121
122 %post   -p /sbin/ldconfig
123 %postun -p /sbin/ldconfig
124
125 %clean
126 rm -rf $RPM_BUILD_ROOT
127
128 %files
129 %defattr(644,root,root,755)
130 %attr(755,root,root) %{_bindir}/artscat
131 %attr(755,root,root) %{_bindir}/artsd
132 %attr(755,root,root) %{_bindir}/artsdsp
133 %attr(755,root,root) %{_bindir}/artsplay
134 %attr(755,root,root) %{_bindir}/artsrec
135 %attr(755,root,root) %{_bindir}/artsshell
136 %attr(755,root,root) %{_bindir}/artswrapper
137 %attr(755,root,root) %{_libdir}/lib[am]*.so.*.*
138 %attr(755,root,root) %{_libdir}/libs[!h]*.so.*.*
139 %attr(755,root,root) %{_libdir}/lib[ams]*.la
140 %attr(755,root,root) %{_libdir}/libkmedia*.so.*.*
141 %attr(755,root,root) %{_libdir}/libkmedia*.la
142 %{_libdir}/mcop
143
144 %files X11
145 %defattr(644,root,root,755)
146 %attr(755,root,root) %{_libdir}/libx11globalcomm.so.*.*.*
147 %attr(755,root,root) %{_libdir}/libx11globalcomm.la
148
149 %files qt
150 %defattr(644,root,root,755)
151 %attr(755,root,root) %{_libdir}/libqtmcop.so.*.*.*
152 %attr(755,root,root) %{_libdir}/libqtmcop.la
153
154 %files glib
155 %defattr(644,root,root,755)
156 %attr(755,root,root) %{_libdir}/libgmcop.so.*.*.*
157 %attr(755,root,root) %{_libdir}/libgmcop.la
158
159 %files devel
160 %defattr(644,root,root,755)
161 %attr(755,root,root) %{_bindir}/artsc-config
162 %attr(755,root,root) %{_bindir}/mcopidl
163 %{_libdir}/lib[mqsxg]*.so
164 %{_libdir}/libarts[!k]*.so
165 %{_libdir}/libkmedia*.so
166 %{_includedir}/arts
167 %{_includedir}/artsc
This page took 0.066467 seconds and 4 git commands to generate.