packages: dvbstream/dvbstream.spec (NEW) - initial PLD release

gotar gotar at pld-linux.org
Wed Nov 16 20:23:43 CET 2011


Author: gotar                        Date: Wed Nov 16 19:23:43 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
packages/dvbstream:
   dvbstream.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dvbstream/dvbstream.spec
diff -u /dev/null packages/dvbstream/dvbstream.spec:1.1
--- /dev/null	Wed Nov 16 20:23:43 2011
+++ packages/dvbstream/dvbstream.spec	Wed Nov 16 20:23:38 2011
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+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
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2011/11/16 19:23:38  gotar
+- initial PLD release
================================================================


More information about the pld-cvs-commit mailing list