[packages/gmerlin-effectv] - updated to 1.2.0 - added am patch (fixes build with automake 1.13)
qboosh
qboosh at pld-linux.org
Thu Mar 21 21:23:55 CET 2013
commit 57e216fde73058d2d4a701f64fedb14e449f9a6c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Mar 21 21:23:50 2013 +0100
- updated to 1.2.0
- added am patch (fixes build with automake 1.13)
gmerlin-effectv-am.patch | 11 +++++++++++
gmerlin-effectv.spec | 10 ++++++----
2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/gmerlin-effectv.spec b/gmerlin-effectv.spec
index 751cdde..30f740b 100644
--- a/gmerlin-effectv.spec
+++ b/gmerlin-effectv.spec
@@ -1,20 +1,21 @@
Summary: EffecTV effects ported to gmerlin
Summary(pl.UTF-8): Efekty z projektu EffecTV przeportowane do gmerlina
Name: gmerlin-effectv
-Version: 1.1.3
+Version: 1.2.0
Release: 1
License: GPL v2+
Group: Libraries
Source0: http://downloads.sourceforge.net/gmerlin/%{name}-%{version}.tar.gz
-# Source0-md5: 456a4ab23ffd4adc9f6d11102251f479
+# Source0-md5: f8bc379f6678dff2aa89dbfc4e5ee0b4
+Patch0: %{name}-am.patch
URL: http://gmerlin.sourceforge.net/
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: gettext-devel
-BuildRequires: gmerlin-devel >= 0.4.2
+BuildRequires: gmerlin-devel >= 1.2.0
BuildRequires: libtool
BuildRequires: pkgconfig
-Requires: gmerlin >= 0.4.2
+Requires: gmerlin >= 1.2.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,6 +32,7 @@ zrobić poprzez ogólne API filtrów.
%prep
%setup -q
+%patch0 -p1
# evil, sets CFLAGS basing on /proc/cpuinfo, overrides our optflags
# (--with-cpuflags=none disables using /proc/cpuinfo, but not overriding)
diff --git a/gmerlin-effectv-am.patch b/gmerlin-effectv-am.patch
new file mode 100644
index 0000000..56ed066
--- /dev/null
+++ b/gmerlin-effectv-am.patch
@@ -0,0 +1,11 @@
+--- gmerlin-effectv-1.2.0/configure.ac.orig 2012-06-08 13:55:19.000000000 +0200
++++ gmerlin-effectv-1.2.0/configure.ac 2013-03-21 19:34:09.172315649 +0100
+@@ -1,7 +1,7 @@
+ AC_INIT
+ AC_CONFIG_SRCDIR([include/gmerlin_effectv.h])
+
+-AM_CONFIG_HEADER(include/config.h)
++AC_CONFIG_HEADERS(include/config.h)
+ AM_INIT_AUTOMAKE(gmerlin-effectv, 1.2.0)
+
+ AC_DISABLE_STATIC
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gmerlin-effectv.git/commitdiff/57e216fde73058d2d4a701f64fedb14e449f9a6c
More information about the pld-cvs-commit
mailing list