1
0
forked from ports/opt

libexif: updated to version 0.6.13

This commit is contained in:
Matt Housh 2006-01-19 15:10:40 +00:00
parent 0ee5d62ee4
commit 7225a2ceda
3 changed files with 11 additions and 17 deletions

View File

@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/include/libexif/
-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/include/libexif/
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

View File

@ -1,2 +1 @@
a218f0d3896c793cf66fc505f743ef3b libexif-0.6.12-86740.patch
9f952ee8db0be7c53a075c34e8286d91 libexif-0.6.12.tar.bz2
1b1e2b495c5aa20c08725f30545a110b libexif-0.6.13.tar.bz2

View File

@ -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
# 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
# don't build docs, broken Makefiles
sed -i -e '/^SUBDIRS/s/ doc / /g' Makefile.*
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}