Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 06:54:38 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178558: [update]: print/qpdfview fix images in application
Message-ID:  <201305130654.r4D6scRT036377@oldred.FreeBSD.org>
Resent-Message-ID: <201305130700.r4D7008s025936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178558
>Category:       ports
>Synopsis:       [update]: print/qpdfview fix images in application
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 13 07:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Fixed bug that didn't shows pictures in application.
>How-To-Repeat:

>Fix:
diff -ruN qpdfview.orig/Makefile qpdfview/Makefile
--- qpdfview.orig/Makefile	2013-05-13 10:51:07.289910832 +0400
+++ qpdfview/Makefile	2013-04-29 17:26:38.926995856 +0400
@@ -3,7 +3,7 @@
 
 PORTNAME=	qpdfview
 PORTVERSION=	0.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	https://launchpadlibrarian.net/131409309/
 
@@ -15,8 +15,8 @@
 LIB_DEPENDS=	poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \
 		cups:${PORTSDIR}/print/cups-client
 
-USE_QT4=	corelib dbus gui moc_build qmake_build rcc_build sql sql-sqlite3_run \
-		svg xml
+USE_QT4=	corelib dbus gui imageformats moc_build qmake_build rcc_build \
+		sql sql-sqlite3_run svg xml
 QMAKEFLAGS+=	QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE=""
 
 DATADIR=	${PREFIX}/share/${PORTNAME}

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130654.r4D6scRT036377>