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