Author: qboosh Date: Thu Mar 15 20:02:38 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.1.0 - updated description, added pl
---- Files affected: packages/dvblast: dvblast.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/dvblast/dvblast.spec diff -u packages/dvblast/dvblast.spec:1.2 packages/dvblast/dvblast.spec:1.3 --- packages/dvblast/dvblast.spec:1.2 Sat Nov 12 10:29:10 2011 +++ packages/dvblast/dvblast.spec Thu Mar 15 21:02:33 2012 @@ -1,50 +1,54 @@ # $Revision$, $Date$ Summary: DVB/ASI network streamer +Summary(pl.UTF-8): Aplikacja do tworzenia strumieni sieciowych DVB/ASI Name: dvblast -Version: 1.2 +Version: 2.1.0 Release: 1 License: GPL v2+ Group: Networking -Source0: http://downloads.videolan.org/pub/videolan/dvblast/1.2/%{name}-%{version}.tar.bz2 -# Source0-md5: 009166092b1e99524b7599c218081a49 +Source0: http://downloads.videolan.org/dvblast/2.1/%{name}-%{version}.tar.bz2 +# Source0-md5: df2287811abf2bbc0f8efdcc9f446192 URL: http://www.videolan.org/projects/dvblast.html -BuildRequires: libdvbpsi-devel >= 0.1.6 +BuildRequires: bitstream BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -A simple and powerful MPEG-2/TS demux and streaming application. -Features: -* Lightweight program designed for extreme memory and CPU conditions -* CAM menus (MMI) support via an external application -* The configuration file describing outputs can be reloaded without - losing a single packet -* Support for the new S2API of linux-dvb -* IPv6 network support -* UDP rather than RTP output for IPTV STBs which don't support RTP -DVBlast is written to be the core of a custom IRD, CID, or ASI -gateway, based on a PC with a Linux-supported card. It is very -lightweight and stable, designed for 24/7 operation. -DVBlast does not do any kind of processing on the elementary streams, -such as transcoding, PID remapping or remultiplexing. If you were -looking for these features, switch to VLC. It does not stream from -plain files (have a look at multicat instead). -DVBlast supports several input methods: -* linux-dvb-supported cards (DVB-S, DVB-S2, DVB-C, DVB-T...) with or - without CI interface, -* DVB-ASI cards, -* UDP or RTP stream carrying a transport stream. +DVBlast is a simple and powerful MPEG-2/TS demux and streaming +application with several input methods: + - Linux-supported DVB cards (DVB-S, DVB-S2, DVB-C, DVB-T...) + - DVB-ASI cards + - UDP or RTP stream carrying a transport stream + It outputs one or several RTP streams carrying transport streams with: -* hardware or software PID filtering, -* PID-based or service-based demultiplexing, -* optional descrambling via CAM device, -* EIT, SDT and TDT pass-through for EPG information. + - hardware or software PID filtering + - PID-based or service-based demultiplexing + - optional descrambling via CAM device + - optional DVB tables + +%description -l pl.UTF-8 +DVBlast to prosta, ale mająca duże możliwości aplikacja +demultipleksująca MPEG-2/TS oraz generująca strumienie, mająca kilka +metod wejściowych: + - karty DVB obsługiwane przez Linuksa (DVB-S, DVB-S3, DVB-C, + DVB-T...) + - karty DVB-ASI + - strumienie UDP lub RTP niosące strumień transportowy + +Wyjściem może być jeden lub kilka strumieni RTP niosących strumienie +transportowe z: + - sprzętowym lub programowym filtrowaniem PID-ów + - demultipleksowaniem w oparciu o PID-y lub usługi + - opcjonalnym rozszyfrowywaniem poprzez urządzenie CAM + - opcjonalnymi tablicami DVB %prep %setup -q %build export CFLAGS="%{rpmcflags}" -%{__make} +%{__make} \ + CC="%{__cc}" \ + V=1 %install rm -rf $RPM_BUILD_ROOT @@ -58,7 +62,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS Changelog NEWS README TODO +%doc AUTHORS NEWS README TODO %attr(755,root,root) %{_bindir}/%{name}* %{_mandir}/man1/%{name}.1* @@ -68,6 +72,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2012/03/15 20:02:33 qboosh +- updated to 2.1.0 +- updated description, added pl + Revision 1.2 2011/11/12 09:29:10 gotar - typo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/dvblast/dvblast.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
