commit b6e23894c5a5e412c5cdea81f53b2ee1dc1d949b
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Jun 25 07:56:55 2016 +0100
update to 2.1.1
ffmpegthumbnailer.spec | 16 +++++++---------
sources | 2 +-
2 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index 3d1e1c5..0907402 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -1,16 +1,16 @@
Name: ffmpegthumbnailer
-Version: 2.0.9
+Version: 2.1.1
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL:
http://code.google.com/p/ffmpegthumbnailer/
-Source0:
https://bitbucket.org/mtuominen/fedora/src/49e8ed786ec5813f6b0ca53eb96d7e...
+Source0:
https://github.com/dirkvdb/%{name}/archive/%{version}.tar.gz#/%{name}-%{v...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
-BuildRequires: chrpath, automake, autoconf, libtool, gcc-c++
+BuildRequires: chrpath, cmake, gcc-c++
%description
This video thumbnailer can be used to create thumbnails for your video files.
@@ -29,12 +29,7 @@ development package.
chmod -x README INSTALL COPYING AUTHORS
%build
-./autogen.sh
-%configure --enable-png \
- --enable-jpeg \
- --disable-static \
- --enable-gio \
- --enable-thumbnailer
+%cmake -DENABLE_GIO=ON -DENABLE_THUMBNAILER=ON .
make %{?_smp_mflags}
@@ -69,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jun 25 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2.1.1-1
+- 2.1.1
+
* Thu Apr 09 2015 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.9-1
- 2.0.9
diff --git a/sources b/sources
index 73f6a40..347cba7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c793377da205c1477d4876bbc0da947 ffmpegthumbnailer-2.0.9.tar.gz
+a306a06dc546eae16af247e489de52da ffmpegthumbnailer-2.1.1.tar.gz