gegl-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. Summary: A graph based image processing framework
  2. Summary(ja): グラフベースの画像処理フレームワーク
  3. Name: gegl
  4. Version: 0.0.20
  5. Release: 1%{?_dist_release}
  6. # The binary is under the GPL, while the libs are under LGPL
  7. License: LGPLv3+ and GPLv3+
  8. Group: System Environment/Libraries
  9. URL: http://www.gegl.org/
  10. Source0: ftp://ftp.gtk.org/pub/gegl/0.0/%{name}-%{version}.tar.bz2
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  12. BuildRequires: babl-devel gtk2-devel ruby
  13. BuildRequires: libpng-devel libjpeg-devel librsvg2-devel
  14. BuildRequires: perl SDL-devel OpenEXR-devel lua-devel
  15. BuildRequires: asciidoc enscript w3m graphviz pkgconfig
  16. %description
  17. GEGL (Generic Graphics Library) is a graph based image processing framework.
  18. GEGLs original design was made to scratch GIMPs itches for a new
  19. compositing and processing core. This core is being designed to have
  20. minimal dependencies. and a simple well defined API.
  21. %package devel
  22. Summary: Development files for %{name}
  23. Summary(ja): %{name} の開発ファイル
  24. Group: Development/Libraries
  25. Requires: %{name} = %{version}-%{release}
  26. Requires: pkgconfig babl-devel glib2-devel
  27. %description devel
  28. This package contains the libraries and header files needed for
  29. developing with %{name}.
  30. %prep
  31. %setup -q
  32. chmod -x operations/external/ff-load.c operations/common/perlin/perlin.*
  33. %build
  34. %ifnarch ppc64
  35. %configure --disable-static --enable-workshop
  36. %else
  37. %configure --disable-static --enable-workshop --disable-docs
  38. %endif
  39. make %{?_smp_mflags}
  40. %install
  41. rm -rf %{buildroot}
  42. make DESTDIR=%{buildroot} install INSTALL='install -p'
  43. rm -f %{buildroot}%{_libdir}/*.la
  44. %check
  45. make check
  46. %clean
  47. rm -rf %{buildroot}
  48. %post -p /sbin/ldconfig
  49. %postun -p /sbin/ldconfig
  50. %files
  51. %defattr(-, root, root, -)
  52. %doc AUTHORS ChangeLog COPYING COPYING.LESSER NEWS README
  53. %{_bindir}/gegl
  54. %{_libdir}/*.so.*
  55. %{_libdir}/gegl-0.0/
  56. %files devel
  57. %defattr(-, root, root, -)
  58. %{_includedir}/gegl-0.0/
  59. %{_libdir}/*.so
  60. %{_libdir}/pkgconfig/%{name}.pc
  61. %ifnarch ppc64
  62. %doc %{_datadir}/gtk-doc/html/gegl/
  63. %endif
  64. %changelog
  65. * Mon Oct 06 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20-1
  66. - initial build for Vine Linux
  67. * Thu Jul 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.18-1
  68. - Update to latest release
  69. * Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.16-1
  70. - New release
  71. * Thu Jan 17 2008 Deji Akingunola <dakingun@gmail.com> - 0.0.15-1.svn20080117
  72. - Update to a svn snapshot for gnome-scan
  73. - Apply patch to fix extensions loading on 64bit systems
  74. - Building the docs on ppc64 segfaults, avoid it for now.
  75. * Sat Dec 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.14-1
  76. - Update to 0.0.14 release
  77. - License change from GPLv2+ to GPLv3+
  78. * Thu Oct 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.7.20071011svn
  79. - Include missing requires for the devel subpackage
  80. * Thu Oct 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.6.20071011svn
  81. - BR graphiz instead of graphiz-devel
  82. - Remove the spurious exec flag from a couple of source codes
  83. * Tue Oct 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.5.20071011svn
  84. - Fix missing directory ownership
  85. * Mon Oct 22 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.4.20071011svn
  86. - Update the License field
  87. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.3.20071011svn
  88. - Package the extension libraries in the main package
  89. - Run 'make check'
  90. * Fri Oct 12 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.2.20071011svn
  91. - Remove the use of inexistent source
  92. * Thu Oct 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.0.13-0.1.20071011svn
  93. - Initial packaging for Fedora