]> git.pld-linux.org Git - packages/dvbstream.git/commitdiff
- initial PLD release auto/th/dvbstream-0_8-1
authorTomasz Pala <gotar@pld-linux.org>
Wed, 16 Nov 2011 19:23:38 +0000 (19:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dvbstream.spec -> 1.1

dvbstream.spec [new file with mode: 0644]

diff --git a/dvbstream.spec b/dvbstream.spec
new file mode 100644 (file)
index 0000000..bb3c316
--- /dev/null
@@ -0,0 +1,41 @@
+Summary:       MPEG-2 streaming over LAN
+Name:          dvbstream
+Version:       0.8
+Release:       1
+License:       GPL v2+
+Group:         Networking
+Source0:       http://www.orcas.net/dvbstream/%{name}-%{version}.tar.bz2
+# Source0-md5: 09b1eba583c8b0ba5d04bf5cd2dd58a0
+URL:           http://www.orcas.net/dvbstream/
+BuildRequires: ncurses-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package can be used to broadcast program or transport stream
+(entire or up to 8 PIDs) over LAN using the RTP protocol.
+Even though this is enhanced version of original program, there are
+newer projects based on dvbstream, like mumudvb.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+       CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I%{_includedir}/ncurses"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install dumprtp dvbstream rtpfeed ts_filter $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README TELNET *.sh
+%attr(755,root,root) %{_bindir}/dumprtp
+%attr(755,root,root) %{_bindir}/%{name}
+%attr(755,root,root) %{_bindir}/rtpfeed
+%attr(755,root,root) %{_bindir}/ts_filter
This page took 0.074371 seconds and 4 git commands to generate.