From d7740cee1b09844a6e55c0fbc9d52df505b91ec6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 9 Feb 2012 20:58:19 +0000 Subject: [PATCH] - rel 4; disable vala for now Changed files: gegl-build.patch -> 1.3 gegl.spec -> 1.31 --- gegl-build.patch | 4 ++++ gegl.spec | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 gegl-build.patch diff --git a/gegl-build.patch b/gegl-build.patch new file mode 100644 index 0000000..9b9f208 --- /dev/null +++ b/gegl-build.patch @@ -0,0 +1,4 @@ +--- /dev/null 2011-06-01 08:46:43.490033582 +0200 ++++ gegl-0.1.8/gegl/gegl-0.1.deps 2012-02-09 21:40:15.000000000 +0100 +@@ -0,0 +1 @@ ++babl-0.1 diff --git a/gegl.spec b/gegl.spec index bf01aa7..f14baae 100644 --- a/gegl.spec +++ b/gegl.spec @@ -3,7 +3,8 @@ %bcond_with mmx # use MMX instructions %bcond_with sse # use SSE instructions %bcond_without doc # apidocs -%bcond_without vala # Vala API +# reenable when new babl will arrive that actually is able to build +%bcond_with vala # Vala API # %ifarch %{x8664} athlon pentium3 pentium4 %define with_mmx 1 @@ -15,7 +16,7 @@ Summary: Generic image processing library Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu Name: gegl Version: 0.1.8 -Release: 3 +Release: 4 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2 @@ -23,6 +24,7 @@ Source0: ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2 Patch0: %{name}-lua.patch Patch1: %{name}-ffmpeg.patch Patch2: %{name}-ruby1.9.patch +Patch3: %{name}-build.patch URL: http://www.gegl.org/ BuildRequires: OpenEXR-devel BuildRequires: SDL-devel @@ -136,6 +138,7 @@ API języka Vala dla biblioteki gegl. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__libtoolize} @@ -148,6 +151,7 @@ API języka Vala dla biblioteki gegl. --enable-docs%{!?with_doc:=no} \ %{!?with_mmx:--disable-mmx} \ %{!?with_sse:--disable-sse} \ + --with%{!?with_vala:out}-vala \ --disable-silent-rules \ --enable-static %{__make} -- 2.44.0