]> git.pld-linux.org Git - packages/emotion.git/commitdiff
- updated to 1.7.5 auto/th/emotion-1.7.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2013 08:21:00 +0000 (09:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 13 Jan 2013 08:21:00 +0000 (09:21 +0100)
- added am patch (fixes build with automake 1.13)

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

diff --git a/emotion-am.patch b/emotion-am.patch
new file mode 100644 (file)
index 0000000..052591d
--- /dev/null
@@ -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
index 24502f3964402dd5f958dc820e2fd5389ca8535c..c6f5dbb1dfee4782a95ebff1406293b95e60400c 100644 (file)
@@ -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}
This page took 0.0748 seconds and 4 git commands to generate.