]> git.pld-linux.org Git - packages/getstream.git/commitdiff
- initial PLD release auto/th/getstream-2_0_20100616-1
authorTomasz Pala <gotar@pld-linux.org>
Fri, 11 Nov 2011 12:25:45 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    getstream.spec -> 1.1

getstream.spec [new file with mode: 0644]

diff --git a/getstream.spec b/getstream.spec
new file mode 100644 (file)
index 0000000..571d0e5
--- /dev/null
@@ -0,0 +1,46 @@
+%define        snap    20100616
+Summary:       DVB streaming into individual multicast groups
+Name:          getstream
+Version:       2.0.%{snap}
+Release:       1
+License:       GPL v2
+Group:         Applications/Networking
+Source0:       http://silicon-verl.de/home/flo/projects/streaming/download/%{name}2-%{snap}.tgz
+# Source0-md5: 5a3956f77902291cad09d15e5896d99f
+URL:           http://silicon-verl.de/home/flo/projects/streaming/
+BuildRequires: glib2-devel
+BuildRequires: libevent-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This program allows streaming a full DVB transponder into individual
+multicast groups, one per program into the local area network using a
+budget card. It's features are:
+* full transponder streaming,
+* DVB-T/C/S/S2 support (S2 via S2API),
+* UDP or RTP multicast streaming,
+* SAP/SDP Announcements (VLC Compatible) for multicast streams,
+* HTTP streaming for unicast setups,
+* High optimization for multiple transponders per machine.
+
+%prep
+%setup -q -n %{name}2-%{snap}
+
+%build
+%{__make} \
+       CFLAGS="-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall %{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install getstream tsdecode $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc configs README*
+%attr(755,root,root) %{_bindir}/getstream
+%attr(755,root,root) %{_bindir}/tsdecode
This page took 0.110282 seconds and 4 git commands to generate.