2007-01-04 17:23:48 +01:00
|
|
|
#
|
2011-02-02 01:42:58 +01:00
|
|
|
# spec file for package inkscape
|
2007-01-04 17:23:48 +01:00
|
|
|
#
|
2017-02-14 07:53:31 +01:00
|
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-04 17:23:48 +01:00
|
|
|
#
|
2008-09-24 16:50:32 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2011-02-02 01:42:58 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
Name: inkscape
|
2017-08-08 05:04:31 +02:00
|
|
|
Version: 0.92.2
|
2012-02-14 19:01:11 +01:00
|
|
|
Release: 0
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program
|
2012-10-16 09:22:42 +02:00
|
|
|
License: GPL-2.0 and LGPL-2.1
|
2007-01-04 17:23:48 +01:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2012-02-14 19:01:11 +01:00
|
|
|
Url: http://www.inkscape.org/
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
Source: https://inkscape.global.ssl.fastly.net/media/resources/file/%{name}-%{version}.tar.bz2
|
2009-12-11 17:14:04 +01:00
|
|
|
# openSUSE palette file
|
|
|
|
Source1: openSUSE.gpl
|
2008-07-09 18:48:13 +02:00
|
|
|
Source2: inkscape-split-extensions-extra.sh
|
2010-09-06 18:18:55 +02:00
|
|
|
# PATCH-FIX-OPENSUSE inkscape-packages.patch sbrabec@suse.cz -- Suggest packages instead of compilation from source.
|
2017-01-11 21:31:26 +01:00
|
|
|
Patch0: inkscape-packages.patch
|
2017-09-16 04:51:06 +02:00
|
|
|
# PATCH-FIX-UPSTREAM inkscape-poppler058-fix.patch lp#1715820 zaitor@opensuse.org -- Adapt to poppler 0.58
|
|
|
|
Patch1: inkscape-poppler058-fix.patch
|
2017-08-08 05:04:31 +02:00
|
|
|
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2017-08-13 03:06:49 +02:00
|
|
|
BuildRequires: gtkspell-devel
|
2017-02-04 05:42:01 +01:00
|
|
|
%if 0%{?suse_version} > 1325
|
|
|
|
BuildRequires: libboost_headers-devel
|
|
|
|
%else
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: boost-devel
|
2017-02-04 05:42:01 +01:00
|
|
|
%endif
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gc-devel
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gnome-vfs2-devel
|
|
|
|
BuildRequires: gsl-devel
|
|
|
|
BuildRequires: gtkmm24-devel
|
|
|
|
BuildRequires: intltool
|
2017-09-23 18:18:42 +02:00
|
|
|
# Disabling IM until inkscape upstream supports IM7
|
|
|
|
#BuildRequires: libMagick++-devel
|
2012-02-28 14:13:17 +01:00
|
|
|
BuildRequires: liblcms2-devel
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: libpoppler-glib-devel
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: libtool
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: libxslt-devel
|
|
|
|
BuildRequires: perl
|
2010-12-13 13:13:56 +01:00
|
|
|
BuildRequires: popt-devel
|
2017-02-14 07:53:31 +01:00
|
|
|
BuildRequires: potrace-devel
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-gtk-devel
|
|
|
|
BuildRequires: update-desktop-files
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(libexif)
|
|
|
|
%if 0%{?suse_version} > 1310
|
|
|
|
BuildRequires: pkgconfig(libcdr-0.1)
|
|
|
|
BuildRequires: pkgconfig(libvisio-0.1)
|
|
|
|
%endif
|
2014-07-29 16:48:04 +02:00
|
|
|
BuildRequires: pkgconfig(librevenge-0.0)
|
|
|
|
BuildRequires: pkgconfig(libwpg-0.3)
|
|
|
|
Requires: %{_bindir}/gs
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: ghostscript-fonts-std
|
|
|
|
Requires: gzip
|
|
|
|
Requires: pstoedit
|
|
|
|
Requires: python-gtk
|
2011-02-14 01:12:14 +01:00
|
|
|
Recommends: %{name}-lang
|
2008-05-17 02:43:02 +02:00
|
|
|
Recommends: python-lxml
|
2009-12-11 17:14:04 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-04 17:23:48 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
2008-07-09 18:48:13 +02:00
|
|
|
%package extensions-extra
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program - Extra Extensions
|
2008-07-09 18:48:13 +02:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
2012-07-22 15:15:58 +02:00
|
|
|
# ps2pdf-ext.py is a wrapper around ps2pdf, which lives in ghostscript package.
|
|
|
|
Requires: ghostscript
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: python-lxml
|
2010-12-08 01:54:53 +01:00
|
|
|
Requires: python-xml
|
2008-07-09 18:48:13 +02:00
|
|
|
# for cdr and wmf modules
|
2012-06-16 07:23:37 +02:00
|
|
|
Recommends: yudit
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2010-12-08 01:54:53 +01:00
|
|
|
# python-xml is already likely installed, so the big dependency is python-lxml. Hence this supplements.
|
2008-07-09 18:48:13 +02:00
|
|
|
Supplements: packageand(%{name}:python-lxml)
|
|
|
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
|
|
|
Provides: %{name}:%{_datadir}/inkscape/extensions/inkex.py
|
|
|
|
|
|
|
|
%description extensions-extra
|
|
|
|
Extra extensions for Inkscape. Recommended for everybody who wants to
|
|
|
|
use Inkscape.
|
|
|
|
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
|
|
|
%package extensions-dia
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program - Dia Import Extension
|
2008-07-09 18:48:13 +02:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: dia
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2008-07-09 18:48:13 +02:00
|
|
|
Supplements: packageand(%{name}:dia)
|
|
|
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
|
|
|
Provides: %{name}:%{_datadir}/inkscape/extensions/dia.inx
|
|
|
|
|
|
|
|
%description extensions-dia
|
|
|
|
Dia import extension for Inkscape.
|
|
|
|
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
|
|
|
%package extensions-fig
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program - Fig Import Extension
|
2008-07-09 18:48:13 +02:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: transfig
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2008-07-09 18:48:13 +02:00
|
|
|
Supplements: packageand(%{name}:transfig)
|
|
|
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
|
|
|
Provides: %{name}:%{_datadir}/inkscape/extensions/fig_input.inx
|
|
|
|
|
|
|
|
%description extensions-fig
|
|
|
|
Fig family (XFig, Figurine, JFig, WinFig,...) import extension for
|
|
|
|
Inkscape.
|
|
|
|
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
|
|
|
%package extensions-gimp
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program - The GIMP Extensions
|
2008-07-09 18:48:13 +02:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: gimp-2.0
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2008-07-09 18:48:13 +02:00
|
|
|
Supplements: packageand(%{name}:gimp)
|
2008-09-24 16:50:32 +02:00
|
|
|
Supplements: packageand(%{name}:gimp-2.0)
|
2008-07-09 18:48:13 +02:00
|
|
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
|
|
|
Provides: %{name}:%{_datadir}/inkscape/extensions/gimp_xcf.inx
|
|
|
|
|
|
|
|
%description extensions-gimp
|
|
|
|
The GIMP import and export extensions for Inkscape.
|
|
|
|
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
|
|
|
%package extensions-skencil
|
2009-12-11 17:14:04 +01:00
|
|
|
Summary: Vector Illustration Program - Skencil Import Extension
|
2008-07-09 18:48:13 +02:00
|
|
|
Group: Productivity/Graphics/Vector Editors
|
2009-12-11 17:14:04 +01:00
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: skencil
|
2014-07-29 16:48:04 +02:00
|
|
|
Enhances: %{name}
|
2008-07-09 18:48:13 +02:00
|
|
|
Supplements: packageand(%{name}:skencil)
|
|
|
|
# Package in openSUSE <= 11.0 and SLED <= 10
|
|
|
|
Provides: %{name}:%{_datadir}/inkscape/extensions/sk_input.inx
|
|
|
|
|
|
|
|
%description extensions-skencil
|
|
|
|
Skencil import extension for Inkscape.
|
|
|
|
|
|
|
|
Inkscape is a vector illustration program for the GNOME desktop.
|
|
|
|
|
2007-08-09 19:45:56 +02:00
|
|
|
%lang_package
|
2014-07-29 16:48:04 +02:00
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
%prep
|
2009-05-28 04:31:27 +02:00
|
|
|
%setup -q
|
2010-09-06 18:18:55 +02:00
|
|
|
%patch0 -p1
|
2017-09-16 04:51:06 +02:00
|
|
|
%patch1 -p1
|
2017-08-08 05:04:31 +02:00
|
|
|
|
2007-01-04 17:23:48 +01:00
|
|
|
%build
|
2017-01-11 21:31:26 +01:00
|
|
|
./autogen.sh
|
2012-09-23 21:05:21 +02:00
|
|
|
RPM_OPT_FLAGS="%{optflags}"
|
2014-07-29 16:48:04 +02:00
|
|
|
%ifarch %{arm}
|
2012-09-23 21:05:21 +02:00
|
|
|
export LDFLAGS+="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|
|
|
%endif
|
2014-07-29 16:48:04 +02:00
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
2016-06-24 17:43:10 +02:00
|
|
|
# This (-std=c++11) is still needed with gcc6 until this is fixed:
|
|
|
|
# https://bugs.launchpad.net/inkscape/+bug/1488079
|
|
|
|
export CXXFLAGS="%{optflags} -std=c++11 -fno-strict-aliasing"
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2007-01-23 01:18:58 +01:00
|
|
|
%configure\
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
--enable-lcms \
|
2016-03-29 14:49:19 +02:00
|
|
|
--enable-poppler-cairo \
|
|
|
|
--disable-strict-build
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2011-02-02 01:42:50 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-01-04 17:23:48 +01:00
|
|
|
|
|
|
|
%install
|
2014-07-29 16:48:04 +02:00
|
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
2009-05-28 04:31:27 +02:00
|
|
|
rm -rf %{buildroot}%{_datadir}/locale/en_US@piglatin
|
2011-02-02 01:42:50 +01:00
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/filters/filters.svg.h
|
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/patterns/patterns.svg.h
|
2011-08-04 12:08:18 +02:00
|
|
|
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
# its not really an extension (missing .inx), but a standalone script
|
|
|
|
# avoid perl dependency, same can be achieved with 'cat foo.svg | extensions/embedimage.py'
|
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/extensions/embed_raster_in_svg.pl
|
|
|
|
# only useful for translators
|
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/extensions/genpofiles.sh
|
|
|
|
# ruby port of simplepath.py, which is not used anywhere
|
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/extensions/simplepath.rb
|
|
|
|
# only required on Windows
|
|
|
|
rm -rf %{buildroot}%{_datadir}/inkscape/extensions/print_win32_vector.*
|
|
|
|
|
2014-07-29 16:48:04 +02:00
|
|
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/inkscape/palettes
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2010-06-14 17:13:22 +02:00
|
|
|
%suse_update_desktop_file -N "Inkscape" -G "SVG Vector Illustrator" inkscape
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2011-02-14 01:12:14 +01:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2014-07-29 16:48:04 +02:00
|
|
|
bash %{SOURCE2} %{buildroot}%{_datadir}/inkscape/extensions "%%{_datadir}/inkscape/extensions/"
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
|
2017-10-09 13:42:04 +02:00
|
|
|
sed -i -e "1 s,#! */usr/bin/env python,#!/usr/bin/python2," %{buildroot}%{_datadir}/inkscape/extensions/*.py
|
|
|
|
|
2012-02-28 14:13:17 +01:00
|
|
|
# Localized man pages
|
|
|
|
for man in %{buildroot}%{_mandir}/*/man1/*; do
|
|
|
|
LOCALE=`echo $man | sed "s:.*%{_mandir}/\([^/]*\)/man1/.*:\1:g"`
|
|
|
|
echo "%%lang($LOCALE) %%dir %%{_mandir}/$LOCALE" >> %{name}.man-lang.tmp
|
|
|
|
echo "%%lang($LOCALE) %%dir %%{_mandir}/$LOCALE/man1" >> %{name}.man-lang.tmp
|
|
|
|
echo "%%lang($LOCALE) %%doc /${man##%{buildroot}}*" >> %{name}.man-lang.tmp
|
|
|
|
done
|
|
|
|
sort -u %{name}.man-lang.tmp > %{name}.man-lang
|
|
|
|
rm %{name}.man-lang.tmp
|
2009-05-28 04:31:27 +02:00
|
|
|
%fdupes %{buildroot}
|
2007-01-04 17:23:48 +01:00
|
|
|
|
2011-02-14 01:12:14 +01:00
|
|
|
%if 0%{?suse_version} > 1130
|
2011-02-14 01:12:19 +01:00
|
|
|
|
2011-02-14 01:12:14 +01:00
|
|
|
%post
|
|
|
|
%desktop_database_post
|
|
|
|
%icon_theme_cache_post
|
2011-02-14 01:12:19 +01:00
|
|
|
|
2011-02-14 01:12:14 +01:00
|
|
|
%postun
|
|
|
|
%desktop_database_postun
|
|
|
|
%icon_theme_cache_postun
|
|
|
|
%endif
|
|
|
|
|
2012-02-28 14:13:17 +01:00
|
|
|
# We can't really move the localized manpages to the lang package, since they'd
|
|
|
|
# create a conflict between the lang subpackage and bundles
|
2012-05-22 08:15:58 +02:00
|
|
|
|
2012-02-28 14:13:17 +01:00
|
|
|
%files -f inkscape.lst -f %{name}.man-lang
|
2007-01-04 17:23:48 +01:00
|
|
|
%defattr(-,root,root)
|
2007-01-23 01:18:58 +01:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_datadir}/applications/inkscape.desktop
|
2010-09-06 18:18:55 +02:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/inkscape.png
|
2016-07-28 12:08:31 +02:00
|
|
|
%dir %{_datadir}/appdata
|
|
|
|
%{_datadir}/appdata/inkscape.appdata.xml
|
2007-01-23 01:18:58 +01:00
|
|
|
%dir %{_datadir}/inkscape
|
2008-07-09 18:48:13 +02:00
|
|
|
%{_datadir}/inkscape/[cf-z]*
|
|
|
|
%{_datadir}/inkscape/examples
|
2007-01-23 01:18:58 +01:00
|
|
|
%dir %{_datadir}/inkscape/extensions
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%dir %{_datadir}/inkscape/extensions/ink2canvas
|
2008-07-09 18:48:13 +02:00
|
|
|
%{_datadir}/inkscape/extensions/xaml2svg
|
|
|
|
%{_datadir}/inkscape/extensions/*.xsl*
|
|
|
|
%{_datadir}/inkscape/extensions/colors.xml
|
|
|
|
%{_datadir}/inkscape/extensions/ps2*
|
2009-12-11 17:14:04 +01:00
|
|
|
%{_datadir}/inkscape/extensions/Poly3DObjects/
|
|
|
|
%{_datadir}/inkscape/extensions/alphabet_soup/
|
|
|
|
%{_datadir}/inkscape/extensions/inkweb.js
|
2010-09-06 18:18:55 +02:00
|
|
|
%{_datadir}/inkscape/extensions/jessyInk.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_noclick.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_core_mouseHandler_zoomControl.js
|
|
|
|
%{_datadir}/inkscape/extensions/jessyInk_video.svg
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%{_datadir}/inkscape/extensions/fontfix.conf
|
|
|
|
%{_datadir}/inkscape/extensions/ink2canvas/*
|
|
|
|
%{_datadir}/inkscape/extensions/inkscape.extension.rng
|
2017-01-11 21:31:26 +01:00
|
|
|
%{_datadir}/inkscape/extensions/seamless_pattern.svg
|
|
|
|
%{_datadir}/inkscape/extensions/test
|
|
|
|
%{_datadir}/inkscape/extensions/test/svg
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%{_datadir}/inkscape/attributes/
|
|
|
|
%{_datadir}/inkscape/branding/
|
2007-01-23 01:18:58 +01:00
|
|
|
%doc %{_mandir}/man?/*.*
|
2009-05-28 04:31:27 +02:00
|
|
|
# exclude extensions that go in other packages:
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/Barcode
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/cdr*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/wmf*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/dia*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/fig*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/*gimp*
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/sk*
|
2012-07-22 15:15:58 +02:00
|
|
|
# this one is in extras, manually added there due to large dependencies on ghostscript
|
2012-02-28 14:13:17 +01:00
|
|
|
%exclude %{_datadir}/inkscape/extensions/ps2pdf-ext.py
|
2007-01-04 17:23:48 +01:00
|
|
|
|
2008-07-09 18:48:13 +02:00
|
|
|
%files extensions-extra -f inkscape-extensions-extra.lst
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/inkscape/extensions/Barcode
|
|
|
|
%{_datadir}/inkscape/extensions/cdr*
|
2012-07-22 15:15:58 +02:00
|
|
|
# ps2pdf-ext is a wrapper around ps2pdf binary (part of ghostscript)
|
|
|
|
%{_datadir}/inkscape/extensions/ps2pdf-ext.py
|
2008-07-09 18:48:13 +02:00
|
|
|
%{_datadir}/inkscape/extensions/wmf*
|
2009-12-11 17:14:04 +01:00
|
|
|
# This extensions seems erronous being copied in here too.
|
|
|
|
%exclude %{_datadir}/inkscape/extensions/*gimp*
|
Accepting request 283852 from GNOME:Apps
- Update to version 0.91:
+ Improved performance. The new renderer is significantly faster
on most drawings.
+ OpenMP multithreading for filters.
+ Substantial memory savings.
+ Responsiveness improvements.
+ Rendering bug fixes. The following things now render correctly:
- Pattern fills (no more gaps between tiles, regardless of
transformation).
- Stroke of transformed objects in patterns.
- Patterns containing clipped objects.
- Nested clipping paths.
- Masked and clipped objects with large masks / clipping paths
in Outline view.
- Paths with wide strokes and long miters.
- Fonts.
+ A grayscale display color mode has been added, that shows a
preview of your drawing in grayscale.
+ The tool control bar for the Node Tool features a new dropdown
to insert new nodes on the selected segments extreme values.
+ The Measurement tool is a new feature for the artist to measure
the elements in their drawing.
+ Text size default unit is now points (pt) and is customizable
(px,pt,pc,mm,cm,in,em).
+ Text toolbar shows full list of font style variants for that
font.
+ Files with text in em units read correctly.
+ Font substitution warning dialog.
+ Gradient toolbar enhanced to select and modify gradient stops,
invert, repeat, and link gradients.
OBS-URL: https://build.opensuse.org/request/show/283852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=80
2015-02-06 10:50:07 +01:00
|
|
|
%exclude %{_datadir}/inkscape/extensions/sk*
|
2008-07-09 18:48:13 +02:00
|
|
|
|
|
|
|
%files extensions-dia
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/inkscape/extensions/dia*
|
|
|
|
|
|
|
|
%files extensions-fig
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/inkscape/extensions/fig*
|
|
|
|
|
|
|
|
%files extensions-gimp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
# NOTE: export_gimp_palette* does not depend on gimp, but belongs here logically:
|
|
|
|
%{_datadir}/inkscape/extensions/*gimp*
|
|
|
|
|
|
|
|
%files extensions-skencil
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_datadir}/inkscape/extensions/sk*
|
|
|
|
|
2007-08-09 19:45:56 +02:00
|
|
|
%files lang -f %{name}.lang
|
2014-07-29 16:48:04 +02:00
|
|
|
%defattr(-,root,root)
|
2008-01-12 02:20:15 +01:00
|
|
|
|
2007-03-29 22:18:19 +02:00
|
|
|
%changelog
|