WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Missing dep for feh.tcz  (Read 1535 times)

Offline moB

  • Newbie
  • *
  • Posts: 49
Missing dep for feh.tcz
« on: June 18, 2014, 06:02:38 PM »
Missing dep for feh v2.9.3


1. problem  :o

Sample feh error with "edit in place"

Quote

lossless rotate: Got exitcode 1 from jpegtran. ...


2. diagnosis

Code: [Select]
tc@box:~$ jpegtran -h
sh: jpegtran: not found
                                                                                Likewise for cjpeg, djpeg, rdjpgcom, & wrjpgcom.

Missing: the libjpeg utility programs.


3. solution (confirmed)

Replace libjpeg-turbo.tcz with libjpeg-turbo-bin.tcz as dep for feh.tcz
As libjpeg-turbo is itself a dep of the bin extension we still get eveything :)

libjpeg-turbo-bin.tcz
   libjpeg-turbo.tcz

http://svn.code.sf.net/p/libjpeg-turbo/code/trunk/usage.txt


4. random

Why not "upgrade" libjpeg-turbo to libjpeg9:                                                 
 http://www.libjpeg-turbo.org/About/Jpeg-9


Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Missing dep for feh.tcz
« Reply #1 on: June 18, 2014, 10:55:19 PM »
libjpeg-turbo-bin added to feh deps - thanks