]> git.pld-linux.org Git - packages/gegl.git/commitdiff
- rel 4; disable vala for now auto/th/gegl-0_1_8-4 auto/ti/gegl-0_1_8-4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Feb 2012 20:58:19 +0000 (20:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gegl-build.patch -> 1.3
    gegl.spec -> 1.31

gegl-build.patch [new file with mode: 0644]
gegl.spec

diff --git a/gegl-build.patch b/gegl-build.patch
new file mode 100644 (file)
index 0000000..9b9f208
--- /dev/null
@@ -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
index bf01aa7941dea394b278d60c4f843c690c81016e..f14baaecffd3d7ce789548b6f7d85cadb6f61df7 100644 (file)
--- 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}
This page took 0.14025 seconds and 4 git commands to generate.