Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: media-libs/cogl/
Date: Fri, 01 Jul 2011 20:13:53
Message-Id: 6977240f404a26c015985061b0fa665eff1e21e4.tetromino@gentoo
1 commit: 6977240f404a26c015985061b0fa665eff1e21e4
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 1 19:49:06 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Fri Jul 1 19:52:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6977240f
7
8 media-libs/cogl: 1.7.0 → 1.7.2
9
10 Version bump with numerous changes (including incompatible API changes);
11 comes with a fix for the -fPIC issue.
12
13 ---
14 .../cogl/{cogl-1.7.0.ebuild => cogl-1.7.2.ebuild} | 4 +---
15 media-libs/cogl/cogl-9999.ebuild | 4 +---
16 2 files changed, 2 insertions(+), 6 deletions(-)
17
18 diff --git a/media-libs/cogl/cogl-1.7.0.ebuild b/media-libs/cogl/cogl-1.7.2.ebuild
19 similarity index 92%
20 rename from media-libs/cogl/cogl-1.7.0.ebuild
21 rename to media-libs/cogl/cogl-1.7.2.ebuild
22 index f98cfb7..a61e7f4 100644
23 --- a/media-libs/cogl/cogl-1.7.0.ebuild
24 +++ b/media-libs/cogl/cogl-1.7.2.ebuild
25 @@ -49,11 +49,9 @@ DEPEND="${COMMON_DEPEND}
26
27 pkg_setup() {
28 DOCS="NEWS README"
29 - EXAMPLES="examples/*.c"
30 + EXAMPLES="examples/{*.c,*.jpg}"
31 # XXX: think about gles, quartz, wayland
32 - # --with-pic needed due to https://bugzilla.gnome.org/show_bug.cgi?id=653615
33 G2CONF="${G2CONF}
34 - --with-pic=both
35 --disable-profile
36 --disable-maintainer-flags
37 --enable-cairo
38
39 diff --git a/media-libs/cogl/cogl-9999.ebuild b/media-libs/cogl/cogl-9999.ebuild
40 index f98cfb7..a61e7f4 100644
41 --- a/media-libs/cogl/cogl-9999.ebuild
42 +++ b/media-libs/cogl/cogl-9999.ebuild
43 @@ -49,11 +49,9 @@ DEPEND="${COMMON_DEPEND}
44
45 pkg_setup() {
46 DOCS="NEWS README"
47 - EXAMPLES="examples/*.c"
48 + EXAMPLES="examples/{*.c,*.jpg}"
49 # XXX: think about gles, quartz, wayland
50 - # --with-pic needed due to https://bugzilla.gnome.org/show_bug.cgi?id=653615
51 G2CONF="${G2CONF}
52 - --with-pic=both
53 --disable-profile
54 --disable-maintainer-flags
55 --enable-cairo