]> git.pld-linux.org Git - packages/darkice.git/blob - darkice.spec
- updated to 0.10,
[packages/darkice.git] / darkice.spec
1 Summary:        DarkIce live IceCast / ShoutCast streamer
2 Summary(pl):    DarkIce live IceCast / ShoutCast streamer
3 Name:           darkice
4 Version:        0.10
5 Release:        1
6 License:        GPL
7 Group:          Networking/Daemons
8 Source0:        http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-shared.patch
10 Patch1:         %{name}-no_libnsl.patch
11 Patch2:         %{name}-am_fixes.patch
12 URL:            http://darkice.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  lame-libs-devel
16 BuildRequires:  libstdc++-devel
17 BuildRequires:  libvorbis-devel >= 1:1.0
18 BuildRequires:  readline-devel
19 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 DarkIce is an IceCast, IceCast2 and ShoutCast live audio streamer. It
23 takes audio input from a sound card, encodes it into mp3 and/or Ogg
24 Vorbis, and sends the mp3 stream to one or more IceCast and/or
25 ShoutCast servers, the Ogg Vorbis stream to one or more IceCast2
26 servers.
27
28 %description -l pl
29 DarkIce to dostarczyciel strumienia audio IceCast, IceCast2 oraz
30 ShoutCast. DarkIce enkoduje dane z karty d¼wiêkowej do mp3 i/lub Ogg
31 Vorbis, a nastêpnie wysy³a strumieñ mp3 do jednego lub wiêcej serwerów
32 IceCast i/lub ShoutCast, strumieñ Ogg Vorbis do jednego lub wiêcej
33 serwerów IceCast2.
34
35 %prep
36 %setup -q
37 %patch0 -p1
38 %patch1 -p1
39 %patch2 -p1
40
41 %build
42 rm -f missing
43 aclocal
44 %{__autoconf}
45 %{__automake}
46 %configure \
47         --with-lame \
48         --with-vorbis
49
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %clean
59 rm -r $RPM_BUILD_ROOT
60
61 %files
62 %defattr(644,root,root,755)
63 %doc AUTHORS ChangeLog NEWS README TODO
64 %config(noreplace) %attr(600,root,root) %{_sysconfdir}/*.cfg
65 %attr(755,root,root) %{_bindir}/*
66 %{_mandir}/man?/*
This page took 0.070049 seconds and 4 git commands to generate.