source: projects/specs/trunk/g/gimp/gimp-vl.spec @ 8410

Revision 8410, 22.3 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild with poppler-0.24.5

Line 
1%define verdir          v2.8
2%define binver          2.8
3%define subver          2.0
4
5Summary:        The GNU Image Manipulation Program
6Summary(ja):    GNU 画像加工プログラム
7Name:           gimp
8Version:        2.8.10
9Release:        2%{?_dist_release}
10License:        GPL, LGPL
11Group:          Applications/Graphics
12URL:            http://www.gimp.org/
13Source:         ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
14
15Patch0:         gimp-2.8.10-freetype-2.5.x.patch
16Patch10:        gimp-2.0-desktopfile-no-gimp-remote.patch
17
18Patch100:       gimp-2.8.0-gimprc-vine.patch
19
20BuildRoot:      %{_tmppath}/%{name}-%{version}-root
21
22Obsoletes:      gimp-data-min
23Obsoletes:      gimp-libgimp
24
25Requires:       xdg-utils
26
27BuildRequires:  gtk2-devel >= 2.24.10
28BuildRequires:  libpng-devel
29BuildRequires:  libtiff-devel
30BuildRequires:  libjpeg-devel
31BUildRequires:  lcms-devel
32BuildRequires:  librsvg2-devel
33BuildRequires:  aalib-devel
34BuildRequires:  alsa-lib-devel
35BuildRequires:  libexif-devel
36BuildRequires:  gegl-devel >= 0.2.0
37BuildRequires:  poppler-devel >= 0.14.2
38BuildRequires:  curl-devel
39BuildRequires:  libwmf-devel
40BuildRequires:  dbus-glib-devel
41BuildRequires:  gvfs-devel
42BuildRequires:  alsa-lib-devel
43BuildRequires:  python-devel
44BuildRequires:  libXpm-devel
45BuildRequires:  libXmu-devel
46BuildRequires:  pygtk2-devel
47BuildRequires:  libxslt
48BuildRequires:  gtk-doc
49
50Vendor:         Project Vine
51Distribution:   Vine Linux
52Packager:       Takemikaduchi
53
54%description
55The GIMP (GNU Image Manipulation Program) is a powerful image
56composition and editing program, which can be extremely useful for
57creating logos and other graphics for Web pages.  The GIMP has many of
58the tools and filters you would expect to find in similar commercial
59offerings, and some interesting extras as well. The GIMP provides a
60large image manipulation toolbox, including channel operations and
61layers, effects, sub-pixel imaging and anti-aliasing, and conversions,
62all with multi-level undo.
63
64The GIMP includes a scripting facility, but many of the included
65scripts rely on fonts that we cannot distribute.  The GIMP FTP site
66has a package of fonts that you can install by yourself, which
67includes all the fonts needed to run the included scripts.  Some of
68the fonts have unusual licensing requirements; all the licenses are
69documented in the package.  Get
70ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz and
71ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz if you are so
72inclined.  Alternatively, choose fonts which exist on your system
73before running the scripts.
74
75Install the GIMP if you need a powerful image manipulation
76program. You may also want to install other GIMP packages:
77gimp-libgimp if you're going to use any GIMP plug-ins and
78gimp-data-extras, which includes various extra files for the GIMP.
79
80#'
81%description -l ja
82GIMP (GNU 画像処理プログラム)は、ウェブページ用のロゴやその他の画像を
83作る際に役立つ、強力な描画・編集プログラムです。GIMPには、同様の商用
84ソフトにあなたが望むような数多くのツールやフィルタはもとより、いくつ
85かの面白い追加機能も含まれています。GIMPは、チャンネル操作,レイヤー,
86効果,サブピクセル処理,アンチエイリアシング,変換,複数回のアンドゥ
87対応を含む多機能なツールボックスを提供します。
88
89GIMPはスクリプト機能を備えていますが、組み込みスクリプトの多くは我々が
90配布できないフォントに依存しています。GIMPのFTPサイトには、組み込まれ
91たスクリプトを実行するのに必要な全てのフォントを含んだ、ご自分で
92インストールできるフォントのパッケージがあります。いくつかのフォント
93には見慣れないライセンス要件が設定されています。
94(全てのライセンスについてはパッケージ中の文書に記載があります)
95必要な人は
96ftp://ftp.gimp.org/pub/gimp/fonts/freefonts-0.10.tar.gz と
97ftp://ftp.gimp.org/pub/gimp/fonts/sharefonts-0.10.tar.gz から
98取得して下さい。別の手段として、スクリプトの実行前にあなたのシステムに
99既にあるフォントを選んでおく方法があります。
100
101もしあなたが強力な画像処理プログラムを必要としているならば、GIMP を
102インストールして下さい。また、恐らくあなたはその他の GIMP 用パッケージ
103もインストールしたいと思うでしょう。
104(gimp-libgimp : GIMP プラグインを使用する場合に必要。
105gimp-data-extras : GIMP用のさまざまな拡張ファイル。)
106
107%package devel
108Summary: GIMP plugin and extension development kit
109Summary(ja): GIMP プラグイン・拡張機能開発キット
110Group:    Development/Libraries
111Requires: %{name} = %{version}-%{release}
112Requires: gtk2-devel >= 2.4.4, glib2-devel >= 2.4.5
113
114%description devel
115The gimp-devel package contains the static libraries and header files
116for writing GNU Image Manipulation Program (GIMP) plug-ins and
117extensions.
118
119Install gimp-devel if you're going to create plug-ins and/or
120extensions for the GIMP.  You'll also need to install gimp-limpgimp
121and gimp, and you may want to install gimp-data-extras.
122
123%prep
124%setup -q -n %{name}-%{version}
125%patch0 -p1
126%patch100 -p1 -b .gimprc
127
128
129%build
130autoreconf -if
131%configure \
132        --without-print \
133        --without-libmng \
134        --without-webkit \
135        --without-hal \
136        --with-libexif \
137        --with-gvfs \
138        --enable-mp
139
140make %{?_smp_mflags}
141
142
143%install
144rm -rf %{buildroot}
145DESTDIR=$RPM_BUILD_ROOT make install
146
147mkdir -p %{buildroot}%{_datadir}/applications
148cp ./desktop/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
149desktop-file-install --vendor gnome             \
150  --dir %{buildroot}%{_datadir}/applications    \
151  --delete-original                             \
152  --remove-category RasterGraphics              \
153  --add-category GNOME                          \
154  --add-category Application                    \
155  --add-category Graphics                       \
156  %{buildroot}%{_datadir}/applications/%{name}.desktop
157
158ln -sf gimp-%{binver} $RPM_BUILD_ROOT/%{_bindir}/gimp
159ln -sf gimp-remote-%{binver} $RPM_BUILD_ROOT/%{_bindir}/gimp-remote
160ln -sf gimptool-%{subver} $RPM_BUILD_ROOT/%{_bindir}/gimptool
161
162## removed unpacked files
163rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
164rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/modules/*.la
165rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/python/*.la
166# conflict to gimp-print package
167#rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/%{subver}/plug-ins/print
168
169%post
170/sbin/ldconfig
171gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
172
173%postun
174/sbin/ldconfig
175gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
176
177
178%clean
179rm -rf %{buildroot}
180
181%files
182%attr (-, root, man) %doc AUTHORS COPYING ChangeLog HACKING NEWS README
183%attr (-, root, man) %doc README.i18n
184#%attr (-, root, man) %doc docs/*.txt
185%defattr (-, root, root)
186%{_sysconfdir}/%{name}/%{subver}/controllerrc
187%{_sysconfdir}/%{name}/%{subver}/gimprc
188%{_sysconfdir}/%{name}/%{subver}/gtkrc
189%{_sysconfdir}/%{name}/%{subver}/menurc
190%{_sysconfdir}/%{name}/%{subver}/sessionrc
191%{_sysconfdir}/%{name}/%{subver}/templaterc
192%{_sysconfdir}/%{name}/%{subver}/unitrc
193%{_bindir}/*
194%dir %{_libdir}/%{name}/%{subver}/environ
195%dir %{_libdir}/%{name}/%{subver}/modules
196%dir %{_libdir}/%{name}/%{subver}/plug-ins
197%{_libdir}/%{name}/%{subver}/interpreters/default.interp
198%{_libdir}/%{name}/%{subver}/interpreters/pygimp.interp
199%{_libdir}/%{name}/%{subver}/environ/*
200%{_libdir}/%{name}/%{subver}/modules/*.so
201%{_libdir}/%{name}/%{subver}/plug-ins/*
202%{_libdir}/%{name}/%{subver}/python/*
203%{_libdir}/lib*.so.*
204%{_datadir}/appdata/gimp.appdata.xml
205%{_datadir}/applications/*.desktop
206%{_datadir}/icons/hicolor/*/*/%{name}.png
207%dir %{_datadir}/%{name}/%{subver}/
208%{_datadir}/%{name}/%{subver}/brushes
209%{_datadir}/%{name}/%{subver}/dynamics
210%{_datadir}/%{name}/%{subver}/fonts
211%{_datadir}/%{name}/%{subver}/fractalexplorer
212%{_datadir}/%{name}/%{subver}/gfig
213%{_datadir}/%{name}/%{subver}/gflare
214%{_datadir}/%{name}/%{subver}/gimpressionist
215%{_datadir}/%{name}/%{subver}/gradients
216%{_datadir}/%{name}/%{subver}/images/*.png
217%{_datadir}/%{name}/%{subver}/menus
218%{_datadir}/%{name}/%{subver}/palettes
219%{_datadir}/%{name}/%{subver}/patterns
220%{_datadir}/%{name}/%{subver}/scripts
221%{_datadir}/%{name}/%{subver}/tags
222%{_datadir}/%{name}/%{subver}/themes
223%{_datadir}/%{name}/%{subver}/tips
224%{_datadir}/%{name}/%{subver}/tool-presets
225%{_datadir}/%{name}/%{subver}/ui
226%{_datadir}/locale/*
227%{_mandir}/man1/*
228%{_mandir}/man5/*
229
230
231%files devel
232%defattr (-, root, root)
233%{_libdir}/*.so
234%{_includedir}/gimp-%{subver}/libgimp/*.h
235%{_includedir}/gimp-%{subver}/libgimpbase/*.h
236
237        %{_includedir}/gimp-%{subver}/libgimpcolor/*.h
238%{_includedir}/gimp-%{subver}/libgimpconfig/*.h
239%{_includedir}/gimp-%{subver}/libgimpmath/*.h
240%{_includedir}/gimp-%{subver}/libgimpmodule/*.h
241%{_includedir}/gimp-%{subver}/libgimpthumb/*.h
242%{_includedir}/gimp-%{subver}/libgimpwidgets/*.h
243%{_libdir}/pkgconfig/*.pc
244%{_datadir}/aclocal/*.m4
245%{_datadir}/gtk-doc/html/*
246
247
248%changelog
249* Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.10-2
250- rebuild with poppler-0.24.5
251- add Patch0 (gimp-2.8.10-freetype-2.5.x.patch)
252
253* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.10-1
254- new upstream release
255
256* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
257- rebuild with poppler-0.24.2
258
259* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-1
260- new upstream release
261
262* Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.4-1
263- new upstream release
264
265* Tue Aug 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
266- new upstream release
267
268* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
269- new upstream release
270- update Patch100 (gimp-2.8.0-gimprc-vine.patch)
271
272* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-2
273- rebuild with poppler-0.18.4
274
275* Thu Feb 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-1
276- new upstream release
277- remove Patch0
278
279* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-6
280- remove BuildRequires: hal-devel
281- add configure option (--without-hal)
282- update Patch0 (gimp-2.6-git20120103.patch)
283- add BuildRequires: dbus-glib-devel, libxslt
284
285* Wed Sep 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-5
286- add Patch0 (gimp-2.6-git20110825.patch)
287  (including security fix for CVE-2010-4540,4541,4542,4543 and CVE-2011-1782,2896)
288- remove Patch21,22
289
290* Wed Apr 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-4
291- add Patch21 (05_CVE-2010-454x.patch) from debian
292  (including security fix for CVE-2010-4540,4541,4542)
293- add Patch22 (06_CVE-2010-4543.patch) from debian
294  (including security fix for CVE-2010-4543)
295
296* Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-3
297- update Patch100 to use xdg-open instead of htmlview
298- add R: xdg-utils, remove R: htmlview
299
300* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.11-2
301- rebuilt with poppler-0.16.3
302
303* Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-1
304- new upstream release
305
306* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-3
307- rebuild with poppler-0.14.2
308
309* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-2
310- rebuild with rpm-4.8.1 for pkg-config file
311
312* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
313- new upstream release
314
315* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-2
316- rebuild with gegl-0.1.2
317
318* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-1
319- new upstream release
320- add BuildRequires: python-devel, libXpm, libXmu, pygtk2-devel
321
322* Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-1
323- new upstream release
324
325* Fri May 29 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.6-3
326- rebuilt
327
328* Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-2
329- add --without-webkit --with-gvfs
330- add BR: poppler-devel, curl-devel, libwmf-devel, hal-devel,
331          dbus-devel, gvfs-devel, alsa-lib-devel
332
333* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-1
334- new upstream release
335
336* Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.6.3-2
337- rebuild with poppler-0.10.2
338
339* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-1
340- new upstream release
341
342* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-1
343- new upstream release
344
345* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1
346- new upstream release
347
348* Tue Oct 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-1
349- new upstream release
350- add BR: gegl-devel
351
352* Mon Aug 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.7-1vl5
353- updated gimp to 2.4.7
354- set binver macro to 2.4
355- updated gimp-2.2.17-gimprc-vine.patch to 2.4.7
356- dropt gimp-2.0-desktopfile-no-gimp-remote.patch
357- changed option in %%configure
358        - dropt --disable-python
359        - dropt --disable-perl
360        - added --disable-print, instead of --without-print
361- applied new versioning policy, spec in utf-8
362
363* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl3
364- updated Patch100
365- rebuilt with librsvg2-2.18.2
366
367* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl2
368- added Patch100 for using internal browser <BTS:545>
369
370* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl1
371- new upstream release
372
373* Thu Apr 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.14-0vl1
374- new upstream release
375- build with libexif, add BuildRequires: libexif-devel
376
377* Fri Dec 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.13-0vl1
378- new upstream release
379- add Requires: %%{name} = %%{version}-%%{release} to -devel package
380- add BuildRequires:
381        libpng-devel, libtiff-devel, libjpeg-devel, lcms-devel,
382        librsvg2-devel, aalib-devel, gtkhtml2-devel, alsa-lib-devel
383
384* Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.12-0vl2
385- rebuilt without libwmf-devel
386
387* Sun Jul  9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.12-0vl1
388- new upstream release
389
390* Sun Apr 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.11-0vl1
391- new upstream release
392- updated BuildRequires
393
394* Thu Jan  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl1
395- new upstream release
396
397* Mon Nov 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl2
398- remove libwmf dependency
399
400* Thu Nov 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl1
401- new upstream release
402
403* Mon Oct  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.8-0vl1
404- new upstream release
405- added Japanese translation catalogue from CVS
406
407* Mon May 16 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl3
408- 2.2.7-0vl2's packager is not Suzuki-san but Inagaki-san. Fixed.
409- release number conflict - increased release number
410  - Wed May 11 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl2
411  - rebuilt to fix unwanted dependencies with lcms (ppc only)
412
413* Sun May 15 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.7-0vl2
414- added --without-libexif option to %configue
415- added %{_includedir}/gimp-%{subver}/libgimpthumb/*.h to devel
416- changed devel package Group to Development/Libraries
417
418* Tue May 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.7-0vl1
419- new upstream release
420
421* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl2
422- rebuild without alsa-lib
423
424* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl1
425- new upstream release
426- fixed broken symlinks to gimptool
427
428* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
429- remove alsa-lib dependency
430
431* Sat Mar 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
432- new upstream release
433
434* Tue Jan 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
435- new upstream release
436
437* Wed Dec 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
438- new upstream release
439
440* Thu Nov 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl2
441- rebuild with new environment
442
443* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl1
444- new upstream release
445
446* Mon Sep 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.5-0vl1
447- new upstream release
448
449* Sun Aug 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.4-0vl1
450- new upstream release
451
452* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.3-0vl1
453- new upstream release
454
455* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl2
456- added BuildRequires: libart_lgpl-devel
457
458* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl1
459- new upstream release
460
461* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
462- new upstream release
463
464* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl2
465- remove obsolete po/ja.po and po-libgimp/ja.po
466- update po-script-fu/ja.po
467
468* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl1
469- new upstream release
470
471* Mon Mar  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre4
472- new upstream release
473- modify desktop file to exec "gimp" instead of "gimp-remote-version"
474- do not build/install static libs
475
476* Tue Feb 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre3
477- new upstream release
478
479* Tue Jan 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre2
480- new upstream release
481
482* Sun Sep 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.20-0vl1
483- new upstream release
484
485* Sun Sep 14 2003 KAZUKI SHIMURA <rito@pos.to> 1.3.19-0vl4
486- rebuild with --without-libmng
487
488* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl3
489- update ja.po
490
491* Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl2
492- add missing files..
493
494* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl1
495- new upstream release
496
497* Sun Aug 03 2003 Satoshi MACHINO <machino@vinelinux.org> 1.3.14-0vl5
498- rebuilt without libmng-devel
499
500* Sat Jun 21 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.14-0vl4
501- rebuilt
502
503* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl3
504- rebuilt
505
506* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl2
507- rebuilt
508
509* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl1
510- new upstream release
511
512* Fri Apr 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.13-0vl1
513- new upstream release
514
515* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl2
516- fixed Requires for -devel package.
517
518* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl1
519- new upstream release
520- this is experimental package for gnome2
521
522* Mon Mar 04 2002 Toru Sagami <sagami@vinelinux.org> 1.2.3-0vl2
523- include missing -1.2 man pages
524
525* Sat Feb 16 2002 Jun Nishii <jun@vinelinux.org> 1.2.3-0vl1
526- ver.up
527
528* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
529- rebuild on XFree86-3.3.6
530
531* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
532- FIX: Requires: %%{name} = %%{version} for devel subpackage
533
534* Fri Dec 21 2001 Toru Sagami <sagami@vinelinux.org> 1.2.2-0vl4
535- quit replacing gimp-std-plugins.ja.po on our glibc22 system
536- Requires: %%{name}-%%{version} for devel subpackage
537- freshen gimp-help-ja as of 1120
538
539* Tue Sep 04 2001 Toru Sagami <sagami@vinelinux.org>
540- 1.2.2-0vl3: freshen gimp-help-ja as of 0903
541- enable pre script and make it work for upgrading to symlink from directory
542- let pre/triggres scripts exit 0
543
544* Fri Aug 31 2001 <shom@vinelinux.org> 1.2.2-0vl2
545- add all BuildPrereq
546- change help-ja location (dir:help/{C,ja}
547symlink:help/{en,en_US,ja,ja_JP,ja_JP.eucJP})
548- add helpbrowser setlocale patch (Patch0)
549- add %pre (for invalid symlinks, dirs in 1.2.2-0vl1 and help-ja)
550
551* Thu Aug 16 2001 <sagami@vinelinux.org>
552- 1.2.2-0vl1
553- FIXME: revive gimp-std-plugins.ja.po to prevent NLS error.
554- tweaked spec around installing help-ja (install files into "en", not "c")
555- %%triggerpostun to cope with obsoleted gimp-help-ja uninstallation
556
557* Thu Aug 16 2001 Masaki Shinomiya <shino@pos.to>
558- Include Japanese help 0729
559- Requires: gtk+ version >= 1.2.8
560
561* Fri Aug 03 2001 <sagami@vinelinux.org>
562- 1.2.2-0vl0: updated to release 1.2.2
563- move gimptool.1 to devel subpackage and eliminate ABOUT-NLS from %%doc
564
565* Fri May 25 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
566- 1.2.1-0vl3
567- rebuilt with glib/gtk = 1.2.10
568
569* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
570- fixed files section so as not to own mandir itself
571
572* Tue Jan 23 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
573- 1.2.1-0vl1
574
575* Sat Jan 13 2001 Jun Nishii <jun@vinelinux.org>
576- 1.2.0-0vl2
577- fix Group of gimp-lib
578- remove screenshot.patch because the bug seems to be fixed.
579- optimize by -O2
580
581* Fri Dec 29 2000 Yoichi Imai <yoichi@silver-forest.com>
582- 1.2.0-0vl1
583- removed strip
584- removed fontset patch, gimp-std-plugins.ja.po
585- used %{_.*?dir}
586- added some path of files
587
588* Tue Oct 17 2000 Jun Nishii <jun@vinelinux.org>
589- 1.1.27-0vl2
590- added gimp-1.1.23-screenshot.patch
591
592* Sun Oct  8 2000 Jun Nishii <jun@vinelinux.org>
593- 1.1.27-0vl1
594- guash 2.3.0
595
596* Tue Sep 12 2000 Jun Nishii <jun@vinelinux.org>
597- 1.1.25-0vl1
598- obsoletes /etc/X11/wmconfig
599
600* Mon Jun 26 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
601- updated to 1.1.24
602- added gimp-std-plugins.ja.po to prevent NLS error for the temporary.
603
604* Thu Jun  1 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
605- updated to 1.1.23
606
607* Mon Apr 24 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
608- updated to 1.1.20
609- added /usr/bin/gimptool to devel.
610
611* Tue Apr  4 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
612- updated to 1.1.19
613
614* Sat Mar 25 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
615- added GIMP.desktop file
616
617* Mon Mar 6 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
618- updated to 1.1.18
619
620* Mon Feb 14 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
621- updated to 1.1.17
622
623* Fri Feb 11 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
624- updated to 1.1.16
625- remove unnecessary patches and sources (hack_jp,  Success, GrayScale, ja.po)
626- added guash plug-ins
627
628* Sat Jan 22 2000 Jun Nishii <jun@vinelinux.org>
629- 1.1.15-0vl2
630- rebuild to avoid esxtra dependency for Vine Linux 2.0
631
632* Wed Jan 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
633- gimp-1.1.15
634- modified Success patch and hack_jp patch for 1.1.15
635
636* Tue Dec 21 1999 Jun Nishii <jun@vinelinux.org>
637- gimp-1.1.14
638
639* Sun Nov 28 1999 Jun NISHII <jun@vinelinux.org>
640- plugins.patch
641
642* Sat Nov 27 1999 Jun NISHII <jun@vinelinux.org>
643- gimp-1.1.13
644- merge patch from ftp://ftp.tba.org.tohoku.ac.jp/pub/gimp/
645
646* Thu Nov 25 1999 Jun NISHII <jun@vinelinux.org>
647- merge many jp patches
648
649* Mon Oct 25 1999 Jun Nishii <jun@vinelinux.org>
650- added defattr for vine-devel
651
652* Sat Oct 23 1999 Jun Nishii <jun@vinelinux.org>
653- merge fontset patch from gimp-ML
654
655* Sun Oct 17 1999 Jun Nishii <jun@vinelinux.org>
656- 1.1.10
657- separate gimp and gimpe-libgimp again
658
659* Fri Aug 6 1999 Jun Nishii <jun@vinelinux.org>
660- 1.1.7
661- build without threads and mp suppored to get stability
662
663* Fri Jul 30 1999 Jun Nishii <jun@vinelinux.org>
664- build with threads and mp suppored
665- merge gimp and gimp-libgimp
666
667* Thu Jun 10 1999 Toru Hoshina <hoshina@best.com>
668- Added spline patch, because I love SOTA chrome logo :-)
669
670* Wed Mar 10 1999 Tsutomu Yasuda <_tom_@sf.airnet.ne.jp>
671- First release
Note: See TracBrowser for help on using the repository browser.