Author: gotar Date: Tue Jun 26 15:35:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - initial PLD release
---- Files affected: packages/eos-movrec: eos-movrec.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/eos-movrec/eos-movrec.spec diff -u /dev/null packages/eos-movrec/eos-movrec.spec:1.1 --- /dev/null Tue Jun 26 17:35:32 2012 +++ packages/eos-movrec/eos-movrec.spec Tue Jun 26 17:35:27 2012 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +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 + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[email protected]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2012/06/26 15:35:27 gotar +- initial PLD release ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
