]> git.pld-linux.org Git - packages/dvblast.git/blob - dvblast.spec
- updated to 3.4
[packages/dvblast.git] / dvblast.spec
1 # TODO: libstreammaster (Deltacast ASI cards SDK) support
2 Summary:        DVB/ASI network streamer
3 Summary(pl.UTF-8):      Aplikacja do tworzenia strumieni sieciowych DVB/ASI
4 Name:           dvblast
5 Version:        3.1
6 Release:        1
7 License:        GPL v2+
8 Group:          Networking
9 Source0:        http://downloads.videolan.org/dvblast/%{version}/%{name}-%{version}.tar.bz2
10 # Source0-md5:  f195fc6c64796d989bf29a3e2ffca758
11 URL:            http://www.videolan.org/projects/dvblast.html
12 BuildRequires:  bitstream
13 BuildRequires:  libev-devel
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 DVBlast is a simple and powerful MPEG-2/TS demux and streaming
18 application with several input methods:
19  - Linux-supported DVB cards (DVB-S, DVB-S2, DVB-C, DVB-T...)
20  - DVB-ASI cards
21  - UDP or RTP stream carrying a transport stream
22
23 It outputs one or several RTP streams carrying transport streams with:
24  - hardware or software PID filtering
25  - PID-based or service-based demultiplexing
26  - optional descrambling via CAM device
27  - optional DVB tables
28
29 %description -l pl.UTF-8
30 DVBlast to prosta, ale mająca duże możliwości aplikacja
31 demultipleksująca MPEG-2/TS oraz generująca strumienie, mająca kilka
32 metod wejściowych:
33  - karty DVB obsługiwane przez Linuksa (DVB-S, DVB-S3, DVB-C,
34    DVB-T...)
35  - karty DVB-ASI
36  - strumienie UDP lub RTP niosące strumień transportowy
37
38 Wyjściem może być jeden lub kilka strumieni RTP niosących strumienie
39 transportowe z:
40  - sprzętowym lub programowym filtrowaniem PID-ów
41  - demultipleksowaniem w oparciu o PID-y lub usługi
42  - opcjonalnym rozszyfrowywaniem poprzez urządzenie CAM
43  - opcjonalnymi tablicami DVB
44
45 %prep
46 %setup -q
47
48 %build
49 export CFLAGS="%{rpmcflags}"
50 %{__make} \
51         CC="%{__cc}" \
52         V=1
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56
57 %{__make} install \
58         PREFIX=%{_prefix} \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc AUTHORS NEWS README TODO
67 %attr(755,root,root) %{_bindir}/dvblast
68 %attr(755,root,root) %{_bindir}/dvblastctl
69 %attr(755,root,root) %{_bindir}/dvblast_mmi.sh
70 %{_mandir}/man1/dvblast.1*
This page took 0.116333 seconds and 3 git commands to generate.