From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 1 20:50:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37DE8106568A for ; Fri, 1 Jun 2012 20:50:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 226D78FC0A for ; Fri, 1 Jun 2012 20:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q51KoB0F010742 for ; Fri, 1 Jun 2012 20:50:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q51KoAt2010741; Fri, 1 Jun 2012 20:50:10 GMT (envelope-from gnats) Date: Fri, 1 Jun 2012 20:50:10 GMT Message-Id: <201206012050.q51KoAt2010741@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Raphael Kubo da Costa Cc: Subject: Re: ports/168319: graphics/qiviewer: Not displaying image jpeg X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2012 20:50:11 -0000 The following reply was made to PR ports/168319; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/168319: graphics/qiviewer: Not displaying image jpeg Date: Fri, 01 Jun 2012 17:48:54 -0300 Mel Flynn writes: > On 1-6-2012 4:10, Raphael Kubo da Costa wrote: >> Mel Flynn writes: >> >>> When graphics/qiviewer is installed without having a full KDE desktop, >>> in my case a trimmed down x11-wm/xfce4 (no PRINT, no MIXER, no GDM) then >>> qiviewer will not display JPEG images. >>> It will successfully show PNG images, which leads me to believe that the >>> root cause is that the program relies on QtGUI providing the image support. >>> >>> Since the FreeBSD QtGUI only links with png, no other image formats are >>> available to it. Jpeg is available at compile and runtime. >> >>> Possible fix that should be examined if linking QtGui with jpeg makes this >>> work. >> >> Hmm. We already pass -system-libpng, -system-libjpeg and friends to Qt's >> configure program. Do you have graphics/qt4-imageformats installed? > > Negative. > Also not marked in that port's dependencies. Please try installing it and checking if things work fine. If they do, the port's dependencies need to be adjusted.