public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITA] exif 0.6.9 - Command-line utility to show EXIF information hidden in JPEG files
@ 2007-08-07 19:13 Jari Aalto
  2007-08-08  4:52 ` Yaakov (Cygwin Ports)
  0 siblings, 1 reply; 7+ messages in thread
From: Jari Aalto @ 2007-08-07 19:13 UTC (permalink / raw)
  To: cygwin-apps


Here is adoption of exif (Gerrit's)

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 cygexif cygintl8 cygpopt0 cygiconv2

a) manual download

  wget        \
    http://cygwin.cante.net/exif/exif-0.6.9-1.tar.bz2 \
    http://cygwin.cante.net/exif/exif-0.6.9-1-src.tar.bz2 \
    http://cygwin.cante.net/exif/setup.hint

b) automated for review: get.sh will print 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ITA] exif 0.6.9 - Command-line utility to show EXIF information  hidden in JPEG files
  2007-08-07 19:13 [ITA] exif 0.6.9 - Command-line utility to show EXIF information hidden in JPEG files Jari Aalto
@ 2007-08-08  4:52 ` Yaakov (Cygwin Ports)
  2007-08-09 16:05   ` Jari Aalto
  0 siblings, 1 reply; 7+ messages in thread
From: Yaakov (Cygwin Ports) @ 2007-08-08  4:52 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Jari Aalto wrote:
> Here is adoption of exif (Gerrit's)

1) The current upstream version is 0.6.15, please use that.

> requires: cygwin cygexif cygintl8 cygpopt0 cygiconv2

This line is all wrong.


Yaakov
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGuUwLpiWmPGlmQSMRCIp2AJ4hTgGFeYHYHe0WcQ8VNx0omvzR1QCeJzOY
6+4XhRPGTFlAogN/rLyhG4w=
=kcRo
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ITA] exif 0.6.9 - Command-line utility to show EXIF information  hidden in JPEG files
  2007-08-08  4:52 ` Yaakov (Cygwin Ports)
@ 2007-08-09 16:05   ` Jari Aalto
  2007-08-09 16:10     ` Corinna Vinschen
  0 siblings, 1 reply; 7+ messages in thread
From: Jari Aalto @ 2007-08-09 16:05 UTC (permalink / raw)
  To: cygwin-apps

* Tue 2007-08-07 Yaakov Ports) <yselkowitz-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f AT public.gmane.org>
* Message-Id: 46B94C0B.4010103 AT users.sourceforge.net
> Jari Aalto wrote:
>
>> Here is adoption of exif (Gerrit's)
>
> 1) The current upstream version is 0.6.15, please use that.

Done.

>> requires: cygwin cygexif cygintl8 cygpopt0 cygiconv2
>
> This line is all wrong.

How should that read? The dependencies are:

  D:\cygwin\bin\cygwin1.dll
    C:\WINNT\system32\ADVAPI32.DLL
      C:\WINNT\system32\NTDLL.DLL
      C:\WINNT\system32\KERNEL32.DLL
      C:\WINNT\system32\RPCRT4.DLL
  D:\cygwin\bin\cygexif-12.dll
    D:\cygwin\bin\cygintl-8.dll
      D:\cygwin\bin\cygiconv-2.dll
  D:\cygwin\bin\cygpopt-0.dll


Jari

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ITA] exif 0.6.9 - Command-line utility to show EXIF information  hidden in JPEG files
  2007-08-09 16:05   ` Jari Aalto
@ 2007-08-09 16:10     ` Corinna Vinschen
  2007-08-10  4:30       ` [ITA] exif 0.6.15 " Jari Aalto
  0 siblings, 1 reply; 7+ messages in thread
From: Corinna Vinschen @ 2007-08-09 16:10 UTC (permalink / raw)
  To: cygwin-apps

On Aug  9 19:04, Jari Aalto wrote:
> * Tue 2007-08-07 Yaakov Ports) <yselkowitz-Rn4VEauK+AKRv+LV9MX5uipxlwaOVQ5f AT public.gmane.org>
> * Message-Id: 46B94C0B.4010103 AT users.sourceforge.net
> > Jari Aalto wrote:
> >
> >> Here is adoption of exif (Gerrit's)
> >
> > 1) The current upstream version is 0.6.15, please use that.
> 
> Done.
> 
> >> requires: cygwin cygexif cygintl8 cygpopt0 cygiconv2
> >
> > This line is all wrong.
> 
> 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.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ITA] exif 0.6.15 - Command-line utility to show EXIF information  hidden in JPEG files
  2007-08-09 16:10     ` Corinna Vinschen
@ 2007-08-10  4:30       ` Jari Aalto
  2007-08-10 18:43         ` [GTG] " Dr. Volker Zell
  2007-08-10 21:10         ` Eric Blake
  0 siblings, 2 replies; 7+ messages in thread
From: Jari Aalto @ 2007-08-10  4:30 UTC (permalink / raw)
  To: cygwin-apps

* 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [GTG] Re: [ITA] exif 0.6.15 - Command-line utility to show EXIF information  hidden in JPEG files
  2007-08-10  4:30       ` [ITA] exif 0.6.15 " Jari Aalto
@ 2007-08-10 18:43         ` Dr. Volker Zell
  2007-08-10 21:10         ` Eric Blake
  1 sibling, 0 replies; 7+ messages in thread
From: Dr. Volker Zell @ 2007-08-10 18:43 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > * 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.

Packaging looks good, builds fine from source.

GTG
 Volker
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ITA] exif 0.6.15 - Command-line utility to show EXIF information   hidden in JPEG files
  2007-08-10  4:30       ` [ITA] exif 0.6.15 " Jari Aalto
  2007-08-10 18:43         ` [GTG] " Dr. Volker Zell
@ 2007-08-10 21:10         ` Eric Blake
  1 sibling, 0 replies; 7+ messages in thread
From: Eric Blake @ 2007-08-10 21:10 UTC (permalink / raw)
  To: cygwin-apps

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Jari Aalto on 8/9/2007 10:30 PM:
> Fixed. Newer 0.6.15 now packaged.
> 
>     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

Uploaded.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGvNQ684KuGfSFAYARAjv0AJ4wfTvYVASX/Ttnp56RQyWcZDFRnACfdp1c
lfI6rNBoW85GAy+zAnLl6o0=
=jOWb
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-08-10 21:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-07 19:13 [ITA] exif 0.6.9 - Command-line utility to show EXIF information hidden in JPEG files Jari Aalto
2007-08-08  4:52 ` Yaakov (Cygwin Ports)
2007-08-09 16:05   ` Jari Aalto
2007-08-09 16:10     ` Corinna Vinschen
2007-08-10  4:30       ` [ITA] exif 0.6.15 " Jari Aalto
2007-08-10 18:43         ` [GTG] " Dr. Volker Zell
2007-08-10 21:10         ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).