[packages/emotion] - updated to 1.7.5 - added am patch (fixes build with automake 1.13)

qboosh qboosh at pld-linux.org
Sun Jan 13 09:20:43 CET 2013


commit 34a08fda3599a4989f3e2c88f181f5da73541507
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jan 13 09:21:00 2013 +0100

    - updated to 1.7.5
    - added am patch (fixes build with automake 1.13)

 emotion-am.patch | 11 +++++++++++
 emotion.spec     | 20 +++++++++++---------
 2 files changed, 22 insertions(+), 9 deletions(-)
---
diff --git a/emotion.spec b/emotion.spec
index 24502f3..c6f5dbb 100644
--- a/emotion.spec
+++ b/emotion.spec
@@ -5,23 +5,24 @@
 %bcond_without	xine		# don't build xine decoder
 %bcond_without	static_libs	# don't build static library
 #
-%define		ecore_ver	1.7.0
-%define		edje_ver	1.7.0
-%define		eet_ver		1.7.0
-%define		eeze_ver	1.7.0
-%define		eina_ver	1.7.0
-%define		eio_ver		1.7.0
-%define		evas_ver	1.7.0
+%define		ecore_ver	1.7.5
+%define		edje_ver	1.7.5
+%define		eet_ver		1.7.5
+%define		eeze_ver	1.7.5
+%define		eina_ver	1.7.5
+%define		eio_ver		1.7.5
+%define		evas_ver	1.7.5
 
 Summary:	Emotion - EFL media playback library
 Summary(pl.UTF-8):	Emotion - biblioteka EFL do odtwarzania multimediów
 Name:		emotion
-Version:	1.7.3
+Version:	1.7.5
 Release:	1
 License:	BSD-like
 Group:		Libraries
 Source0:	http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5:	1e7030c07fb1aa0e8ba8e06929e338b6
+# Source0-md5:	b767db9d8526c6637a66a8c8ded4ca0e
+Patch0:		%{name}-am.patch
 URL:		http://trac.enlightenment.org/e/wiki/Emotion
 BuildRequires:	autoconf >= 2.60
 BuildRequires:	automake >= 1.6
@@ -138,6 +139,7 @@ Dekoder Emotion używający vlc i wtyczkę generic biblioteki Emotion.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/emotion-am.patch b/emotion-am.patch
new file mode 100644
index 0000000..052591d
--- /dev/null
+++ b/emotion-am.patch
@@ -0,0 +1,11 @@
+--- emotion-1.7.5/configure.ac.orig	2013-01-04 15:07:28.000000000 +0100
++++ emotion-1.7.5/configure.ac	2013-01-13 08:32:55.405832393 +0100
+@@ -28,7 +28,7 @@
+ AC_ISC_POSIX
+ 
+ AM_INIT_AUTOMAKE([1.6 dist-bzip2])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+ 
+ AC_LIBTOOL_WIN32_DLL
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/emotion.git/commitdiff/34a08fda3599a4989f3e2c88f181f5da73541507



More information about the pld-cvs-commit mailing list