]> git.pld-linux.org Git - packages/dvblast.git/blame - dvblast.spec
- updated to 3.4
[packages/dvblast.git] / dvblast.spec
CommitLineData
d14f2d29 1# TODO: libstreammaster (Deltacast ASI cards SDK) support
a61415c8 2Summary: DVB/ASI network streamer
08d105f8 3Summary(pl.UTF-8): Aplikacja do tworzenia strumieni sieciowych DVB/ASI
a61415c8 4Name: dvblast
2c7c02ea 5Version: 3.4
a61415c8
TP
6Release: 1
7License: GPL v2+
8Group: Networking
d14f2d29 9Source0: http://downloads.videolan.org/dvblast/%{version}/%{name}-%{version}.tar.bz2
2c7c02ea 10# Source0-md5: 148a26e1207e111f905461cfb1cd106a
a61415c8 11URL: http://www.videolan.org/projects/dvblast.html
08d105f8 12BuildRequires: bitstream
23454447 13BuildRequires: libev-devel
a61415c8
TP
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
08d105f8
JB
17DVBlast is a simple and powerful MPEG-2/TS demux and streaming
18application 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
a61415c8 23It outputs one or several RTP streams carrying transport streams with:
08d105f8
JB
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
30DVBlast to prosta, ale mająca duże możliwości aplikacja
31demultipleksująca MPEG-2/TS oraz generująca strumienie, mająca kilka
32metod 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
38Wyjściem może być jeden lub kilka strumieni RTP niosących strumienie
39transportowe 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
a61415c8
TP
44
45%prep
46%setup -q
47
48%build
49export CFLAGS="%{rpmcflags}"
08d105f8
JB
50%{__make} \
51 CC="%{__cc}" \
52 V=1
a61415c8
TP
53
54%install
55rm -rf $RPM_BUILD_ROOT
56
57%{__make} install \
58 PREFIX=%{_prefix} \
59 DESTDIR=$RPM_BUILD_ROOT
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files
65%defattr(644,root,root,755)
08d105f8 66%doc AUTHORS NEWS README TODO
c2c1d21b
JB
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.067118 seconds and 4 git commands to generate.