I propose a patch for the application exiftool. ExifTool is a platform-independent Perl library plus a command-line application for reading, writing and editing meta information in image, audio and video files.
I need this library to compile hugin soon. Thank you :-)
>From 6076e051b031d82fa0b90dc4036e1c079e0144f6 Mon Sep 17 00:00:00 2001 From: Cedynamix <[email protected]> Date: Sun, 15 Feb 2009 20:27:54 +0100 Subject: [PATCH] exiftool-7.68-1-i686 * new package --- source/lib-extra/exiftool/FrugalBuild | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 source/lib-extra/exiftool/FrugalBuild diff --git a/source/lib-extra/exiftool/FrugalBuild b/source/lib-extra/exiftool/FrugalBuild new file mode 100644 index 0000000..27d0c82 --- /dev/null +++ b/source/lib-extra/exiftool/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling time: 0.04 SBU +# Maintainer: +# Contributor: Cedrick Hannier alias Cedynamix <[email protected]> + +pkgname=exiftool +pkgver=7.68 +pkgrel=1 +pkgdesc="CL tool forreading, writing and editing meta information in image, audio and video files" +url="http://www.sno.phy.queensu.ca/~phil/exiftool/index.html" +depends=('perl') +groups=('lib-extra') +archs=('i686') +_F_archive_name="Image-ExifTool" +_F_cd_path="$_F_archive_name-$pkgver" +up2date="lynx -dump http://www.sno.phy.queensu.ca/~phil/exiftool/ | Flasttar" +source=(http://www.sno.phy.queensu.ca/~phil/exiftool/$_F_archive_name-$pkgver.tar.gz) +sha1sums=('74f7b93cfbcd15f6860349949f4e0c0256bb7532') + +build() { + Fcd + perl Makefile.PL || Fdie + Fmake + Fmake test + Fmakeinstall +} -- 1.6.1.3
begin:vcard fn;quoted-printable:C=C3=A9drick Hannier n;quoted-printable:Hannier;C=C3=A9drick email;internet:[email protected] tel;home:0241741932 tel;cell:0623151534 version:2.1 end:vcard
_______________________________________________ Frugalware-devel mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-devel
