]> git.pld-linux.org Git - packages/ffms2.git/commitdiff
- added am patch (fixes build with automake 1.13)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Jan 2013 10:11:49 +0000 (11:11 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Jan 2013 10:11:49 +0000 (11:11 +0100)
- release 4

ffmpegsource-am.patch [new file with mode: 0644]
ffmpegsource.spec

diff --git a/ffmpegsource-am.patch b/ffmpegsource-am.patch
new file mode 100644 (file)
index 0000000..b0d3ff9
--- /dev/null
@@ -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])
index 1cf08248950c8dedf7e776dfc3daaebbde3ecb91..136c18fa44459d4802eae018b70c68159a4213a4 100644 (file)
@@ -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
 
This page took 0.091138 seconds and 4 git commands to generate.