ports/120481: Update port: graphics/qtpfsgui Update to 1.8.12 and fix depend on qt4-imageformats

Gergely Czuczy phoemix at harmless.hu
Sat Feb 9 19:20:03 UTC 2008


>Number:         120481
>Category:       ports
>Synopsis:       Update port: graphics/qtpfsgui Update to 1.8.12 and fix depend on qt4-imageformats
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 09 19:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gergely Czuczy
>Release:        6.3
>Organization:
Harmless Digital
>Environment:
FreeBSD kign.harmless.lan 6.3-STABLE FreeBSD 6.3-STABLE #0: Thu Jan 24 10:38:26 UTC 2008     toor at kign.harmless.lan:/usr/obj/usr/src/sys/KIGN  i386

>Description:
 - Updated port version 1.8.12
 - Fixed missing dependency on qt4-imageformats (without this saving to jpegs is not possible)

>How-To-Repeat:

>Fix:
diff -ru qtpfsgui.orig/Makefile qtpfsgui/Makefile
--- qtpfsgui.orig/Makefile      2007-11-25 00:12:01.000000000 +0000
+++ qtpfsgui/Makefile   2008-02-09 19:28:06.000000000 +0000
@@ -6,7 +6,7 @@
 #

 PORTNAME=      qtpfsgui
-DISTVERSION=   1.8.10
+DISTVERSION=   1.8.12
 PORTREVISION=  1
 CATEGORIES=    graphics
 MASTER_SITES=  SF
@@ -27,7 +27,7 @@
                ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3

 USE_QT_VER=    4
-QT_COMPONENTS= corelib gui
+QT_COMPONENTS= corelib gui imageformats

 LRELEASE=      ${QT_PREFIX}/bin/lrelease-qt4

diff -ru qtpfsgui.orig/distinfo qtpfsgui/distinfo
--- qtpfsgui.orig/distinfo      2007-09-09 12:15:34.000000000 +0000
+++ qtpfsgui/distinfo   2008-02-09 19:29:34.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (qtpfsgui-1.8.10.tar.gz) = 909cf32d90f2c7561d92877575742bd8
-SHA256 (qtpfsgui-1.8.10.tar.gz) = 0cb2f9186dd1f32ca1d64340055fb9d71da786a9a5cb3ebe346251d551200e95
-SIZE (qtpfsgui-1.8.10.tar.gz) = 1080221
+MD5 (qtpfsgui-1.8.12.tar.gz) = 3a730548a681a20a43fffff68fdd46c3
+SHA256 (qtpfsgui-1.8.12.tar.gz) = 7a9c77576622f5ef22d141d44bb4bf6f398151ff201e193794fb5a7fe2f65ee3
+SIZE (qtpfsgui-1.8.12.tar.gz) = 1178086
Only in qtpfsgui/files: patch-mtb_alignment.cpp
diff -ru qtpfsgui.orig/files/patch-project.pro qtpfsgui/files/patch-project.pro
--- qtpfsgui.orig/files/patch-project.pro       2007-09-09 12:15:34.000000000 +0000
+++ qtpfsgui/files/patch-project.pro    2008-02-09 20:00:34.000000000 +0000
@@ -1,29 +1,31 @@
---- project.pro.orig   Sat Jul 14 21:44:28 2007
-+++ project.pro        Sun Sep  9 21:54:27 2007
-@@ -171,13 +171,13 @@
+--- project.pro.orig   2008-02-09 19:30:17.000000000 +0000
++++ project.pro        2008-02-09 19:31:40.000000000 +0000
+@@ -173,15 +173,13 @@
  menu.files       = qtpfsgui.desktop
  menu.path        = $${PREFIX}/share/applications
  icon.files       = images/qtpfsgui.png
 -icon.path        = $${PREFIX}/share/icons/hicolor/48x48/apps
 -htmls.files      = html
 -htmls.path       = $${PREFIX}/share/qtpfsgui
-+icon.path        = $${PREFIX}/share/pixmaps
-+docs.files      = AUTHORS COPYING Changelog INSTALL NEWS README TODO html
-+docs.path       = $${PREFIX}/share/doc/qtpfsgui
- i18n.files       = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm
++icon.path        = $${PREFIX}/share/pixmaps/
++docs.files      = AUTHORS COPYING Changelog INSTALL NEWS README TODO html
++docs.path       = $${PREFIX}/share/doc/qtpfsgui
+ i18n.files       = i18n/lang_de.qm i18n/lang_es.qm i18n/lang_it.qm i18n/lang_fr.qm i18n/lang_pl.qm i18n/lang_tr.qm i18n/lang_ru.qm i18n/lang_cs.qm
  i18n.path        = $$I18NDIR
+-docs.files       = README COPYING AUTHORS INSTALL Changelog
+-docs.path        = $${PREFIX}/share/qtpfsgui

--INSTALLS        += target menu icon htmls i18n
-+INSTALLS        += target menu icon docs i18n
+-INSTALLS        += target menu icon htmls i18n docs
++INSTALLS        += target menu icon i18n docs
  message ( "" )
  message ("********************************************************************")
  message ("Installation PREFIX=$$PREFIX")
-@@ -191,7 +191,7 @@
- message ("qtpfsgui ==> $$target.path")
+@@ -195,7 +193,7 @@
+ message ("qtpfsgui         ==> $$target.path")
  message ("qtpfsgui.desktop ==> $$menu.path")
- message ("qtpfsgui.png ==> $$icon.path")
--message ("html directory ==> $$htmls.path")
-+message ("doc directory ==> $$docs.path")
- message ("i18n messages ==> $$i18n.path")
+ message ("qtpfsgui.png     ==> $$icon.path")
+-message ("html and docs    ==> $$htmls.path")
++message ("docs             ==> $$htmls.path")
+ message ("i18n messages    ==> $$i18n.path")
  message ("********************************************************************")


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



More information about the freebsd-ports-bugs mailing list