![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
Author: jaeger Date: 2006-01-19 16:10:40 +0100 (Thu, 19 Jan 2006) New Revision: 594 Modified: crux-2.1/ports/opt/libexif/.footprint crux-2.1/ports/opt/libexif/.md5sum crux-2.1/ports/opt/libexif/Pkgfile Log: libexif: updated to version 0.6.13 Modified: crux-2.1/ports/opt/libexif/.footprint =================================================================== --- crux-2.1/ports/opt/libexif/.footprint 2006-01-19 14:05:29 UTC (rev 593) +++ crux-2.1/ports/opt/libexif/.footprint 2006-01-19 15:10:40 UTC (rev 594) @@ -4,6 +4,7 @@ -rw-r--r-- root/root usr/include/libexif/_stdint.h -rw-r--r-- root/root usr/include/libexif/exif-byte-order.h -rw-r--r-- root/root usr/include/libexif/exif-content.h +-rw-r--r-- root/root usr/include/libexif/exif-data-type.h -rw-r--r-- root/root usr/include/libexif/exif-data.h -rw-r--r-- root/root usr/include/libexif/exif-entry.h -rw-r--r-- root/root usr/include/libexif/exif-format.h @@ -17,8 +18,8 @@ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libexif.a -rwxr-xr-x root/root usr/lib/libexif.la -lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.10.2.2 -lrwxrwxrwx root/root usr/lib/libexif.so.10 -> libexif.so.10.2.2 --rwxr-xr-x root/root usr/lib/libexif.so.10.2.2 +lrwxrwxrwx root/root usr/lib/libexif.so -> libexif.so.12.0.1 +lrwxrwxrwx root/root usr/lib/libexif.so.12 -> libexif.so.12.0.1 +-rwxr-xr-x root/root usr/lib/libexif.so.12.0.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libexif.pc Modified: crux-2.1/ports/opt/libexif/.md5sum =================================================================== --- crux-2.1/ports/opt/libexif/.md5sum 2006-01-19 14:05:29 UTC (rev 593) +++ crux-2.1/ports/opt/libexif/.md5sum 2006-01-19 15:10:40 UTC (rev 594) @@ -1,2 +1 @@ -a218f0d3896c793cf66fc505f743ef3b libexif-0.6.12-86740.patch -9f952ee8db0be7c53a075c34e8286d91 libexif-0.6.12.tar.bz2 +1b1e2b495c5aa20c08725f30545a110b libexif-0.6.13.tar.bz2 Modified: crux-2.1/ports/opt/libexif/Pkgfile =================================================================== --- crux-2.1/ports/opt/libexif/Pkgfile 2006-01-19 14:05:29 UTC (rev 593) +++ crux-2.1/ports/opt/libexif/Pkgfile 2006-01-19 15:10:40 UTC (rev 594) @@ -3,24 +3,18 @@ # Maintainer: Matt Housh, jaeger at morpheus dot net name=libexif -version=0.6.12 -release=2 -source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ - $name-$version-86740.patch) +version=0.6.13 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) build () { cd $name-$version - # fix a bug with the gimp JPEG plugin - patch -p2 < $SRC/$name-$version-86740.patch + # don't build docs, broken Makefiles + sed -i -e '/^SUBDIRS/s/ doc / /g' Makefile.* - # hack to fix a problem with soname versioning - will be fixed with 0.6.13 - sed -i -e 's/^LIBEXIF_AGE=0$/LIBEXIF_AGE=2/' \ - -e 's/^LIBEXIF_REVISION=0$/LIBEXIF_REVISION=2/' \ - -e 's/^LIBEXIF_VERSION_INFO=.*$/LIBEXIF_VERSION_INFO=$LIBEXIF_CURRENT:$LIBEXIF_AGE:$LIBEXIF_REVISION/' \ - configure - ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install + rm -rf $PKG/usr/share }