]> git.pld-linux.org Git - packages/ffmpegthumbnailer.git/commitdiff
- new
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 5 Apr 2007 17:42:06 +0000 (17:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpegthumbnailer.spec -> 1.1

ffmpegthumbnailer.spec [new file with mode: 0644]

diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
new file mode 100644 (file)
index 0000000..55c9e9e
--- /dev/null
@@ -0,0 +1,45 @@
+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
This page took 0.145675 seconds and 4 git commands to generate.