fongoses / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

missing ./configure flag for webp #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
leptonica-1.68 has flags for using (or not) various support libraries:

  --without-zlib          do not include zlib support
  --without-libpng        do not include libpng support
  --without-jpeg          do not include jpeg support
  --without-giflib        do not include giflib support
  --without-libtiff       do not include libtiff support

as initialized in configure.ac  by AC_ARG_WITH([foo],...) and then handled by 
AS_IF([test "x$with_foo != xno],...). Use of libwebp is one of the optional 
dependencies whose detection is controlled by that type of AS_IF, however there 
is no AC_ARG_WITH flag to control it. Therefore, there is no way to disable 
webp (other than uninstalling the lib from my system).

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by dma...@gmail.com on 9 Jul 2011 at 12:50

GoogleCodeExporter commented 9 years ago
the same in 1.69.
Here is patch that fix it.

Original comment by zde...@gmail.com on 6 Jul 2012 at 3:00

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting the problem (dmacks) and for providing the patch (zdenop) 
to configure.ac.

This will be fixed in 1.70.

Original comment by dan.bloo...@gmail.com on 23 Aug 2012 at 10:13

GoogleCodeExporter commented 9 years ago
when 1.70. will be release?

Original comment by zde...@gmail.com on 6 Jan 2014 at 3:00

GoogleCodeExporter commented 9 years ago
I expect 1.70 to go out within 10 days, including your patch on configure.ac.

Original comment by dan.bloo...@gmail.com on 6 Jan 2014 at 3:36

GoogleCodeExporter commented 9 years ago
Where you will publish 1.70 (there is not possibility use code.google.com for 
upload of packages)?

Original comment by zde...@gmail.com on 23 Jan 2014 at 2:56

GoogleCodeExporter commented 9 years ago
You are correct -- code.google.com is being turned off, and no more uploads are 
accepted.

I will be uploading 1.70 later today, and it will appear at leptonica.org.

Original comment by dan.bloo...@gmail.com on 23 Jan 2014 at 4:55

GoogleCodeExporter commented 9 years ago
If you send me your email address, I will send you a notification.

Original comment by dan.bloo...@gmail.com on 23 Jan 2014 at 4:56

GoogleCodeExporter commented 9 years ago
Just close this issue I will know I need to check leptonica.org ;-)

Original comment by zde...@gmail.com on 23 Jan 2014 at 5:19

GoogleCodeExporter commented 9 years ago
1.70 is out

Original comment by dan.bloo...@gmail.com on 23 Jan 2014 at 8:39