]> git.pld-linux.org Git - packages/cogl.git/commitdiff
- updated to 1.7.6
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 15 Aug 2011 09:20:50 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added link patch

Changed files:
    cogl-link.patch -> 1.1
    cogl.spec -> 1.3

cogl-link.patch [new file with mode: 0644]
cogl.spec

diff --git a/cogl-link.patch b/cogl-link.patch
new file mode 100644 (file)
index 0000000..314a179
--- /dev/null
@@ -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
index fb4289ef45f99ac38bd3a7d6e1c915f867145425..5ff61dc634e1c79cfa9cb4486c5efa47d1af3e38 100644 (file)
--- a/cogl.spec
+++ b/cogl.spec
@@ -5,25 +5,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
@@ -91,8 +98,15 @@ Ten pakiet zawiera dokumentację API cogl.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__gettextize}
+%{__libtoolize}
+%{__aclocal} -I build/autotools
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-gdk-pixbuf \
        --disable-silent-rules \
This page took 0.15043 seconds and 4 git commands to generate.