camserv.spec

来自「一个很棒的视频服务器」· SPEC 代码 · 共 92 行

SPEC
92
字号
%define name camserv%define version 0.5.1%define release 1%define prefix /usr/localSummary: A streaming web video browser and utilities.Name: %{name}Version: %{version}Release: %{release}Group: Applications/WebCopyright: GPLSource: %{name}-%{version}.tar.gzUrl: http://cserv.sourceforge.netBuildRoot: /var/tmp/%{name}-%{version}-buildRequires: libjpeg >= 6bRequires: imlib2 >= 1.0.5Requires: gdk-pixbuf >= 0.11.0Prefix: %prefix%descriptionCamserv is an extremely modular program for doing streaming video from your Unix machine to web clients.  Filters can be added for text on the displayed window, and anything else one wants to add. In addition portability to other unices should be incredibly easy giventhe modularity of the camera plugin modules.Utilities for camera broadcast webserver offloading are also included.%prep%setup%buildCFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --with-gzipmake%installrm -rf $RPM_BUILD_ROOTmkdir -p $RPM_BUILD_ROOT%{prefix}make prefix=$RPM_BUILD_ROOT%{prefix} install%cleanrm -rf $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO javascript.txt%{prefix}/share/camserv/camserv.cfg%{prefix}/share/camserv/defpage.html%{prefix}/bin/camserv%{prefix}/bin/relay%{prefix}/lib/camserv/lib*.so.*%{prefix}/lib/camserv/libvideo_v4l.a%{prefix}/lib/camserv/libvideo_v4l.la%{prefix}/lib/camserv/libvideo_v4l.so%{prefix}/lib/camserv/libvideo_basic.a%{prefix}/lib/camserv/libvideo_basic.la%{prefix}/lib/camserv/libvideo_basic.so%{prefix}/lib/camserv/libtext_filter.a%{prefix}/lib/camserv/libtext_filter.la%{prefix}/lib/camserv/libtext_filter.so%{prefix}/lib/camserv/librand_filter.a%{prefix}/lib/camserv/librand_filter.la%{prefix}/lib/camserv/librand_filter.so%{prefix}/lib/camserv/libgdk_pixbuf_filter.a%{prefix}/lib/camserv/libgdk_pixbuf_filter.la%{prefix}/lib/camserv/libgdk_pixbuf_filter.so%{prefix}/lib/camserv/libimlib2_filter.a%{prefix}/lib/camserv/libimlib2_filter.la%{prefix}/lib/camserv/libimlib2_filter.so%{prefix}/lib/camserv/libjpg_filter.a%{prefix}/lib/camserv/libjpg_filter.la%{prefix}/lib/camserv/libjpg_filter.so%changelog* Sun Sep 15 2002 Jon Travis <jtravis@p00p.org>- Add YUV support && other minor fixes* Sun Mar 10 2002 Jon Travis <jtravis@p00p.org>- Long overdue release which mainly fixes up build issues* Sun Feb 13 2000 Jon Travis <jtravis@cse.unl.edu>- Yet another release.. yay.* Thu Nov 18 1999 Jon Travis <jon@dsndata.com>- Another release.. yay.* Wed Oct 27 1999 Jon Travis <jon@dsndata.com>- Initial package creation

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?