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