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

Revision 8771, 22.4 KB checked in by Takemikaduchi, 10 years ago (diff)

poppler-0.26.2

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:        3%{?_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* Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.10-3
250- rebuild with poppler-0.26.2
251
252* Sat May 03 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.10-2
253- rebuild with poppler-0.24.5
254- add Patch0 (gimp-2.8.10-freetype-2.5.x.patch)
255
256* Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.10-1
257- new upstream release
258
259* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-2
260- rebuild with poppler-0.24.2
261
262* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-1
263- new upstream release
264
265* Sun Mar 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.4-1
266- new upstream release
267
268* Tue Aug 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.2-1
269- new upstream release
270
271* Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
272- new upstream release
273- update Patch100 (gimp-2.8.0-gimprc-vine.patch)
274
275* Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-2
276- rebuild with poppler-0.18.4
277
278* Thu Feb 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.12-1
279- new upstream release
280- remove Patch0
281
282* Sat Jan 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-6
283- remove BuildRequires: hal-devel
284- add configure option (--without-hal)
285- update Patch0 (gimp-2.6-git20120103.patch)
286- add BuildRequires: dbus-glib-devel, libxslt
287
288* Wed Sep 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-5
289- add Patch0 (gimp-2.6-git20110825.patch)
290  (including security fix for CVE-2010-4540,4541,4542,4543 and CVE-2011-1782,2896)
291- remove Patch21,22
292
293* Wed Apr 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-4
294- add Patch21 (05_CVE-2010-454x.patch) from debian
295  (including security fix for CVE-2010-4540,4541,4542)
296- add Patch22 (06_CVE-2010-4543.patch) from debian
297  (including security fix for CVE-2010-4543)
298
299* Fri Apr 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.11-3
300- update Patch100 to use xdg-open instead of htmlview
301- add R: xdg-utils, remove R: htmlview
302
303* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.6.11-2
304- rebuilt with poppler-0.16.3
305
306* Sat Oct 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-1
307- new upstream release
308
309* Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-3
310- rebuild with poppler-0.14.2
311
312* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-2
313- rebuild with rpm-4.8.1 for pkg-config file
314
315* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.10-1
316- new upstream release
317
318* Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-2
319- rebuild with gegl-0.1.2
320
321* Sun Mar 14 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.8-1
322- new upstream release
323- add BuildRequires: python-devel, libXpm, libXmu, pygtk2-devel
324
325* Mon Aug 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.7-1
326- new upstream release
327
328* Fri May 29 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.6.6-3
329- rebuilt
330
331* Sat Apr 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-2
332- add --without-webkit --with-gvfs
333- add BR: poppler-devel, curl-devel, libwmf-devel, hal-devel,
334          dbus-devel, gvfs-devel, alsa-lib-devel
335
336* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp>  2.6.6-1
337- new upstream release
338
339* Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.6.3-2
340- rebuild with poppler-0.10.2
341
342* Sat Nov 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-1
343- new upstream release
344
345* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-1
346- new upstream release
347
348* Thu Oct 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-1
349- new upstream release
350
351* Tue Oct 07 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-1
352- new upstream release
353- add BR: gegl-devel
354
355* Mon Aug 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.4.7-1vl5
356- updated gimp to 2.4.7
357- set binver macro to 2.4
358- updated gimp-2.2.17-gimprc-vine.patch to 2.4.7
359- dropt gimp-2.0-desktopfile-no-gimp-remote.patch
360- changed option in %%configure
361        - dropt --disable-python
362        - dropt --disable-perl
363        - added --disable-print, instead of --without-print
364- applied new versioning policy, spec in utf-8
365
366* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl3
367- updated Patch100
368- rebuilt with librsvg2-2.18.2
369
370* Sat Sep  8 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl2
371- added Patch100 for using internal browser <BTS:545>
372
373* Fri Aug 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.17-0vl1
374- new upstream release
375
376* Thu Apr 19 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.14-0vl1
377- new upstream release
378- build with libexif, add BuildRequires: libexif-devel
379
380* Fri Dec 01 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.13-0vl1
381- new upstream release
382- add Requires: %%{name} = %%{version}-%%{release} to -devel package
383- add BuildRequires:
384        libpng-devel, libtiff-devel, libjpeg-devel, lcms-devel,
385        librsvg2-devel, aalib-devel, gtkhtml2-devel, alsa-lib-devel
386
387* Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.12-0vl2
388- rebuilt without libwmf-devel
389
390* Sun Jul  9 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.12-0vl1
391- new upstream release
392
393* Sun Apr 16 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.11-0vl1
394- new upstream release
395- updated BuildRequires
396
397* Thu Jan  5 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl1
398- new upstream release
399
400* Mon Nov 21 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl2
401- remove libwmf dependency
402
403* Thu Nov 10 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.9-0vl1
404- new upstream release
405
406* Mon Oct  3 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.8-0vl1
407- new upstream release
408- added Japanese translation catalogue from CVS
409
410* Mon May 16 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl3
411- 2.2.7-0vl2's packager is not Suzuki-san but Inagaki-san. Fixed.
412- release number conflict - increased release number
413  - Wed May 11 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.7-0vl2
414  - rebuilt to fix unwanted dependencies with lcms (ppc only)
415
416* Sun May 15 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.7-0vl2
417- added --without-libexif option to %configue
418- added %{_includedir}/gimp-%{subver}/libgimpthumb/*.h to devel
419- changed devel package Group to Development/Libraries
420
421* Tue May 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.7-0vl1
422- new upstream release
423
424* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl2
425- rebuild without alsa-lib
426
427* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.6-0vl1
428- new upstream release
429- fixed broken symlinks to gimptool
430
431* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl2
432- remove alsa-lib dependency
433
434* Sat Mar 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.4-0vl1
435- new upstream release
436
437* Tue Jan 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2-0vl1
438- new upstream release
439
440* Wed Dec 22 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
441- new upstream release
442
443* Thu Nov 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl2
444- rebuild with new environment
445
446* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.6-0vl1
447- new upstream release
448
449* Mon Sep 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.5-0vl1
450- new upstream release
451
452* Sun Aug 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.4-0vl1
453- new upstream release
454
455* Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.3-0vl1
456- new upstream release
457
458* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl2
459- added BuildRequires: libart_lgpl-devel
460
461* Thu Jun 17 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-0vl1
462- new upstream release
463
464* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.1-0vl1
465- new upstream release
466
467* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl2
468- remove obsolete po/ja.po and po-libgimp/ja.po
469- update po-script-fu/ja.po
470
471* Wed Mar 24 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.0-0vl1
472- new upstream release
473
474* Mon Mar  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre4
475- new upstream release
476- modify desktop file to exec "gimp" instead of "gimp-remote-version"
477- do not build/install static libs
478
479* Tue Feb 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre3
480- new upstream release
481
482* Tue Jan 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl0.pre2
483- new upstream release
484
485* Sun Sep 14 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.20-0vl1
486- new upstream release
487
488* Sun Sep 14 2003 KAZUKI SHIMURA <rito@pos.to> 1.3.19-0vl4
489- rebuild with --without-libmng
490
491* Tue Sep 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl3
492- update ja.po
493
494* Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl2
495- add missing files..
496
497* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.19-0vl1
498- new upstream release
499
500* Sun Aug 03 2003 Satoshi MACHINO <machino@vinelinux.org> 1.3.14-0vl5
501- rebuilt without libmng-devel
502
503* Sat Jun 21 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.3.14-0vl4
504- rebuilt
505
506* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl3
507- rebuilt
508
509* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl2
510- rebuilt
511
512* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.14-0vl1
513- new upstream release
514
515* Fri Apr 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.13-0vl1
516- new upstream release
517
518* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl2
519- fixed Requires for -devel package.
520
521* Thu Jan  9 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.11-0vl1
522- new upstream release
523- this is experimental package for gnome2
524
525* Mon Mar 04 2002 Toru Sagami <sagami@vinelinux.org> 1.2.3-0vl2
526- include missing -1.2 man pages
527
528* Sat Feb 16 2002 Jun Nishii <jun@vinelinux.org> 1.2.3-0vl1
529- ver.up
530
531* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
532- rebuild on XFree86-3.3.6
533
534* Thu Jan 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl5
535- FIX: Requires: %%{name} = %%{version} for devel subpackage
536
537* Fri Dec 21 2001 Toru Sagami <sagami@vinelinux.org> 1.2.2-0vl4
538- quit replacing gimp-std-plugins.ja.po on our glibc22 system
539- Requires: %%{name}-%%{version} for devel subpackage
540- freshen gimp-help-ja as of 1120
541
542* Tue Sep 04 2001 Toru Sagami <sagami@vinelinux.org>
543- 1.2.2-0vl3: freshen gimp-help-ja as of 0903
544- enable pre script and make it work for upgrading to symlink from directory
545- let pre/triggres scripts exit 0
546
547* Fri Aug 31 2001 <shom@vinelinux.org> 1.2.2-0vl2
548- add all BuildPrereq
549- change help-ja location (dir:help/{C,ja}
550symlink:help/{en,en_US,ja,ja_JP,ja_JP.eucJP})
551- add helpbrowser setlocale patch (Patch0)
552- add %pre (for invalid symlinks, dirs in 1.2.2-0vl1 and help-ja)
553
554* Thu Aug 16 2001 <sagami@vinelinux.org>
555- 1.2.2-0vl1
556- FIXME: revive gimp-std-plugins.ja.po to prevent NLS error.
557- tweaked spec around installing help-ja (install files into "en", not "c")
558- %%triggerpostun to cope with obsoleted gimp-help-ja uninstallation
559
560* Thu Aug 16 2001 Masaki Shinomiya <shino@pos.to>
561- Include Japanese help 0729
562- Requires: gtk+ version >= 1.2.8
563
564* Fri Aug 03 2001 <sagami@vinelinux.org>
565- 1.2.2-0vl0: updated to release 1.2.2
566- move gimptool.1 to devel subpackage and eliminate ABOUT-NLS from %%doc
567
568* Fri May 25 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
569- 1.2.1-0vl3
570- rebuilt with glib/gtk = 1.2.10
571
572* Mon Feb 05 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
573- fixed files section so as not to own mandir itself
574
575* Tue Jan 23 2001 Toru Sagami <czs14350@mb.infoweb.ne.jp>
576- 1.2.1-0vl1
577
578* Sat Jan 13 2001 Jun Nishii <jun@vinelinux.org>
579- 1.2.0-0vl2
580- fix Group of gimp-lib
581- remove screenshot.patch because the bug seems to be fixed.
582- optimize by -O2
583
584* Fri Dec 29 2000 Yoichi Imai <yoichi@silver-forest.com>
585- 1.2.0-0vl1
586- removed strip
587- removed fontset patch, gimp-std-plugins.ja.po
588- used %{_.*?dir}
589- added some path of files
590
591* Tue Oct 17 2000 Jun Nishii <jun@vinelinux.org>
592- 1.1.27-0vl2
593- added gimp-1.1.23-screenshot.patch
594
595* Sun Oct  8 2000 Jun Nishii <jun@vinelinux.org>
596- 1.1.27-0vl1
597- guash 2.3.0
598
599* Tue Sep 12 2000 Jun Nishii <jun@vinelinux.org>
600- 1.1.25-0vl1
601- obsoletes /etc/X11/wmconfig
602
603* Mon Jun 26 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
604- updated to 1.1.24
605- added gimp-std-plugins.ja.po to prevent NLS error for the temporary.
606
607* Thu Jun  1 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
608- updated to 1.1.23
609
610* Mon Apr 24 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
611- updated to 1.1.20
612- added /usr/bin/gimptool to devel.
613
614* Tue Apr  4 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
615- updated to 1.1.19
616
617* Sat Mar 25 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
618- added GIMP.desktop file
619
620* Mon Mar 6 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
621- updated to 1.1.18
622
623* Mon Feb 14 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
624- updated to 1.1.17
625
626* Fri Feb 11 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
627- updated to 1.1.16
628- remove unnecessary patches and sources (hack_jp,  Success, GrayScale, ja.po)
629- added guash plug-ins
630
631* Sat Jan 22 2000 Jun Nishii <jun@vinelinux.org>
632- 1.1.15-0vl2
633- rebuild to avoid esxtra dependency for Vine Linux 2.0
634
635* Wed Jan 19 2000 Yasuyuki Furukawa <furukawa@vinelinux.org>
636- gimp-1.1.15
637- modified Success patch and hack_jp patch for 1.1.15
638
639* Tue Dec 21 1999 Jun Nishii <jun@vinelinux.org>
640- gimp-1.1.14
641
642* Sun Nov 28 1999 Jun NISHII <jun@vinelinux.org>
643- plugins.patch
644
645* Sat Nov 27 1999 Jun NISHII <jun@vinelinux.org>
646- gimp-1.1.13
647- merge patch from ftp://ftp.tba.org.tohoku.ac.jp/pub/gimp/
648
649* Thu Nov 25 1999 Jun NISHII <jun@vinelinux.org>
650- merge many jp patches
651
652* Mon Oct 25 1999 Jun Nishii <jun@vinelinux.org>
653- added defattr for vine-devel
654
655* Sat Oct 23 1999 Jun Nishii <jun@vinelinux.org>
656- merge fontset patch from gimp-ML
657
658* Sun Oct 17 1999 Jun Nishii <jun@vinelinux.org>
659- 1.1.10
660- separate gimp and gimpe-libgimp again
661
662* Fri Aug 6 1999 Jun Nishii <jun@vinelinux.org>
663- 1.1.7
664- build without threads and mp suppored to get stability
665
666* Fri Jul 30 1999 Jun Nishii <jun@vinelinux.org>
667- build with threads and mp suppored
668- merge gimp and gimp-libgimp
669
670* Thu Jun 10 1999 Toru Hoshina <hoshina@best.com>
671- Added spline patch, because I love SOTA chrome logo :-)
672
673* Wed Mar 10 1999 Tsutomu Yasuda <_tom_@sf.airnet.ne.jp>
674- First release
Note: See TracBrowser for help on using the repository browser.