packages: cogl/cogl.spec, cogl/cogl-link.patch (NEW) - updated to 1.7.6 - a...
qboosh
qboosh at pld-linux.org
Mon Aug 15 11:20:56 CEST 2011
Author: qboosh Date: Mon Aug 15 09:20:56 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 1.7.6
- added link patch
---- Files affected:
packages/cogl:
cogl.spec (1.2 -> 1.3) , cogl-link.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/cogl/cogl.spec
diff -u packages/cogl/cogl.spec:1.2 packages/cogl/cogl.spec:1.3
--- packages/cogl/cogl.spec:1.2 Mon Aug 15 10:02:39 2011
+++ packages/cogl/cogl.spec Mon Aug 15 11:20:50 2011
@@ -6,25 +6,32 @@
Summary: A library for using 3D graphics hardware to draw pretty pictures
Summary(pl.UTF-8): Biblioteka do rysowania ładnych obrazków przy użyciu sprzętowej grafiki 3D
Name: cogl
-Version: 1.7.4
+Version: 1.7.6
Release: 1
License: LGPL v2+
Group: Libraries
-Source0: http://www.clutter-project.org/sources/cogl/1.7/%{name}-%{version}.tar.xz
-# Source0-md5: ad6937676e0df43be5befe7dc13084cd
+Source0: http://source.clutter-project.org/sources/cogl/1.7/%{name}-%{version}.tar.xz
+# Source0-md5: 1e46c63c9b820471cdc12a7af87d8458
+Patch0: %{name}-link.patch
URL: http://www.clutter-project.org/
+BuildRequires: autoconf >= 2.59
+BuildRequires: automake >= 1:1.11
BuildRequires: OpenGL-GLX-devel
BuildRequires: cairo-devel >= 1.10
+BuildRequires: gettext-devel >= 0.17
BuildRequires: glib2-devel >= 1:2.26.0
BuildRequires: gobject-introspection-devel >= 0.9.5
BuildRequires: gtk-doc >= 1.13
BuildRequires: libdrm-devel
+BuildRequires: libtool >= 2:2.2.6
BuildRequires: pango-devel >= 1:1.20
BuildRequires: pkgconfig
+BuildRequires: tar >= 1:1.22
BuildRequires: xorg-lib-libXcomposite-devel >= 0.4
BuildRequires: xorg-lib-libXdamage-devel
BuildRequires: xorg-lib-libXext-devel
BuildRequires: xorg-lib-libXfixes-devel >= 3
+BuildRequires: xz
Suggests: OpenGL
Requires: cairo >= 1.10
Requires: glib2 >= 1:2.26.0
@@ -92,8 +99,15 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I build/autotools
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
--disable-gdk-pixbuf \
--disable-silent-rules \
@@ -165,6 +179,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/08/15 09:20:50 qboosh
+- updated to 1.7.6
+- added link patch
+
Revision 1.2 2011/08/15 08:02:39 qboosh
- finished spec
================================================================
Index: packages/cogl/cogl-link.patch
diff -u /dev/null packages/cogl/cogl-link.patch:1.1
--- /dev/null Mon Aug 15 11:20:56 2011
+++ packages/cogl/cogl-link.patch Mon Aug 15 11:20:50 2011
@@ -0,0 +1,11 @@
+--- cogl-1.7.6/configure.ac.orig 2011-08-12 18:39:19.000000000 +0200
++++ cogl-1.7.6/configure.ac 2011-08-15 10:40:17.109672588 +0200
+@@ -866,7 +866,7 @@
+ [gobject gthread gmodule-no-export])
+ AS_IF([test "x$have_glib" = "xno"], AC_MSG_ERROR([glib-2.0 is required]))
+
+-COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0"
++COGL_PKG_REQUIRES="$COGL_PKG_REQUIRES glib-2.0 gmodule-no-export-2.0 gobject-2.0"
+ AC_SUBST(COGL_PKG_REQUIRES)
+ PKG_CHECK_MODULES(COGL_DEP, [$COGL_PKG_REQUIRES])
+ if test -n "$COGL_PKG_REQUIRES_GL"; then
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cogl/cogl.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list