]> git.pld-linux.org Git - packages/getstream.git/blame - getstream.spec
- fixed lib64, rel. 2
[packages/getstream.git] / getstream.spec
CommitLineData
02dd0f78
TP
1%define snap 20100616
2Summary: DVB streaming into individual multicast groups
3Name: getstream
4Version: 2.0.%{snap}
ca71254c 5Release: 2
02dd0f78
TP
6License: GPL v2
7Group: Applications/Networking
8Source0: http://silicon-verl.de/home/flo/projects/streaming/download/%{name}2-%{snap}.tgz
9# Source0-md5: 5a3956f77902291cad09d15e5896d99f
10URL: http://silicon-verl.de/home/flo/projects/streaming/
11BuildRequires: glib2-devel
12BuildRequires: libevent-devel
13BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15%description
16This program allows streaming a full DVB transponder into individual
17multicast groups, one per program into the local area network using a
18budget card. It's features are:
19* full transponder streaming,
20* DVB-T/C/S/S2 support (S2 via S2API),
21* UDP or RTP multicast streaming,
22* SAP/SDP Announcements (VLC Compatible) for multicast streams,
23* HTTP streaming for unicast setups,
24* High optimization for multiple transponders per machine.
25
26%prep
27%setup -q -n %{name}2-%{snap}
28
29%build
30%{__make} \
ca71254c 31 CFLAGS="-I%{_includedir}/glib-2.0 -I%{_libdir}/glib-2.0/include -Wall %{rpmcflags}"
02dd0f78
TP
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT%{_bindir}
36
37install getstream tsdecode $RPM_BUILD_ROOT%{_bindir}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc configs README*
45%attr(755,root,root) %{_bindir}/getstream
46%attr(755,root,root) %{_bindir}/tsdecode
This page took 0.069156 seconds and 4 git commands to generate.