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

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