Index: Makefile =================================================================== --- Makefile (révision 550015) +++ Makefile (copie de travail) @@ -3,6 +3,7 @@ PORTNAME= cogl PORTVERSION= 1.22.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GNOME @@ -14,6 +15,9 @@ CONFLICTS= clutter-1.6.[0-9]* +LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ + libharfbuzz.so:print/harfbuzz + USES= gettext gl gmake gnome libtool localbase pathfix pkgconfig \ tar:xz xorg GNU_CONFIGURE= yes @@ -22,7 +26,9 @@ USE_XORG= x11 xcomposite xext xdamage xfixes xrandr USE_LDCONFIG= yes CONFIGURE_ARGS= --with-x \ - --enable-xlib-egl-platform=yes + --enable-xlib-egl-platform=yes \ + --enable-wayland-egl-platform=yes \ + --enable-wayland-egl-server=yes INSTALL_TARGET= install-strip PLIST_SUB= LIBVER=20 LIBVERSION=20.4.3 Index: pkg-plist =================================================================== --- pkg-plist (révision 550015) +++ pkg-plist (copie de travail) @@ -1,3 +1,9 @@ +include/cogl/cogl-pango/cogl-pango.h +include/cogl/cogl-path/cogl-path-enum-types.h +include/cogl/cogl-path/cogl-path-types.h +include/cogl/cogl-path/cogl-path.h +include/cogl/cogl-path/cogl1-path-functions.h +include/cogl/cogl-path/cogl2-path-functions.h include/cogl/cogl/cogl-atlas-texture.h include/cogl/cogl/cogl-attribute-buffer.h include/cogl/cogl/cogl-attribute.h @@ -67,6 +73,9 @@ include/cogl/cogl/cogl-vector.h include/cogl/cogl/cogl-version.h include/cogl/cogl/cogl-vertex-buffer.h +include/cogl/cogl/cogl-wayland-client.h +include/cogl/cogl/cogl-wayland-renderer.h +include/cogl/cogl/cogl-wayland-server.h include/cogl/cogl/cogl-xlib-renderer.h include/cogl/cogl/cogl-xlib.h include/cogl/cogl/cogl.h @@ -88,12 +97,6 @@ include/cogl/cogl/gl-prototypes/cogl-glsl-functions.h include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h -include/cogl/cogl-pango/cogl-pango.h -include/cogl/cogl-path/cogl-path-enum-types.h -include/cogl/cogl-path/cogl-path-types.h -include/cogl/cogl-path/cogl-path.h -include/cogl/cogl-path/cogl1-path-functions.h -include/cogl/cogl-path/cogl2-path-functions.h lib/girepository-1.0/Cogl-1.0.typelib lib/girepository-1.0/Cogl-2.0.typelib lib/girepository-1.0/CoglPango-1.0.typelib @@ -108,13 +111,13 @@ lib/libcogl.so.%%LIBVER%% lib/libcogl.so.%%LIBVERSION%% libdata/pkgconfig/cogl-1.0.pc -libdata/pkgconfig/cogl-path-1.0.pc libdata/pkgconfig/cogl-2.0-experimental.pc -libdata/pkgconfig/cogl-path-2.0-experimental.pc libdata/pkgconfig/cogl-gl-1.0.pc libdata/pkgconfig/cogl-pango-1.0.pc libdata/pkgconfig/cogl-pango-2.0-experimental.pc -share/cogl/examples-data/crate.jpg +libdata/pkgconfig/cogl-path-1.0.pc +libdata/pkgconfig/cogl-path-2.0-experimental.pc +%%DATADIR%%/examples-data/crate.jpg share/gir-1.0/Cogl-1.0.gir share/gir-1.0/Cogl-2.0.gir share/gir-1.0/CoglPango-1.0.gir