Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3226
Modified Files:
.cvsignore ffmpegthumbnailer.spec sources
Added Files:
ffmpegthumbnailer-libdl.patch
Log Message:
* Fri Jan 04 2011 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.6-1
- version bump
- patch libdl link issue
- add BR: automake and autoconf
ffmpegthumbnailer-libdl.patch:
Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE ffmpegthumbnailer-libdl.patch ---
diff -up ffmpegthumbnailer-2.0.6/Makefile.am.orig ffmpegthumbnailer-2.0.6/Makefile.am
--- ffmpegthumbnailer-2.0.6/Makefile.am.orig 2011-02-03 19:17:32.041532510 +0200
+++ ffmpegthumbnailer-2.0.6/Makefile.am 2011-02-03 19:19:07.024569821 +0200
@@ -39,12 +39,12 @@ nobase_include_HEADERS = libffmpegthu
libffmpegthumbnailer_includedir = $(includedir)/libffmpegthumbnailer
libffmpegthumbnailer_la_CXXFLAGS = $(AM_CXXFLAGS) $(FFMPEG_CFLAGS) $(PNG_CFLAGS)
libffmpegthumbnailer_la_LDFLAGS = -version-info 4:6:0
-libffmpegthumbnailer_la_LIBADD = $(DL_LIBS) $(FFMPEG_LIBS) $(PNG_LIBS)
$(JPEG_LIBS)
+libffmpegthumbnailer_la_LIBADD = $(FFMPEG_LIBS) $(PNG_LIBS) $(JPEG_LIBS)
bin_PROGRAMS = ffmpegthumbnailer
ffmpegthumbnailer_SOURCES = main.cpp
-ffmpegthumbnailer_LDADD = libffmpegthumbnailer.la
+ffmpegthumbnailer_LDADD = $(DL_LIBS) libffmpegthumbnailer.la
if ENABLE_UNITTEST
check_PROGRAMS = testrunner
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 5 Dec 2010 11:19:58 -0000 1.5
+++ .cvsignore 4 Feb 2011 08:05:21 -0000 1.6
@@ -1 +1 @@
-ffmpegthumbnailer-2.0.5.tar.gz
+ffmpegthumbnailer-2.0.6.tar.gz
Index: ffmpegthumbnailer.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/ffmpegthumbnailer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ffmpegthumbnailer.spec 5 Dec 2010 11:19:58 -0000 1.5
+++ ffmpegthumbnailer.spec 4 Feb 2011 08:05:21 -0000 1.6
@@ -1,5 +1,5 @@
Name: ffmpegthumbnailer
-Version: 2.0.5
+Version: 2.0.6
Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
@@ -8,9 +8,12 @@
URL:
http://code.google.com/p/ffmpegthumbnailer/
Source0:
http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+# patch in upstream svn
+#
http://code.google.com/p/ffmpegthumbnailer/source/diff?spec=svn228&r=...
+Patch0: %{name}-libdl.patch
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
-BuildRequires: chrpath
+BuildRequires: chrpath, automake, autoconf
%description
@@ -29,6 +32,7 @@
%setup -q
chmod -x README INSTALL COPYING AUTHORS
+%patch0 -p 1 -b .orig
%build
%configure --enable-png \
@@ -67,6 +71,11 @@
%{_includedir}/libffmpegthumbnailer/*.h
%changelog
+* Fri Jan 04 2011 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.6-1
+- version bump
+- patch libdl link issue
+- add BR: automake and autoconf
+
* Sun Dec 05 2010 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.5-1
- version bump
- enable gio-support
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 5 Dec 2010 11:19:58 -0000 1.5
+++ sources 4 Feb 2011 08:05:21 -0000 1.6
@@ -1 +1 @@
-f62bb8eabf77d3fd38df9e5169bfa012 ffmpegthumbnailer-2.0.5.tar.gz
+5003ceaadc1c5a1be1dbb34739a12bab ffmpegthumbnailer-2.0.6.tar.gz