]> git.pld-linux.org Git - packages/eos-movrec.git/commitdiff
- initial PLD release
authorTomasz Pala <gotar@pld-linux.org>
Tue, 26 Jun 2012 15:35:27 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eos-movrec.spec -> 1.1

eos-movrec.spec [new file with mode: 0644]

diff --git a/eos-movrec.spec b/eos-movrec.spec
new file mode 100644 (file)
index 0000000..4d469d1
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Canon EOS Camera Movie Record
+Name:          eos-movrec
+Version:       0.3.1
+Release:       1
+License:       GPL v2+
+Group:         X11/Applications/Graphics
+Source0:       http://dl.sourceforge.net/eos-movrec/%{name}-%{version}_beta-src.tar.bz2
+# Source0-md5: b9652d602e7d67bfac7bd606940f3e90
+URL:           http://valexvir.narod.ru/
+BuildRequires: QtCore-devel
+BuildRequires: QtGui-devel
+BuildRequires: cmake
+BuildRequires: libgphoto2-devel >= 2.4.10
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This software writes short movies with your digital DSLR camera Canon
+directly to computer. The camera must have LiveView feature to work,
+like in Canon EOS 450D for example. The Program has preview, Av, Tv
+and WB control.
+
+%prep
+%setup -q -n %{name}-%{version}_beta
+
+%build
+export CXXFLAGS="%{rpmcflags}"
+%{__cmake} . \
+       -DCMAKE_INSTALL_PREFIX="%{_prefix}"
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc tools/enc_x264.sh TODO
+%attr(755,root,root) %{_bindir}/eos_movrec
This page took 0.068943 seconds and 4 git commands to generate.