cheese: rebuild with as-needed for shlibs.
This commit is contained in:
parent
5c872553a2
commit
b99b629af3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cheese-devel'.
|
||||
#
|
||||
depends="gst-plugins-base1-devel libcanberra-devel clutter-gst-devel>=1.9.92
|
||||
clutter-gtk-devel>=1.3.2 libcheese>=${version}"
|
||||
clutter-gtk-devel>=1.3.2 libcheese-${version}_${revision}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
|
@ -1,39 +1,18 @@
|
|||
libgstpbutils-1.0.so.0
|
||||
libgstphotography-1.0.so.0
|
||||
libclutter-gst-2.0.so.0
|
||||
libgstbase-1.0.so.0
|
||||
libgstreamer-1.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
libgnome-desktop-3.so.4
|
||||
librsvg-2.so.2
|
||||
libm.so.6
|
||||
libclutter-gtk-1.0.so.0
|
||||
libclutter-1.0.so.0
|
||||
libcogl-pango.so.0
|
||||
libjson-glib-1.0.so.0
|
||||
libXi.so.6
|
||||
libcogl.so.11
|
||||
libX11.so.6
|
||||
libXext.so.6
|
||||
libXdamage.so.1
|
||||
libXcomposite.so.1
|
||||
libgmodule-2.0.so.0
|
||||
librt.so.1
|
||||
libXfixes.so.3
|
||||
libgee.so.2
|
||||
libcanberra-gtk3.so.0
|
||||
libcanberra.so.0
|
||||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libpango-1.0.so.0
|
||||
libcairo.so.2
|
||||
libgudev-1.0.so.0
|
||||
libgobject-2.0.so.0
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgstpbutils-1.0.so.0
|
||||
libclutter-gst-2.0.so.0
|
||||
libgstreamer-1.0.so.0
|
||||
libgudev-1.0.so.0
|
||||
|
|
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'cheese'
|
||||
pkgname=cheese
|
||||
version=3.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
depends="desktop-file-utils hicolor-icon-theme nautilus-sendto"
|
||||
makedepends="which pkg-config intltool gnome-doc-utils itstool
|
||||
gobject-introspection gst-plugins-base1-devel clutter-gtk-devel>=1.3.2
|
||||
clutter-gst-devel>=1.9.92 mx-devel libgee-devel libcanberra-devel
|
||||
librsvg-devel gnome-desktop-devel>=3.6.0 libgudev-devel
|
||||
gsettings-desktop-schemas-devel>=3.6.0 gst-plugins-bad1-devel"
|
||||
fulldepends="gst-plugins-good1 gnome-video-effects
|
||||
gsettings-desktop-schemas>=3.6.0"
|
||||
gobject-introspection gst-plugins-base1-devel clutter-gtk-devel>=1.3.2
|
||||
clutter-gst-devel>=1.9.92 mx-devel libgee-devel libcanberra-devel
|
||||
librsvg-devel gnome-desktop-devel>=3.6.0 libgudev-devel
|
||||
gsettings-desktop-schemas-devel>=3.6.0 gst-plugins-bad1-devel"
|
||||
fulldepends="gst-plugins-good1 gnome-video-effects
|
||||
gsettings-desktop-schemas>=3.6.0"
|
||||
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/"
|
||||
|
@ -23,6 +24,3 @@ long_desc="
|
|||
take photos and videos of you, your friends, pets or whatever you want. Allows
|
||||
you to apply fancy visual effects, fine-control image settings and has
|
||||
features such as Multi-Burst mode, Countdown timer for photos."
|
||||
|
||||
|
||||
subpackages="lib${pkgname} ${pkgname}-devel"
|
||||
|
|
Loading…
Reference in New Issue