Public bug reported:

Ubuntu(2.10-4ubuntu4) is currently carrying debian/patches/use-jpeg-
turbo.diff:

--- fbi-2.09.orig/GNUmakefile
+++ fbi-2.09/GNUmakefile
@@ -52,7 +52,7 @@ HAVE_LIBSANE  := $(call ac_lib,sane_init,
 HAVE_LIBCURL   := $(call ac_lib,curl_easy_init,curl)
 HAVE_LIBLIRC   := $(call ac_lib,lirc_init,lirc_client)
 HAVE_MOTIF     := $(call ac_lib,XmStringGenerate,Xm,-L/usr/X11R6/$(LIB) -lXpm 
-lXt -lXext -lX11)
-JPEG_VER        := $(call ac_jpeg_ver)
+JPEG_VER        := 80
 endef
 
 # transposing

This change was introduced to address LP#1450949, where JPEG_VER was
previously hardcoded to 62. The upstream Debian version now dynamically
determines the version using `$(srcdir)/scripts/jpeg-version.sh` script

```
#!/bin/sh
echo JPEG_LIB_VERSION | cpp $CFLAGS -include jpeglib.h | tail -1
```

When questing installs libjpeg-dev(version 8.0), this script correctly
returns 80 as the JPEG_VER version number.

In this case, there is no need for the diff we carry. We should sync fbi
rather than merge.

** Affects: fbi (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2114725

Title:
  Sync fbi from debian for questing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fbi/+bug/2114725/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to