wok diff gphoto2/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 581aa08dc55c
children 1fbd398aaaf4
line diff
     1.1 --- a/gphoto2/receipt	Mon Mar 01 16:54:24 2010 +0000
     1.2 +++ b/gphoto2/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gphoto2"
     1.7 -VERSION="2.4.8"
     1.8 +VERSION="2.4.9"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="digital camera download and access program"
    1.11  MAINTAINER="jozee@slitaz.org"
    1.12  DEPENDS="libexif jpeg libgphoto2 readline popt libtool ncurses"
    1.13 -BUILD_DEPENDS="jpeg-dev libexif-dev libgphoto2 libgphoto2-dev readline readline-dev popt-dev"
    1.14 +BUILD_DEPENDS="jpeg-dev libexif-dev libgphoto2 libgphoto2-dev readline readline-dev popt popt-dev"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16  WEB_SITE="http://www.gphoto.org" 
    1.17  WGET_URL="$SF_MIRROR/gphoto/$TARBALL"