updated by switching it to use GraphicsMagick instead. This removes the need for "private" headers and promises a less eventful future. Don't install mimetype-descriptions, which conflict with those installed by kdelibs and otherwise improve plist. Build in parallel using our own make (no evident need for gmake). The port may be retired soon, as no new development happened on it since early 2005. Approved by: portmgr (linimon)
28 lines
963 B
Plaintext
28 lines
963 B
Plaintext
--- app/htmlexport.cpp 2004-05-22 10:02:26.000000000 -0400
|
|
+++ app/htmlexport.cpp 2007-11-08 08:59:28.000000000 -0500
|
|
@@ -26,6 +26,4 @@
|
|
pages = (int)ceil(((float)fileList.count())/imagesPerPage);
|
|
|
|
- qWarning("Total images: %d, images per page %d, pages: %d",
|
|
- fileList.count(), imagesPerPage, pages);
|
|
|
|
it = fileList.begin();
|
|
--- app/browser.cpp 2004-05-22 10:02:26.000000000 -0400
|
|
+++ app/browser.cpp 2007-11-08 09:05:39.000000000 -0500
|
|
@@ -2013,5 +2013,4 @@
|
|
p.begin(tmpIconPix);
|
|
|
|
- qWarning("KIO handlers: %d", kioHandlers->count());
|
|
if(kioHandlers->count()){
|
|
QStringList::Iterator it;
|
|
--- mimetypes/Makefile.in 2004-05-23 07:00:55.000000000 -0400
|
|
+++ mimetypes/Makefile.in 2007-11-08 09:32:52.000000000 -0500
|
|
@@ -276,6 +276,5 @@
|
|
xdg_menudir = @xdg_menudir@
|
|
|
|
-mime_DATA = x-pcx.desktop x-xwd.desktop x-miff.desktop x-tga.desktop \
|
|
- x-pict.desktop
|
|
+mime_DATA = x-xwd.desktop x-miff.desktop x-pict.desktop
|
|
|
|
|