source: projects/specs/trunk/i/inkscape/inkscape-vl.spec @ 941

Revision 941, 4.3 KB checked in by inagaki, 14 years ago (diff)

updated: ImageMagicj?, libfprint, dvdauthor, inkscape, koffice, pstoedit, xine-lib

Line 
1#define svn 22184
2
3Name:           inkscape
4Summary:        A Vector Drawing Application
5Summary(ja):    ベクトル描画アプリケーション
6Version:        0.47
7Release:        3%{?_dist_release}
8License:        GPL
9Group:          Applications/Graphics
10URL:            http://www.inkscape.org/
11
12Source:         %{name}-%{version}.tar.bz2
13Patch0:         inkscape-poppler-0.12.2.patch
14
15Patch10:        %{name}-22184-vine.patch
16
17BuildRoot:      %{_tmppath}/%{name}-%{version}-root
18BuildRequires: gtk2-devel >= 2.8.0
19BuildRequires: gnome-vfs2-devel >= 2.0.0
20BuildRequires: libxml2-devel >= 2.6.11
21BuildRequires: libxslt-devel >= 1.0.15
22BuildRequires: gc-devel >= 6.4
23BuildRequires: libsigc++-devel >= 2.0.12
24BuildRequires: gtkmm2-devel >= 2.4.0
25BuildRequires: libpng-devel >= 1.2.0
26BuildRequires: perl-XML-Parser
27BuildRequires: lcms-devel >= 1.13
28BuildRequires: poppler-devel
29BuildRequires: pango-devel, cairo-devel
30BuildRequires: gsl-devel
31BuildRequires: libboost-devel
32
33%description
34Inkscape is a SVG based generic vector-drawing program for
35Linux/Unix/Windows/Mac.
36
37%description -l ja
38Inkscape は SVG ベースの汎用ベクトル描画プログラムです。
39Linux/Unix/Windows/Mac で動作します。
40
41%prep
42%setup -q -n %{name}-%{version}
43%patch0 -p1
44%patch10 -p1
45
46%build
47%configure \
48    --with-python \
49    --with-gnome-vfs \
50    --with-inkjar \
51    --enable-lcms \
52    --enable-poppler-cairo
53
54make %{?_smp_mflags}
55
56%install
57rm -rf %{buildroot}
58%makeinstall
59
60%find_lang %{name}
61
62%clean
63rm -rf %{buildroot}
64
65%files -f %{name}.lang
66%defattr(-, root, root)
67%doc AUTHORS COPYING ChangeLog NEWS README
68%{_bindir}/inkscape
69%{_bindir}/inkview
70#%{_libdir}/inkscape
71%{_datadir}/applications/*.desktop
72%{_datadir}/pixmaps/*
73%{_datadir}/inkscape
74%{_mandir}/man1/*
75
76%changelog
77* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.47-3
78- added Patch0 for building with poppler-0.12.2+
79- rebuilt with new toolchain and ImageMagick-6.6.1.5
80- removed BR: libgnomeprint-devel, libgnomeprintui-devel
81
82* Fri Nov 27 2009 Shu KONNO <owa@bg.wakwak.com> 0.47-2
83- rebuild with poppler-0.12.1
84
85* Mon Nov 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-1
86- new upstream release
87- add BR: libboost-devel
88
89* Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.47-0.1.pre2
90- update to 0.47pre2
91- drop obsolete patches
92- add BR: gsl-devel
93
94* Sat Dec 13 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.46-4
95- rebuild with poppler-0.10.2
96
97* Sun Oct 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.46-3
98- add Patch[1-6]
99
100* Sat Aug 23 2008 Shu KONNO <owa@bg.wakwak.com> 0.46-2vl5
101- added inkscape-0.46-poppler-0.8.3.patch
102- spec in utf-8
103- added option %%{?_smp_mflags} at make
104
105* Sun Apr 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.46-1vl5
106- new upstream release
107
108* Fri May 11 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.45.1-0vl2
109- rebuild with new environment/toolchain
110
111* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45.1-0vl1
112- new upstream release
113
114* Sun Mar 11 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.45-0vl2
115- add BuildRequires: lcms-devel >= 1.13, libxslt-devel >= 1.0.15
116- update required version of gtk2-devel
117
118* Sat Feb 10 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.45-0vl1
119- new upstream release
120
121* Sun Sep 24 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.44.1-0vl1
122- new upstream release
123
124* Wed Nov 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.43-0vl1
125- new upstream release
126
127* Tue Aug 23 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.2-0vl1
128- new upstream release
129
130* Mon Aug 22 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42.1-0vl1
131- new upstream release
132
133* Thu Aug 18 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.42-0vl1
134- new upstream release
135
136* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.40-0vl1
137- new upstream release
138- add Japanese summary and description
139- fixed dependancy of libsigc++12 to libsigc++ >= 2.0
140
141* Tue Nov 16 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl2
142- fixed dependancy of libsigc++ to libsigc++12
143- fixed %files section
144
145* Wed Aug 25 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.39-1vl1
146- rebuild for Vine Linux
147- s/Copyright/License/
148- added Requires and BuildRequires
149
150* Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.com>
151- Removing _libdir and TODO, updating description
152
153* Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
154- Fix up the spec file for current release
155
156* Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
157- Update to 0.2.6
158
159* Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
160- Update to 0.2.5
161- Changed SPEC to benefit from macros
Note: See TracBrowser for help on using the repository browser.