wok diff ethumb/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents a4435153f737
children 08e5478003df
line diff
     1.1 --- a/ethumb/receipt	Fri May 27 01:57:05 2011 +0200
     1.2 +++ b/ethumb/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -1,18 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ethumb"
     1.7 -VERSION="0.1.1.55225"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="E17 Thumbnail generation library."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.enlightenment.org/"
    1.14 -WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
    1.15 +WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
    1.16  TAGS="e17"
    1.17  
    1.18 -DEPENDS="eina eet evas ecore edje emotion libexif"
    1.19 +DEPENDS="eina eet evas ecore edje emotion edbus eio libexif"
    1.20  BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev emotion-dev \
    1.21 -libexif-dev"
    1.22 +embryo-dev edbus-dev jpeg-dev expat-dev libexif-dev lua5.1-dev eio-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()