]> git.pld-linux.org Git - packages/inkscape.git/commitdiff
- BR: gc-devel, more BR update, relocation bcond added, rel. 0.1
authorfreetz <freetz@pld-linux.org>
Tue, 30 Nov 2004 11:32:56 +0000 (11:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    inkscape.spec -> 1.21

inkscape.spec

index 8115fdc780722969a6ebd4e049c9b510ebe74299..3d64c1a59db44435a72f28b4da7665c0c5013c1f 100644 (file)
@@ -3,12 +3,13 @@
 %bcond_without xft             # Don't use xft scalable font database
 %bcond_without gnome_print     # Don't use gnome print font database and spooler frontend
 %bcond_without mmx             # Force building without MMX optimazation (Default: auto-detect)
+%bcond_with    relocation      # Enable binary relocation support
 #
 Summary:       Scalable vector graphics editor
 Summary(pl):   Edytor skalowalnej grafiki wektorowej
 Name:          inkscape
 Version:       0.40
-Release:       0.01
+Release:       0.1
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2
@@ -17,6 +18,7 @@ URL:          http://www.inkscape.org/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: freetype-devel >= 2.0
+BuildRequires: gc-devel
 BuildRequires: gtk+2-devel >= 2:2.4.0
 BuildRequires: gtkmm-devel >= 2.4
 BuildRequires: gtkspell-devel
@@ -24,7 +26,7 @@ BuildRequires:        intltool
 BuildRequires: libart_lgpl-devel >= 2.3.10
 %{?with_gnome_print:BuildRequires:     libgnomeprintui-devel >= 1.116.0}
 BuildRequires: libpng-devel
-BuildRequires: libsigc++-devel >= 2.0 
+BuildRequires: libsigc++-devel >= 2.0.3
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.24
 BuildRequires: pkgconfig
@@ -57,7 +59,8 @@ intltoolize --copy --force --automake
        %{!?with_xft: --without-xft}\
        %{!?with_gnome_print: --without-gnome-print}\
        %{?with_gnome_print: --with-gnome-print}\
-       %{!?with_mmx:--disable-mmx} 
+       %{!?with_mmx:--disable-mmx} \
+       %{?with_relocation:--enable-binreloc}
 
 %{__make}
 
This page took 0.079689 seconds and 4 git commands to generate.