cogl: update to 1.16.0 (soname bumps).
This commit is contained in:
parent
af8114edcf
commit
f5a8bcc572
|
@ -797,8 +797,9 @@ libmx-1.0.so.2 mx-1.4.3_1_1
|
|||
libmx-gtk-1.0.so.0 mx-1.4.3_1_1
|
||||
libjson.so.0 json-c-0.9_1
|
||||
libjson-c.so.2 json-c-0.11_1
|
||||
libcogl.so.12 cogl-1.14.0_1
|
||||
libcogl-pango.so.12 cogl-1.14.0_1
|
||||
libcogl.so.15 cogl-1.16.0_1
|
||||
libcogl-pango.so.15 cogl-1.16.0_1
|
||||
libcogl-gst.so.15 cogl-1.16.0_1
|
||||
libp11-kit.so.0 p11-kit-0.7_1
|
||||
librest-0.7.so.0 rest-0.7_1
|
||||
librest-extras-0.7.so.0 rest-0.7_1
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
-Np1
|
|
@ -1,21 +1,18 @@
|
|||
# Template file for 'cogl'
|
||||
pkgname=cogl
|
||||
version=1.14.0
|
||||
revision=3
|
||||
version=1.16.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-introspection"
|
||||
hostmakedepends="pkg-config intltool automake libtool gettext-devel gobject-introspection"
|
||||
makedepends="libXcomposite-devel libXrandr-devel libXdamage-devel pango-devel gdk-pixbuf-devel"
|
||||
configure_args="--enable-introspection --enable-cogl-gst=yes"
|
||||
hostmakedepends="pkg-config intltool gobject-introspection"
|
||||
makedepends="libXcomposite-devel libXrandr-devel libXdamage-devel pango-devel
|
||||
gdk-pixbuf-devel gst-plugins-base1-devel>=1:1.2.0"
|
||||
short_desc="Library for using 3D graphics hardware for rendering"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.clutter-project.org"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/cogl/${version%.*}/cogl-${version}.tar.xz"
|
||||
checksum=276e8c9f5ff0fcd57c1eaf74cc245f41ad469a95a18ac831fac2d5960baa5ae8
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
checksum=75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094
|
||||
|
||||
cogl-devel_package() {
|
||||
depends="libdrm-devel libXcomposite-devel libXdamage-devel
|
||||
|
@ -30,7 +27,8 @@ cogl-devel_package() {
|
|||
}
|
||||
|
||||
cogl_package() {
|
||||
depends="gst-plugins-base1>=1:1.2.0"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue