]> git.pld-linux.org Git - packages/dvblast.git/commitdiff
- updated to 2.1.0 auto/th/dvblast-2.1.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 15 Mar 2012 20:02:33 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated description, added pl

Changed files:
    dvblast.spec -> 1.3

dvblast.spec

index 525b4e0566f47beaa2021d00476a11735441c3ef..c9ca3cc671bfaa9f4a29079c269100a22219a305 100644 (file)
@@ -1,49 +1,53 @@
 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
@@ -57,6 +61,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %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*
This page took 0.065769 seconds and 4 git commands to generate.