cheese: rebuild against newer clutter/cogl.
This commit is contained in:
parent
6ceea6e0e0
commit
968002df3f
|
@ -1,7 +1,6 @@
|
|||
libgstreamer-0.10.so.0
|
||||
libgnome-desktop-3.so.2
|
||||
libclutter-gtk-1.0.so.0
|
||||
libclutter-glx-1.0.so.0
|
||||
libgee.so.2
|
||||
libcanberra-gtk3.so.0
|
||||
libgtk-3.so.0
|
||||
|
@ -15,3 +14,4 @@ libpthread.so.0
|
|||
libc.so.6
|
||||
libcheese.so.3
|
||||
libcheese-gtk.so.21
|
||||
libclutter-1.0.so.0
|
||||
|
|
|
@ -8,12 +8,9 @@ libgnome-desktop-3.so.2
|
|||
librsvg-2.so.2
|
||||
libm.so.6
|
||||
libclutter-gtk-1.0.so.0
|
||||
libclutter-glx-1.0.so.0
|
||||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libGL.so.1
|
||||
libXi.so.6
|
||||
libcogl.so.5
|
||||
libdrm.so.2
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
|
@ -27,14 +24,11 @@ libgtk-3.so.0
|
|||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgmodule-2.0.so.0
|
||||
libgudev-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
|
@ -43,3 +37,5 @@ librt.so.1
|
|||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libclutter-1.0.so.0
|
||||
libcogl.so.9
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Template file for 'libcheese'.
|
||||
#
|
||||
revision=1
|
||||
short_desc="${sourcepkg} - shared libraries"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'cheese'
|
||||
pkgname=cheese
|
||||
version=3.3.92
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.3/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --disable-static --disable-schemas-compile"
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
short_desc="GNOME tool to take pictures and videos from your webcam"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/cheese/"
|
||||
|
|
Loading…
Reference in New Issue