ImageMagick-vl.spec 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. # ImageMagick has adopted a new Version.Patchlevel version numbering system...
  2. # 6.2.9.7 is actually version 6.2.9, Patchlevel 0.
  3. %define VER 6.9.12
  4. %define Patchlevel 30
  5. Name: ImageMagick
  6. Summary: X application for displaying and manipulating images.
  7. Summary(ja): 画像ファイルの表示/処理を行う X のアプリケーション
  8. %if "%{Patchlevel}" != ""
  9. Version: %{VER}.%{Patchlevel}
  10. %else
  11. Version: %{VER}
  12. %endif
  13. Release: 1%{?_dist_release}
  14. Group: graphics
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: inagaki, iwamoto
  18. License: freeware
  19. URL: https://legacy.imagemagick.org/
  20. %if "%{Patchlevel}" != ""
  21. Source: https://imagemagick.org/download/ImageMagick-%{VER}-%{Patchlevel}.tar.xz
  22. %else
  23. Source: https://imagemagick.org/download/ImageMagick-%{version}.tar.xz
  24. %endif
  25. #Patch1: ImageMagick-6.2.9-CVE-2006-5456_2007-0770.patch
  26. Buildroot: %{_tmppath}/%{name}-%{version}-root
  27. BuildRequires: bzip2-devel
  28. BuildRequires: cairo-devel
  29. BuildRequires: pango-devel
  30. BuildRequires: freetype2-devel >= 2.1.7
  31. BuildRequires: fontconfig-devel
  32. BuildRequires: giflib-devel
  33. BuildRequires: graphviz-devel
  34. BuildRequires: lcms2-devel
  35. BuildRequires: libjpeg-turbo-devel
  36. BuildRequires: libpng-devel >= 1.2.5
  37. BuildRequires: librsvg2-devel
  38. BuildRequires: libtiff-devel
  39. BuildRequires: libwebp-devel
  40. BuildRequires: libxml2-devel
  41. BuildRequires: libSM-devel
  42. BuildRequires: libX11-devel
  43. BuildRequires: libXext-devel
  44. BuildRequires: OpenEXR-devel
  45. BuildRequires: perl
  46. BuildRequires: xorg-x11-server-utils
  47. BuildRequires: zlib-devel
  48. BuildRequires: libXt-devel
  49. BuildRequires: xz-devel
  50. BuildRequires: xz-lzma-compat
  51. BuildRequires: libtool-ltdl-devel
  52. Requires: bzip2
  53. Requires: freetype2
  54. Requires: giflib
  55. Requires: graphviz
  56. Requires: lcms2
  57. Requires: libjpeg-turbo
  58. Requires: libpng
  59. Requires: libtiff
  60. Requires: libxml2
  61. Requires: OpenEXR-libs
  62. Requires: xorg-x11-server-utils
  63. Requires: zlib
  64. %description
  65. ImageMagick(TM) is an image display and manipulation tool for the X
  66. Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF,
  67. and Photo CD image formats. It can resize, rotate, sharpen, color
  68. reduce, or add special effects to an image, and when finished you can
  69. either save the completed work in the original format or a different
  70. one. ImageMagick also includes command line programs for creating
  71. animated or transparent .gifs, creating composite images, creating
  72. thumbnail images, and more.
  73. ImageMagick is one of your choices if you need a program to manipulate
  74. and dis play images. If you want to develop your own applications
  75. which use ImageMagick code or APIs, you need to install
  76. ImageMagick-devel as well.
  77. %description -l ja
  78. ImageMagick(TM) は X ウィンドウシステム用の画像表示/処理ツールです.
  79. ImageMagick が読み書き出来る画像形式には JPEG, TIFF, PNM, GIF, Photo CD
  80. イメージ型式等があります.また画像のリサイズ,回転,シャープ化,減色が
  81. 出来ますし,画像に対してイフェクトをかけることも出来ます.変更した画像は
  82. オリジナルと同じ画像形式ででも,異なる画像形式にでも保存することが出来ます.
  83. また ImageMagick にはアニメーション GIF や透過 GIF の作成,画像の合成,
  84. サムネール画像の作成 等々を行うコマンドラインプログラムも含まれています.
  85. 画像ファイルの表示/処理を行う為の幾多のプログラムが必要ならば,ImageMagick
  86. も選択肢の一つとなるでしょう.また,ImageMagick のコードや API を使った
  87. アプリケーションを開発したい場合は,ImageMagick-devel パッケージも同時に
  88. インストールして下さい.
  89. %package devel
  90. Summary: Static libraries and header files for ImageMagick app development.
  91. Summary(ja): ImageMagick アプリケーション開発用ライブラリ/ヘッダファイル
  92. Group: programming
  93. Requires: ImageMagick = %{version}-%{release}
  94. %description devel
  95. Image-Magick-devel contains the static libraries and header files you'll
  96. need to develop ImageMagick applications. ImageMagick is an image
  97. manipulation program.
  98. If you want to create applications that will use ImageMagick code or
  99. APIs, you need to install ImageMagick-devel as well as ImageMagick.
  100. You do noy need to install it if you just want to use ImageMagick,
  101. however.
  102. %description devel -l ja
  103. ImageMagick-devel にはスタティックライブラリとヘッダファイルが収められており,
  104. これらは ImageMagick アプリケーションの開発の際に必要となります.
  105. ImageMagick は画像処理プログラムです.
  106. ImageMagick のコードや API を使ったアプリケーションを作りたい場合には,
  107. この ImageMagick-devel パッケージを ImageMagick パッケージと共にインストール
  108. する必要があります.単に ImageMagick を使いたいだけならば,devel パッケージは
  109. インストールする必要はありません.
  110. %package c++
  111. Summary: ImageMagick Magick++ library (C++ bindings)
  112. Summary(ja): ImageMagick Magick++ ライブラリ (C++ バインディング)
  113. Group: system
  114. Requires: ImageMagick = %{version}-%{release}
  115. %description c++
  116. This package contains the Magick++ library, a C++ binding to the ImageMagick
  117. graphics manipulation library.
  118. Install ImageMagick-c++ if you want to use any applications that use Magick++.
  119. %description c++ -l ja
  120. このパッケージには Magick++ ライブラリが収められています.
  121. Magick++ とは ImageMagick ライブラリの C++ バインディングです.
  122. Magick++ を使ったアプリケーションを利用する際には ImageMagick-c++
  123. パッケージをインストールして下さい.
  124. %package c++-devel
  125. Summary: C++ bindings for the ImageMagick library
  126. Summary(ja): ImageMagick ライブラリの C++ バインディング
  127. Group: programming
  128. Requires: ImageMagick = %{version}-%{release}
  129. Requires: ImageMagick-c++ = %{version}-%{release}
  130. Requires: ImageMagick-devel = %{version}-%{release}
  131. %description c++-devel
  132. ImageMagick-devel contains the static libraries and header files you'll
  133. need to develop ImageMagick applications using the Magick++ C++ bindings.
  134. ImageMagick is an image manipulation program.
  135. If you want to create applications that will use Magick++ code
  136. or APIs, you'll need to install ImageMagick-c++-devel, ImageMagick-devel and
  137. ImageMagick.
  138. You don't need to install it if you just want to use ImageMagick, or if you
  139. want to develop/compile applications using the ImageMagick C interface,
  140. however.
  141. %description c++-devel -l ja
  142. ImageMagick-c++-devel には Magick++ C++ バインディングを使った
  143. ImageMagick アプリケーション開発に必要なスタティックライブラリと
  144. ヘッダファイルが収められています.ImageMagick とは画像処理プログラムです.
  145. Magick++ コードや API を使ったアプリケーションを開発する場合は,
  146. ImageMagick-c++-devel, ImageMagick-devel, ImageMagick パッケージを
  147. インストールする必要があります.
  148. ImageMagick プログラムを使うだけの場合,あるいは ImageMagick C インタフェース
  149. を使ってアプリケーション開発を行う場合は,ImageMagick-c++-devel パッケージは
  150. インストールする必要はありません.
  151. %package -n perl-Image-Magick
  152. Summary: ImageMagick perl bindings
  153. Summary(ja): ImageMagick の Perl バインディング
  154. Group: programming
  155. Requires: ImageMagick = %{version}-%{release}
  156. Requires: perl >= 2:5.34.0
  157. Obsoletes: ImageMagick-perl < %{version}-%{release}
  158. Provides: ImageMagick-perl = %{version}-%{release}
  159. %description -n perl-Image-Magick
  160. Perl bindings to ImageMagick.
  161. Install ImageMagick-perl if you want to use any perl scripts that use
  162. ImageMagick.
  163. %description -n perl-Image-Magick -l ja
  164. このパッケージは ImageMagick の Perl バインディングです.
  165. ImageMagick を利用する perl スクリプトを使いたい場合は
  166. ImageMagick-perl パッケージをインストールして下さい.
  167. %debug_package
  168. %prep
  169. %setup -q -n %{name}-%{VER}-%{Patchlevel}
  170. #patch1 -p1 -b .CVE-2006-5456
  171. %build
  172. %configure \
  173. --enable-silent-rules \
  174. --enable-shared \
  175. --disable-static \
  176. --with-modules \
  177. --with-quantum-depth=16 \
  178. --without-frozenpaths \
  179. --with-x \
  180. --without-dps \
  181. --without-djvu \
  182. --without-fftw \
  183. --without-jbig \
  184. --without-jp2 \
  185. --with-lcms2 \
  186. --without-wmf \
  187. --with-perl \
  188. --with-perl-options="INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 %{?perl_prefix} CC='%__cc -L$PWD/magick/.libs' LDDLFLAGS='-shared -L$PWD/magick/.libs'"
  189. # Disable rpath
  190. sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
  191. sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
  192. make %{?_smp_mflags}
  193. %install
  194. rm -rf $RPM_BUILD_ROOT
  195. make install DESTDIR=$RPM_BUILD_ROOT HTML_INSTALL_DATA_TARGETS=
  196. # perlmagick: fix perl path of demo files
  197. %{__perl} -MExtUtils::MakeMaker -e 'MY->fixin(@ARGV)' PerlMagick/demo/*.pl
  198. find $RPM_BUILD_ROOT -name "*.bs" |xargs rm -f
  199. echo > perl-pkg-files
  200. find $RPM_BUILD_ROOT%{_libdir}/perl?/vendor_perl/* -type d -name Image >> perl-pkg-files.orig
  201. sed -e s,$RPM_BUILD_ROOT,, perl-pkg-files.orig > perl-pkg-files
  202. # remove duplicated doc files
  203. rm -f `find $RPM_BUILD_ROOT%{_datadir}/%{name}-%{VER} -maxdepth 1 -type f`
  204. rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
  205. # remove files conflict with libtools
  206. rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.*a
  207. rm -f $RPM_BUILD_ROOT%{_libdir}/libltdl.so*
  208. # remove *.la files
  209. # remove only %{_libdir}/*.la
  210. # If you have removed module-*/*/*.la, it will fail to execute the command.
  211. find $RPM_BUILD_ROOT%{_libdir} -name "lib*.la" |xargs rm -f
  212. rm -rf $RPM_BUILD_ROOT%{_docdir}/ImageMagick-6
  213. %clean
  214. rm -rf $RPM_BUILD_ROOT
  215. %files
  216. %defattr(-,root,root)
  217. %license LICENSE
  218. %doc www images
  219. %doc ChangeLog NOTICE QuickStart.txt README* NEWS.txt index.html
  220. %dir %{_libdir}/%{name}-%{VER}
  221. %dir %{_libdir}/%{name}-%{VER}/config-Q16
  222. %dir %{_libdir}/%{name}-%{VER}/modules-Q16
  223. %dir %{_libdir}/%{name}-%{VER}/modules-Q16/*
  224. %{_sysconfdir}/%{name}-6/*.xml
  225. %{_libdir}/%{name}-%{VER}/config-Q16/configure.xml
  226. %{_libdir}/%{name}-%{VER}/modules-Q16/*/*.so
  227. %{_libdir}/%{name}-%{VER}/modules-Q16/*/*.la
  228. %{_libdir}/libMagickCore-6.Q16.so.*
  229. %{_libdir}/libMagickWand-6.Q16.so.*
  230. %{_bindir}/[a-z]*
  231. %{_datadir}/%{name}-6/*.xml
  232. %{_mandir}/man1/ImageMagick.*
  233. %{_mandir}/man1/[a-z]*
  234. %files devel
  235. %defattr(-,root,root)
  236. %{_bindir}/Magick-config
  237. %{_bindir}/Wand-config
  238. %{_bindir}/MagickCore-config
  239. %{_bindir}/MagickWand-config
  240. %{_libdir}/libMagickCore-6.Q16.so
  241. %{_libdir}/libMagickWand-6.Q16.so
  242. %{_libdir}/pkgconfig/ImageMagick-6.Q16.pc
  243. %{_libdir}/pkgconfig/ImageMagick.pc
  244. %{_libdir}/pkgconfig/Wand-6.Q16.pc
  245. %{_libdir}/pkgconfig/Wand.pc
  246. %{_libdir}/pkgconfig/MagickCore-6.Q16.pc
  247. %{_libdir}/pkgconfig/MagickCore.pc
  248. %{_libdir}/pkgconfig/MagickWand-6.Q16.pc
  249. %{_libdir}/pkgconfig/MagickWand.pc
  250. %{_includedir}/ImageMagick-6/magick
  251. %{_includedir}/ImageMagick-6/wand
  252. %{_mandir}/man1/Magick-config*
  253. %{_mandir}/man1/Wand-config*
  254. %{_mandir}/man1/MagickCore-config*
  255. %{_mandir}/man1/MagickWand-config*
  256. %files c++
  257. %defattr(-,root,root)
  258. %{_libdir}/libMagick++-6.Q16.so.*
  259. %files c++-devel
  260. %defattr(-,root,root)
  261. %{_bindir}/Magick++-config
  262. %{_includedir}/ImageMagick-6/Magick++
  263. %{_includedir}/ImageMagick-6/Magick++.h
  264. %{_libdir}/libMagick++-6.Q16.so
  265. %{_libdir}/pkgconfig/ImageMagick++-6.Q16.pc
  266. %{_libdir}/pkgconfig/ImageMagick++.pc
  267. %{_libdir}/pkgconfig/Magick++-6.Q16.pc
  268. %{_libdir}/pkgconfig/Magick++.pc
  269. %{_mandir}/man1/Magick++-config*
  270. %files -n perl-Image-Magick -f perl-pkg-files
  271. %defattr(-,root,root)
  272. %{_mandir}/man3/*
  273. %changelog
  274. * Mon Nov 22 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.30-1
  275. - new upstream release.
  276. - built with perl-5.34.0.
  277. * Sun Sep 26 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.23-1
  278. - new upstream release.
  279. * Thu Sep 02 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.20-1
  280. - new upstream release.
  281. - dropped ldconfig scriptlets.
  282. * Sat Feb 27 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.12.1-1
  283. - new upstream release.
  284. * Sat Dec 12 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.11.48-1
  285. - new upstream release.
  286. * Sat Oct 26 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.10.69-1
  287. - new upstream release.
  288. * Tue Jun 28 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4.8-2
  289. - rebuild with gcc-5.4.0
  290. * Thu Jun 9 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.4.8-1
  291. - new upstream release.
  292. * Mon May 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.4.0-1
  293. - new upstream release
  294. (including security fix for CVE-2016-3714,3715,3716,3717,3718,4562,4563,4564)
  295. * Sun Jun 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.1.4-1
  296. - new upstream release
  297. * Sun May 10 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.1.2-1
  298. - new upstream release
  299. * Mon Apr 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.9.1.1-1
  300. - new upstream release
  301. * Thu Dec 18 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 6.9.0.0-1
  302. - new upstream release
  303. - built with OpenEXR 2.2.0
  304. * Sun Aug 24 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.9.7-1
  305. - new upstream release
  306. * Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.9.5-1
  307. - new upstream release
  308. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.8.0-1
  309. - new upstream release
  310. * Sun Dec 01 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.7.8-1
  311. - new upstream release
  312. * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.7.5-1
  313. - new upstream release
  314. * Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.8.6.8-1
  315. - new upstream release
  316. * Sat Sep 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.9.3-1
  317. - new upstream release
  318. * Mon Jul 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.8.3-1
  319. - new upstream release
  320. * Sun Jun 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.7.6-1
  321. - new upstream release
  322. * Sun May 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.6.8-1
  323. - new upstream release
  324. * Sat Mar 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.7.5.10-1
  325. - new upstream release
  326. - add BuildRequires: pango-devel
  327. - change BuildRequires: lcms2-devel instead of lcms-devel
  328. * Sun Mar 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.8.5-3
  329. - add BuildRequires: libXt-devel, xz-devel, xz-lzma-compat, libtool-ltdl-devel
  330. * Sat Mar 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.8.5-2
  331. - built with perl-5.12.3
  332. - changed perl subpackage name
  333. * Sat Mar 19 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.8.5-1
  334. - new upstream release
  335. * Sun Oct 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.4.9-2
  336. - rebuilt with graphviz-2.26.3 again
  337. * Sat Oct 9 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.4.9-1
  338. - new upstream release
  339. - rebuilt with graphviz-2.26.3
  340. * Sat Oct 2 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.4.8-1
  341. - new upstream release
  342. * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.6.1.5-2
  343. - rebuild with rpm-4.8.1 for pkg-config file
  344. - change BuildRequires: libjpeg-turbo-devel instead of libjpeg-devel
  345. - change Requires: libjpeg-turbo instead of libjpeg
  346. * Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.6.1.5-1
  347. - new upstream release
  348. - built with new toolchain
  349. - added --disable-static to %%configure, removed static libraries
  350. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.7.3-2
  351. - added --without-djvu --without-fftw
  352. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.7.3-1
  353. - new upstream release
  354. * Tue Aug 4 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.5.4.8-1
  355. - new upstream release
  356. * Sat Jul 4 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.5.4.2-1
  357. - new upstream release
  358. - add BR: graphviz-devel, OpenEXR-devel, ilmbase-devel
  359. - add R: graphviz, OpenEXR-libs, ilmbase
  360. * Sat Jun 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.3.2-1
  361. - new upstream release
  362. - added Packager tag
  363. * Sun Apr 26 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.1.6-1
  364. - new upstream release
  365. * Sat Apr 4 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.5.1.0-1
  366. - new upstream release
  367. - updated BuildRequires
  368. * Sun Mar 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.4.9.2-2
  369. - enabled lcms as default.
  370. * Fri Feb 6 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.9.2-1
  371. - new upstream release
  372. * Fri Jan 2 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.8.3-1
  373. - new upstream release
  374. * Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.4.6-1
  375. - new upstream release
  376. * Fri Aug 1 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.2.5-1
  377. - new upstream release
  378. * Tue May 27 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.1.3-1
  379. - new upstream release
  380. - spec in UTF-8
  381. * Mon May 19 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 6.4.1.0-2
  382. - enabled to build with lcms (use '--with lcms' to enable).
  383. * Tue May 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.1.0-1
  384. - new upstream release
  385. - rebuilt with perl-5.10.0
  386. * Mon Apr 28 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.4.0.11-1
  387. - new upstream release
  388. - removed *.la files from devel packages
  389. * Sat Mar 22 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.9.10-1
  390. - new upstream release
  391. - change files section to fit new release
  392. - build under new versioning policy
  393. * Sat Dec 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 6.3.7.4-0vl1
  394. - new upstream release
  395. * Fri Sep 28 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.5.10-0vl1
  396. - new upstream release with security fixes (CVE-2007-4985,4986,4987,4988)
  397. - add BuildPrereq: librsvg2-devel
  398. - add %{?_smp_mflags} to make command arg
  399. * Thu Aug 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3.5.6-0vl1
  400. - new upstream release
  401. - changed Group to Applications/Graphics
  402. * Wed Jun 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 6.3.0.1-0vl2
  403. - rebuilt for VineSeed
  404. * Mon Feb 12 2007 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.0.1-0vl1.1
  405. - update patch1 for fix CVE-2007-0770
  406. * Thu Nov 2 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 6.3.0.1-0vl1
  407. - upstream release
  408. - add patch1 for fix CVE-2006-5456
  409. * Fri Oct 13 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 6.2.9.7-0vl2
  410. - rebuilt (for ppc) to resolve reference to invalid *la files
  411. * Mon Sep 25 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.9.7-0vl1
  412. - new upstream release
  413. * Wed Aug 16 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.9.0-0vl1
  414. - new upstream release (Security: http://www.overflow.pl/adv/imsgiheap.txt)
  415. * Mon Mar 6 2006 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.6.3-0vl1
  416. - new upstream release
  417. - delete duplicated docs under %%{_datadir}/%%{name}-%%{VER}
  418. - add --with-perl-options to configure option
  419. * Sun Dec 25 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 6.2.5.4-0vl1
  420. - new upstream release
  421. - build with XOrg-6.9.0
  422. * Fri Apr 15 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.2.1.4-0vl1
  423. - new upstream release
  424. - add %%{_mandir}/man1/ImageMagick.* to main package
  425. * Thu Dec 2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.1.5.8-0vl1
  426. - source upgrade
  427. - remove patch1
  428. - update %%files
  429. * Thu Dec 2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.8.3-0vl3
  430. - add patch1 from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278401
  431. (CAN-2004-0981)
  432. * Sat Oct 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 6.0.8.3-0vl2
  433. - move $(pkglibdir)/modules-Q16/*/*.la to main package.
  434. * Fri Oct 8 2004 NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> 6.0.8.3-0vl1
  435. - source upgrade
  436. - Patch: change default menu font so display can work without XOrg-75dpi-fonts
  437. - add missing docs
  438. - move $(pkglibdir)/modules-Q16/*/*.(a|la) to devel
  439. - *.pc should be in -devel package
  440. - add missing pkg{lib,data}dirs to %%files
  441. * Thu Sep 16 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.7.4-0vl1
  442. - source upgrade
  443. - add --without-dot to %%configure option
  444. - update %%files section
  445. * Sun Jun 20 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.2.7-0vl1
  446. - source upgrade
  447. * Fri Jun 4 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.1.4-0vl1
  448. - source upgrade
  449. * Thu May 13 2004 Satoshi MACHINO <machino@vinelinux.org> 6.0.0.7-0vl3
  450. - add --without-jbig to %%configure option
  451. * Sun May 2 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.7-0vl2
  452. - add --without-lcms to %%configure option
  453. * Sat May 1 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.7-0vl1
  454. - source upgrade
  455. - remove commented lines
  456. * Sun Apr 18 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.2-0vl2
  457. - add BuildPrereq: XOrg-devel libxml2-devel and Requires: libxml2
  458. * Thu Apr 15 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 6.0.0.2-0vl1
  459. - source upgrade
  460. - remove patch for freetype2, no need
  461. - remove commented lines
  462. - add --with-quantum-depth=16 --with-modules --enable-lzw
  463. --without-frozenpaths to %%configure option
  464. - remove --with-threads --without-xml from %%configure option
  465. - update %%files
  466. * Wed Jan 7 2004 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl3
  467. - patch update
  468. - add --without-jp2 to configure option
  469. - change PerlMagick build method
  470. * Wed Dec 17 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl2
  471. - rebuild without jasper-devel
  472. * Tue Dec 16 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.15-0vl1
  473. - source upgrade to 5.5.7-15
  474. * Tue Nov 25 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.13-0vl1
  475. - source upgrade to 5.5.7-13
  476. - add patch0 to build against freetype2-2.1.7
  477. * Thu Oct 2 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.11-0vl1
  478. - source upgrade to 5.5.7-11
  479. - clean up spec
  480. - build without previous package (do not require libMagick.so.0)
  481. * Mon Jun 9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.9-0vl1
  482. - source upgrade to 5.5.7-9
  483. - revised name of pkgconfig files
  484. - remove BuildPrereq: freetype-devel
  485. * Sun Jun 1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.5.7.6-0vl1
  486. - source upgrade to 5.5.7-6
  487. - disable all patches
  488. - revised %%files section
  489. - disable libtoolize and autotools
  490. - change PerlMagick build method
  491. - build without previous package (do not require libMagick.so.5)
  492. * Thu May 1 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 5.4.7-6vl4
  493. - rebuild with libpng-1.2.5 (BuildPrereq: libpng-devel >= 1.2.5)
  494. and perl-5.8.0 (Requires: perl >= 5.8.0 for ImageMagick-perl)
  495. * Mon Apr 7 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 5.4.7-6vl3
  496. - rebuild
  497. * Sun Dec 8 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 5.4.7-6vl2
  498. - rename $arch-vine-linux-foo to foo, same as $arch-vine-linux-gnu-foo.
  499. - FIXME: rpm's macro problem?
  500. - based on 5.4.7-6vl1 from Rawhide and modified for Vine Linux
  501. previous Vine version was 5.2.9-0vl6: Vine-specific changelog was:
  502. - Wed Mar 13 2002 Toru Sagami <sagami@vinelinux.org> 5.2.9-0vl6
  503. - remove unnecessary duplicated %%doc files
  504. - --without-xml instead of --without-ttf
  505. - eliminate libungif(-devel) from BuildReq/Requires
  506. - use freetype2(-devel), instead of freetype1(-devel) for BuildReq/Requires
  507. - Sat Mar 02 2002 Toru Sagami <sagami@vinelinux.org> 5.2.9-0vl5
  508. - add delegetes.mgk (and %%{_libdir}/%%{name})
  509. - Mon Jun 18 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  510. - 5.2.9-0vl4
  511. - Sorry, the spec was in Shift_JIS. Fixed.
  512. - Sat Jun 16 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  513. - 5.2.9-0vl3
  514. - rebuilt with perl-5.6.1
  515. - added Japanese summary and description :-P
  516. - added --without-ttf in order to disable freetype2 (SeedPlus) support
  517. - added --without-wmf in order to disable libwmf (SeedPlus) support
  518. - Sat Jun 16 2001 Yasuhide OMORI <dasen@icntv.ne.jp>
  519. - 5.2.9-0vl2
  520. - rebuild on Perl-5.6
  521. - use %%{perl_sitearch}
  522. - install headers into /usr/X11R6/include/magick [VineSeed:04131]
  523. - Tue Feb 20 2001 Jun Nishii <jun@vinelinux.org>
  524. - 5.2.9-0vl1
  525. - remove version number of BuildPrereq: freetype-devel >= 2.0.1
  526. * Fri Nov 22 2002 Tim Powers <timp@redhat.com>
  527. - fix perl paths in file list
  528. * Thu Nov 21 2002 Tim Powers <timp@redhat.com>
  529. - lib64'ize
  530. - don't throw stuff in /usr/X11R6, that's for X only
  531. - remove files we aren't shipping
  532. * Sat Aug 10 2002 Elliot Lee <sopwith@redhat.com>
  533. - rebuilt with gcc-3.2 (we hope)
  534. * Tue Jul 23 2002 Tim Powers <timp@redhat.com> 5.4.7-4
  535. - build using gcc-3.2-0.1
  536. * Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-3
  537. - fix non-cpp headers in -devel package
  538. - fix #62157 (wrong path for include files in ImageMagick-devel)
  539. - fix #63897 (use _target instead of _arch) in libtool workaround
  540. - fix #65860, #65780 (tiff2ps) expands images to >10 MB Postscript files.
  541. * Mon Jul 01 2002 Karsten Hopp <karsten@redhat.de> 5.4.7-1
  542. - update
  543. - fix localdoc patch
  544. - fix %%files section
  545. - disable nonroot patch
  546. - fix #62100,55950,62162,63136 (display doesn't start form gnome menu)
  547. - fix libtool workaround
  548. - moved Magick*-config into -devel package (#64249)
  549. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  550. - automated rebuild
  551. * Mon May 6 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.6-1
  552. - 5.4.6
  553. * Thu Mar 14 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.11-1
  554. - Update to pl 11
  555. * Fri Feb 22 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.3.5-1
  556. - Update to 5.4.3 pl5; this fixes #58080
  557. * Thu Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.3-1
  558. - Patchlevel 3
  559. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  560. - automated rebuild
  561. * Fri Jan 4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.2.2-1
  562. - Update to 5.4.2-2
  563. - Fix #57923, also don't hardcode netscape as html viewer
  564. * Wed Dec 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.1-1
  565. - 5.4.1
  566. - Link against new libstdc++
  567. * Fri Nov 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.5-1
  568. - 5.4.0.5
  569. - Make the error message when trying to display an hpgl file more
  570. explicit (#55875)
  571. * Mon Nov 5 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0.3-1
  572. - 5.4.0.3
  573. - Fix names of man pages
  574. * Mon Oct 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.4.0-1
  575. - 5.4.0
  576. - work around build system breakage causing applications to be named
  577. %{_arch}-redhat-linux-foo rather than foo
  578. * Wed Sep 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.9-1
  579. - 5.3.9
  580. * Mon Aug 27 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-3
  581. - Add delegates.mgk back, got lost during the update to 5.3.8 (Makefile bug)
  582. (#52611)
  583. * Mon Aug 20 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-2
  584. - Remove Magick++ includes from -devel, they're already in -c++-devel
  585. (#51590)
  586. * Sat Jul 28 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.8-1
  587. - 5.3.8 (bugfix release)
  588. * Fri Jul 27 2001 Than Ngo <than@redhat.com> 5.3.7-3
  589. - fix to build Perlmagic on s390 s390x
  590. * Thu Jul 26 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-2
  591. - Add delegates.mgk to the package (#50725)
  592. * Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.7-1
  593. - 5.3.7
  594. - Fix build without previously installed ImageMagick-devel (#49816)
  595. - Move perl bindings to a separate package.
  596. * Mon Jul 9 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-2
  597. - Fix build as non-root again
  598. - Shut up rpmlint
  599. * Tue Jul 3 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.6-1
  600. - 5.3.6
  601. - Get rid of the ia64 patch, it's no longer needed since glibc was fixed
  602. * Sat Jun 16 2001 Than Ngo <than@redhat.com>
  603. - update to 5.3.5
  604. - cleanup specfile
  605. * Sat May 19 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-2
  606. - 5.3.3-respin, fixes #41196
  607. * Tue May 1 2001 Bernhard Rosenkraenzer <bero@redhat.com> 5.3.3-1
  608. - 5.3.3
  609. - Add a desktop file for "display" (RFE#17417)
  610. * Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  611. - 5.3.2
  612. - work around bugs in ia64 glibc headers
  613. * Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  614. - remove patch for s390, it is not necessary
  615. * Mon Jan 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  616. - 5.2.7
  617. * Wed Dec 27 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  618. - 5.2.6
  619. * Mon Dec 18 2000 Than Ngo <than@redhat.com>
  620. - ported to s390
  621. * Mon Sep 25 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  622. - 5.2.4
  623. - Fix up and package the C++ bindings in the new c++/c++-devel packages.
  624. * Wed Aug 2 2000 Matt Wilson <msw@redhat.com>
  625. - rebuild against new libpng
  626. * Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  627. - include images with docs (#10312)
  628. * Thu Jul 13 2000 Matt Wilson <msw@redhat.com>
  629. - don't build with -ggdb, use -g instead.
  630. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  631. - automatic rebuild
  632. * Mon Jul 3 2000 Florian La Roche <laroche@redhat.com>
  633. - update to 5.2.2 beta
  634. * Mon Jul 3 2000 Florian La Roche <laroche@redhat.com>
  635. - update to 5.2.1, redone patches as they failed
  636. * Fri Jun 30 2000 Matt Wilson <msw@redhat.com>
  637. - remove hacks to move perl man pages
  638. - don't include the perl*/man stuff, these files go in /usr/share/man now.
  639. * Thu Jun 15 2000 Nalin Dahyabhai <nalin@redhat.com>
  640. - disable optimization on Alpha and Sparc
  641. * Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
  642. - update to 5.2.0
  643. - update URL
  644. - remove redundant CXXFLAGS=$RPM_OPT_FLAGS
  645. * Thu Jun 1 2000 Matt Wilson <msw@redhat.com>
  646. - bootstrap rebuilt to nuke broken libbz2 deps
  647. - add Prefix: tag such that the FHS macros work properly
  648. * Wed May 17 2000 Trond Eivind Glomsr <teg@redhat.com>
  649. - now compiles with bzip2 1.0
  650. - changed buildroot to include version
  651. * Fri May 5 2000 Bill Nottingham <notting@redhat.com>
  652. - fix compilation with new perl
  653. * Sat Mar 18 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  654. - 5.1.1
  655. * Thu Feb 3 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  656. - Rebuild to get compressed man pages
  657. * Thu Nov 18 1999 Michael K. Johnson <johnsonm@redhat.com>
  658. - ugly hack to print with lpr instead of lp
  659. * Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
  660. - update to 4.2.9
  661. * Tue Aug 17 1999 Bill Nottingham <notting@redhat.com>
  662. - update to 4.2.8
  663. * Fri Apr 09 1999 Cristian Gafton <gafton@redhat.com>
  664. - include the perl man pages as well
  665. * Tue Apr 06 1999 Michael K. Johnson <johnsonm@redhat.com>
  666. - remove --enable-16bit because it damages interoperability
  667. * Mon Apr 5 1999 Bill Nottingham <notting@redhat.com>
  668. - update to 4.2.2
  669. - change ChangeLog to refer to actual dates.
  670. - strip binaries
  671. * Thu Apr 1 1999 Bill Nottingham <notting@redhat.com>
  672. - add more files. Oops.
  673. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  674. - auto rebuild in the new build environment (release 2)
  675. * Wed Mar 10 1999 Bill Nottingham <notting@redhat.com>
  676. - version 4.2.1
  677. * Tue Jan 19 1999 Michael K. Johnson <johnsonm@redhat.com>
  678. - changed group
  679. * Tue Jan 19 1999 Cristian Gafton <gafton@redhat.com>
  680. - hacks to make it work with the new perl
  681. - version 4.1.0 (actually installs the sonames as 4.0.10... doh!)
  682. - make sure the libraries have the x bit on
  683. * Wed Jun 10 1998 Prospector System <bugs@redhat.com>
  684. - translations modified for de, fr
  685. * Thu May 07 1998 Prospector System <bugs@redhat.com>
  686. - translations modified for de, fr, tr
  687. * Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
  688. - updated to 4.0.5
  689. * Wed Apr 08 1998 Cristian Gafton <gafton@redhat.com>
  690. - updated to 4.0.4
  691. - added BuildRoot
  692. * Thu Oct 23 1997 Donnie Barnes <djb@redhat.com>
  693. - updated from 3.8.3 to 3.9.1
  694. - removed PNG patch (appears to be fixed)
  695. * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
  696. - build against new libpng
  697. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  698. - built against glibc
  699. * Thu Mar 20 1997 Michael Fulbright <msf@redhat.com>
  700. - updated to version 3.8.3.
  701. - updated source and url tags.