gimp-vl.spec 24 KB

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