source: projects/specs/trunk/g/gegl/gegl-vl.spec @ 521

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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