packages: gegl/gegl.spec, gegl/gegl-ffmpeg-0.8.patch (REMOVED) - updated to...

qboosh qboosh at pld-linux.org
Sat Nov 26 07:12:28 CET 2011


Author: qboosh                       Date: Sat Nov 26 06:12:28 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.1.8
- removed obsolete ffmpeg-0.8 patch
- added vala API (on bcond)

---- Files affected:
packages/gegl:
   gegl.spec (1.26 -> 1.27) , gegl-ffmpeg-0.8.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/gegl/gegl.spec
diff -u packages/gegl/gegl.spec:1.26 packages/gegl/gegl.spec:1.27
--- packages/gegl/gegl.spec:1.26	Thu Sep  8 19:16:35 2011
+++ packages/gegl/gegl.spec	Sat Nov 26 07:12:23 2011
@@ -3,8 +3,9 @@
 # Conditional build:
 %bcond_with	mmx	# use MMX instructions
 %bcond_with	sse	# use SSE instructions
-%bcond_with	doc
-
+%bcond_with	doc	# apidocs (fail to build)
+%bcond_without	vala	# Vala API
+#
 %ifarch %{x8664} athlon pentium3 pentium4
 %define	with_mmx	1
 %endif
@@ -14,47 +15,51 @@
 Summary:	Generic image processing library
 Summary(pl.UTF-8):	Ogólna biblioteka przetwarzania obrazu
 Name:		gegl
-Version:	0.1.6
+Version:	0.1.8
 Release:	1
 License:	LGPL v3+
 Group:		Libraries
-Source0:	ftp://ftp.gimp.org/pub/gegl/0.1//%{name}-%{version}.tar.bz2
-# Source0-md5:	af5e5a7d3c7ddfaa2b3414de2a7e9113
+Source0:	ftp://ftp.gimp.org/pub/gegl/0.1/%{name}-%{version}.tar.bz2
+# Source0-md5:	c8279b86b3d584ee4f503839fc500425
 Patch0:		%{name}-lua.patch
 Patch1:		%{name}-ffmpeg.patch
-Patch2:		%{name}-ffmpeg-0.8.patch
 URL:		http://www.gegl.org/
 BuildRequires:	OpenEXR-devel
 BuildRequires:	SDL-devel
 BuildRequires:	UMFPACK-devel
 BuildRequires:	asciidoc
 BuildRequires:	autoconf >= 2.54
-BuildRequires:	automake
-BuildRequires:	babl-devel >= 0.1.4
+BuildRequires:	automake >= 1:1.11
+BuildRequires:	babl-devel >= 0.1.6
 BuildRequires:	cairo-devel
 BuildRequires:	enscript
 BuildRequires:	exiv2-devel
 BuildRequires:	ffmpeg-devel >= 0.8
 BuildRequires:	gdk-pixbuf2-devel >= 2.18.0
-BuildRequires:	glib2-devel >= 1:2.22.0
+BuildRequires:	glib2-devel >= 1:2.28.0
+BuildRequires:	gobject-introspection-devel >= 0.10.0
 BuildRequires:	graphviz
 BuildRequires:	gtk-doc >= 1.0
 BuildRequires:	jasper-devel >= 1.900.1
+BuildRequires:	lensfun-devel >= 0.2.5
 BuildRequires:	libjpeg-devel
 BuildRequires:	libopenraw-devel >= 0.0.5
 BuildRequires:	libpng-devel
 BuildRequires:	librsvg-devel >= 1:2.14.0
 BuildRequires:	libspiro-devel
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:2.2
+BuildRequires:	libv4l-devel
 BuildRequires:	lua51-devel >= 5.1.0
 BuildRequires:	pango-devel >= 1:1.10
 BuildRequires:	perl-base
 BuildRequires:	pkgconfig
 BuildRequires:	ruby
-Requires:	babl >= 0.1.4
-Requires:	glib2 >= 1:2.22.0
+%{?with_vala:BuildRequires:	vala}
+Requires:	babl >= 0.1.6
+Requires:	glib2 >= 1:2.28.0
 Requires:	gdk-pixbuf2 >= 2.18.0
 Requires:	jasper-libs >= 1.900.1
+Requires:	lensfun >= 0.2.5
 Requires:	libopenraw >= 0.0.5
 Requires:	librsvg >= 1:2.14.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -81,8 +86,8 @@
 Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki gegl
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	babl-devel >= 0.1.4
-Requires:	glib2-devel >= 1:2.22.0
+Requires:	babl-devel >= 0.1.6
+Requires:	glib2-devel >= 1:2.28.0
 
 %description devel
 Header files for gegl library.
@@ -114,11 +119,22 @@
 %description apidocs -l pl.UTF-8
 Dokumentacja API biblioteki gegl.
 
+%package -n vala-gegl
+Summary:	Vala API for gegl library
+Summary(pl.UTF-8):	API języka Vala dla biblioteki gegl
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description -n vala-gegl
+Vala API for gegl library.
+
+%description -n vala-gegl -l pl.UTF-8
+API języka Vala dla biblioteki gegl.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -156,6 +172,7 @@
 %attr(755,root,root) %{_bindir}/gegl
 %attr(755,root,root) %{_libdir}/libgegl-0.1.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgegl-0.1.so.0
+%{_libdir}/girepository-1.0/Gegl-0.1.typelib
 %dir %{_libdir}/gegl-0.1
 %attr(755,root,root) %{_libdir}/gegl-0.1/*.so
 
@@ -164,6 +181,7 @@
 %attr(755,root,root) %{_libdir}/libgegl-0.1.so
 %{_libdir}/libgegl-0.1.la
 %{_includedir}/gegl-0.1
+%{_datadir}/gir-1.0/Gegl-0.1.gir
 %{_pkgconfigdir}/gegl.pc
 
 %files static
@@ -176,12 +194,23 @@
 %{_gtkdocdir}/gegl
 %endif
 
+%if %{with vala}
+%files -n vala-gegl
+%defattr(644,root,root,755)
+%{_datadir}/vala/vapi/gegl-0.1.vapi
+%endif
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/11/26 06:12:23  qboosh
+- updated to 0.1.8
+- removed obsolete ffmpeg-0.8 patch
+- added vala API (on bcond)
+
 Revision 1.26  2011/09/08 17:16:35  qboosh
 - just jasper-libs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gegl/gegl.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list