came.spec
来自「camE 1.9 for Linux - camE is an imlib2 w」· SPEC 代码 · 共 66 行
SPEC
66 行
Name: camEVersion: 1.3Release: 1Source: %{name}-%{version}.tar.gzLicense: OpenSourceUrl: http://www.linuxbrit.co.uk/Vendor: Tom Gilbert <tom@linuxbrit.co.uk>Packager: Janus N. T鴑dering <janus@bananus.dk>Group: Applications/MultimediaSummary: rewrite of the xawtv webcam with numerous new featuresBuildRoot: /tmp/%{name}-buildRequires: giblibBuildRequires: giblib-devel%descriptioncamE is a rewrite of the xawtv webcam app, which adds imlib2 support and there following new features: * ttf fonts * blended transparent text * title text * options in ~/.camErc * message read from separate file (eg echo "eating my dinner" > ~/.caminfo) * color the text as you like * text background any color/alpha value * scp support for uploading * ftp support for uploading using libcurl, reconnect for each upload or reuse one connection * proper logging to file * user defined actions to be run before and after shots, and after upload (use to play sounds, beep, run scripts, copy files, whatever) * file for stopping uploads temporarily (touch ~/BLOCKCAM to stop shooting, remove it to resume) * now a proper daemon that can run without X forever if wanted * control of brightness, contrast, gamma, hue, colour, etc * control of framerate and use of snapshot mode for Philips cams * image archiving (timestamped into a directory of your choice after upload), every frame or every n frames * lag reduction (for some cams, when mmaped, the image grabbed lags behind the cam by up to 20 seconds. I use lag_reduce 5 in my ~/.camErc for example. This takes 5 shots in a row, which clears the mmap buffers, and then keeps the last shot, lag-free) * Other stuff I can't remember%prep%setup%buildmake%installmake -e ROOT=$RPM_BUILD_ROOT prefix=/usr install%clean[ "$RPM_BUILD_ROOT" != "/" ] && rm -fR $RPM_BUILD_ROOT%files%defattr(-,root,root)%doc AUTHORS COPYING camE_text.style camE_title.style %doc example.camErc.ssh example.camErc/usr/bin/camE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?