[packages/ffmpegsource] - added am patch (fixes build with automake 1.13) - release 4

qboosh qboosh at pld-linux.org
Thu Jan 24 11:11:09 CET 2013


commit 9d0c260eab7914c5885294969926d60ee8d893df
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 24 11:11:49 2013 +0100

    - added am patch (fixes build with automake 1.13)
    - release 4

 ffmpegsource-am.patch | 11 +++++++++++
 ffmpegsource.spec     |  5 ++++-
 2 files changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/ffmpegsource.spec b/ffmpegsource.spec
index 1cf0824..136c18f 100644
--- a/ffmpegsource.spec
+++ b/ffmpegsource.spec
@@ -2,7 +2,7 @@ Summary:	FFmpegSource - FFmpeg wrapper library
 Summary(pl.UTF-8):	FFmpegSource - biblioteka obudowująca FFmpeg
 Name:		ffmpegsource
 Version:	2.17
-Release:	3
+Release:	4
 License:	MIT (ffmpegsource itself), GPL v3+ (forced by ffmpeg)
 Group:		Libraries
 #Source0Download: http://code.google.com/p/ffmpegsource/downloads/list
@@ -10,6 +10,7 @@ Source0:	http://ffmpegsource.googlecode.com/files/ffms-%{version}-src.tar.bz2
 # Source0-md5:	13770e29d5215ad4b68caad44b09da07
 Patch0:		%{name}-ffmpeg011.patch
 Patch1:		%{name}-ffmpeg10.patch
+Patch2:		%{name}-am.patch
 URL:		http://code.google.com/p/ffmpegsource/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake
@@ -74,6 +75,7 @@ Statyczna biblioteka FFmpegSource.
 %setup -q -n ffms-%{version}-src
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
 %undos src/core/{indexing,lavfindexer,utils}.cpp
 %{__rm} configure
 
@@ -87,6 +89,7 @@ Statyczna biblioteka FFmpegSource.
 %configure \
 	--enable-shared
 
+# V=1 to disable shave silent mode
 %{__make} \
 	V=1
 
diff --git a/ffmpegsource-am.patch b/ffmpegsource-am.patch
new file mode 100644
index 0000000..b0d3ff9
--- /dev/null
+++ b/ffmpegsource-am.patch
@@ -0,0 +1,11 @@
+--- ffms-2.17-src/configure.in.orig	2013-01-24 10:49:55.065851765 +0100
++++ ffms-2.17-src/configure.in	2013-01-24 10:51:06.445850274 +0100
+@@ -30,7 +30,7 @@
+     CXXFLAGS="$OPT_FLAGS"
+ fi
+ 
+-AM_CONFIG_HEADER([src/config/config.h])
++AC_CONFIG_HEADERS([src/config/config.h])
+ AC_PROG_CC
+ AC_PROG_CXX
+ LT_INIT([static disable-shared])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ffmpegsource.git/commitdiff/9d0c260eab7914c5885294969926d60ee8d893df



More information about the pld-cvs-commit mailing list