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

Revision 9825, 22.7 KB checked in by Takemikaduchi, 8 years ago (diff)

new upstream release

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