gegl-vl.spec 4.3 KB

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