This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITA] exif 0.6.15 - Command-line utility to show EXIF information hidden in JPEG files
* Thu 2007-08-09 Corinna Vinschen <corinna-cygwin-rDBXBDvO6BXQT0dZR+AlfA AT public.gmane.org>
>> >> requires: cygwin cygexif cygintl8 cygpopt0 cygiconv2
>> How should that read? The dependencies are:
>
> The "requires" line lists the names of the required *packages*, not
> the names of single DLLs within those packages.
Fixed. Newer 0.6.15 now packaged.
Jari
sdesc: "Command-line utility to show EXIF information hidden in JPEG files"
ldesc: "A small command-line utility to show EXIF
information hidden in JPEG files. It was written to
demonstrate the power of libexif."
category: Graphics
requires: cygwin libexif12 libintl8 libpopt0 libiconv2
a) manual
wget \
http://cygwin.cante.net/exif/exif-0.6.15-1.tar.bz2 \
http://cygwin.cante.net/exif/exif-0.6.15-1-src.tar.bz2 \
http://cygwin.cante.net/exif/setup.hint
b) automated: get.sh displays further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir exif ; cd exif
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/exif/get.sh \
http://cygwin.cante.net/exif/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
cd /usr/src/cygwin-packages/exif
less /usr/src/cygwin-packages/exif/get.sh
tar -jtvf /usr/src/cygwin-packages/exif/exif-0.6.15-1.tar.bz2