ImageMagick-vl.spec 27 KB

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