wok-4.x diff clutter/receipt @ rev 7334
Fixed gst-ffmpeg to use /usr/bin/mktemp in coreutils-file-special package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 19 22:44:15 2010 +0000 (2010-11-19) |
parents | 19dad1e8892c |
children | d6eb6e9dd3df |
line diff
1.1 --- a/clutter/receipt Mon Mar 01 08:54:30 2010 +0000 1.2 +++ b/clutter/receipt Fri Nov 19 22:44:15 2010 +0000 1.3 @@ -1,16 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="clutter" 1.7 -VERSION="1.0.0" 1.8 +VERSION="1.4.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Animated graphical user interfaces library." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+ mesa libdrm" 1.13 +DEPENDS="atk libgio gdk-pixbuf cairo pango json-glib mesa libdrm xorg-libXcomposite" 1.14 SUGGESTED="nvidia" 1.15 -BUILD_DEPENDS="gtk+-dev mesa-dev libdrm-dev" 1.16 +BUILD_DEPENDS="atk-dev libgio-dev gdk-pixbuf-dev cairo-dev pango-dev json-glib-dev mesa-dev libdrm-dev xorg-libXcomposite-dev pkg-config" 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WEB_SITE="http://clutter-project.org/" 1.19 -WGET_URL="http://www.clutter-project.org/sources/clutter/1.0/$TARBALL" 1.20 +WGET_URL="http://www.clutter-project.org/sources/clutter/1.4/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules()