Bug 178558 - [update]: print/qpdfview fix images in application
Summary: [update]: print/qpdfview fix images in application
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 08:00 UTC by Veniamin
Modified: 2013-05-18 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (759 bytes, patch)
2013-05-13 08:00 UTC, Veniamin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2013-05-13 07:54:38 UTC
>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:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 1 Veniamin 2013-05-13 07:54:38 UTC
>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:
_______________________________________________
freebsd-ports-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports-bugs
To unsubscribe, send any mail to "freebsd-ports-bugs-unsubscribe@freebsd.org"
Comment 2 Veniamin 2013-05-13 08:00:00 UTC
Fixed bug that didn't shows pictures in application.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-18 21:01:49 UTC
Author: rakuco
Date: Sat May 18 20:01:36 2013
New Revision: 318445
URL: http://svnweb.freebsd.org/changeset/ports/318445

Log:
  Adjust Qt dependencies to fix a bug which prevented images from being shown.
  
  PR:		ports/178558
  Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)

Modified:
  head/print/qpdfview/Makefile

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Sat May 18 19:49:01 2013	(r318444)
+++ head/print/qpdfview/Makefile	Sat May 18 20:01:36 2013	(r318445)
@@ -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 @@ LICENSE=	GPLv2
 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}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-18 21:01:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!