cogl-1.14.0-21-ge26464f.patch: Sync with 1.14 branch for a crash fix.
This commit is contained in:
parent
a049816d0a
commit
8d64c22d78
1434
cogl-1.14.0-21-ge26464f.patch
Normal file
1434
cogl-1.14.0-21-ge26464f.patch
Normal file
File diff suppressed because it is too large
Load Diff
12
cogl.spec
12
cogl.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: cogl
|
||||
Version: 1.14.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A library for using 3D graphics hardware to draw pretty pictures
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -12,6 +12,10 @@ License: LGPLv2+
|
||||
URL: http://www.clutter-project.org/
|
||||
Source0: http://download.gnome.org/sources/cogl/1.14/cogl-%{version}.tar.xz
|
||||
|
||||
# extra BRs just because we're touching Makefile.am in this patch
|
||||
Patch0: cogl-1.14.0-21-ge26464f.patch
|
||||
BuildRequires: autoconf automake libtool gettext-devel
|
||||
|
||||
BuildRequires: cairo-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
BuildRequires: glib2-devel
|
||||
@ -73,10 +77,11 @@ This package contains documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
|
||||
autoreconf -vif
|
||||
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform
|
||||
|
||||
make V=1
|
||||
@ -112,6 +117,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
|
||||
|
||||
%changelog
|
||||
* Wed May 22 2013 Adam Jackson <ajax@redhat.com> 1.14.0-2
|
||||
- cogl-1.14.0-21-ge26464f.patch: Sync with 1.14 branch for a crash fix.
|
||||
|
||||
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> 1.14.0-1
|
||||
- Update to 1.14.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user