]> git.pld-linux.org Git - packages/eos-movrec.git/blame - eos-movrec.spec
- release 3 (by relup.sh)
[packages/eos-movrec.git] / eos-movrec.spec
CommitLineData
662d712c
TP
1Summary: Canon EOS Camera Movie Record
2Name: eos-movrec
3Version: 0.3.1
da1cbe20 4Release: 3
662d712c
TP
5License: GPL v2+
6Group: X11/Applications/Graphics
829c7b0a 7Source0: http://downloads.sourceforge.net/eos-movrec/%{name}-%{version}_beta-src.tar.bz2
662d712c
TP
8# Source0-md5: b9652d602e7d67bfac7bd606940f3e90
9URL: http://valexvir.narod.ru/
10BuildRequires: QtCore-devel
11BuildRequires: QtGui-devel
12BuildRequires: cmake
13BuildRequires: libgphoto2-devel >= 2.4.10
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17This software writes short movies with your digital DSLR camera Canon
18directly to computer. The camera must have LiveView feature to work,
19like in Canon EOS 450D for example. The Program has preview, Av, Tv
20and WB control.
21
22%prep
23%setup -q -n %{name}-%{version}_beta
24
25%build
26export CXXFLAGS="%{rpmcflags}"
27%{__cmake} . \
28 -DCMAKE_INSTALL_PREFIX="%{_prefix}"
29%{__make}
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
42%doc tools/enc_x264.sh TODO
43%attr(755,root,root) %{_bindir}/eos_movrec
This page took 0.143696 seconds and 4 git commands to generate.