v1.8.2, Enable gdk-pixbuf2 support - Fixes RHBZ # 738092

This commit is contained in:
Peter Robinson 2011-10-17 16:32:54 +01:00
parent c4959f8bb0
commit 5cfb987cd6
3 changed files with 12 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/cogl-1.7.6.tar.xz
/cogl-1.7.8.tar.xz
/cogl-1.8.0.tar.xz
/cogl-1.8.2.tar.xz

View File

@ -1,14 +1,15 @@
Name: cogl
Version: 1.8.0
Version: 1.8.2
Release: 1%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries
License: LGPLv2+
URL: http://www.clutter-project.org/
Source0: http://www.clutter-project.org/sources/%{name}/1.7/%{name}-%{version}.tar.xz
Source0: http://www.clutter-project.org/sources/%{name}/1.8/%{name}-%{version}.tar.xz
BuildRequires: cairo-devel
BuildRequires: gdk-pixbuf2-devel
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc
@ -63,7 +64,7 @@ This package contains documentation for %{name}.
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC"
%configure --enable-cairo=yes --enable-gdk-pixbuf=no --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes
make V=1
@ -95,8 +96,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
%changelog
* Mon Oct 17 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.2-1
- 1.8.2 stable release
- http://ftp.gnome.org/pub/GNOME/sources/cogl/1.8/cogl-1.8.2.news
- Enable gdk-pixbuf2 support - Fixes RHBZ # 738092
* Mon Sep 19 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.0-1
- 1.8.0 stable release
- http://ftp.gnome.org/pub/GNOME/sources/cogl/1.8/cogl-1.8.0.news
* Mon Sep 5 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.8-1
- Update to 1.7.8

View File

@ -1 +1 @@
f38d1d9f7e399dd03d1fe1b8e1c0643a cogl-1.8.0.tar.xz
db2cbaef8c9719b03ef454ebd0351eeb cogl-1.8.2.tar.xz