Author: megabajt Date: Thu Apr 5 17:42:11 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: ffmpegthumbnailer.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/ffmpegthumbnailer.spec diff -u /dev/null SPECS/ffmpegthumbnailer.spec:1.1 --- /dev/null Thu Apr 5 19:42:11 2007 +++ SPECS/ffmpegthumbnailer.spec Thu Apr 5 19:42:06 2007 @@ -0,0 +1,56 @@ +# $Revision$, $Date$ +Summary: Lightweight video thumbnailer +Name: ffmpegthumbnailer +Version: 1.1 +Release: 1 +License: GPL v2 +Group: Applications +Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 20c6b80dbbcf7a2f73d8879dc9c94c93 +Patch0: %{name}-link.patch +URL: http://code.google.com/p/ffmpegthumbnailer/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: ffmpeg-devel +BuildRequires: libpng-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +ffmpegthumbnailer can be used by file managers to create thumbnails +for your video files. It uses ffmpeg to decode frames from the video +files. + +%prep +%setup -q +%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__automake} +%configure +%{__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 AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/ffmpegthumbnailer + +%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 2007/04/05 17:42:06 megabajt +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
