View | Details | Raw Unified | Return to bug 151556
Collapse All | Expand All

(-)www/gnome-web-photo/Makefile (-9 / +11 lines)
Lines 8-15 Link Here
8
#
8
#
9
9
10
PORTNAME=	gnome-web-photo
10
PORTNAME=	gnome-web-photo
11
PORTVERSION=	0.2
11
PORTVERSION=	0.9
12
PORTREVISION=	9
13
CATEGORIES=	www
12
CATEGORIES=	www
14
MASTER_SITES=	GNOME
13
MASTER_SITES=	GNOME
15
14
Lines 17-32 Link Here
17
COMMENT=	Tool to generate full-size image files and thumbnails
16
COMMENT=	Tool to generate full-size image files and thumbnails
18
17
19
USE_BZIP2=	yes
18
USE_BZIP2=	yes
20
USE_GECKO=	seamonkey
19
USE_GNOME=	gconf2 gnomehack gnomeprefix
21
GNU_CONFIGURE=	yes
20
USE_GECKO=	libxul
22
CONFIGURE_ARGS=	--with-gecko=${GECKO}
21
USE_GETTEXT=	yes
23
USE_GMAKE=	yes
22
USE_GMAKE=	yes
24
USE_GNOME=	gnomevfs2 gnomehack gnomeprefix
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
25
GCONF_SCHEMAS=	thumbnailer.schemas
25
GCONF_SCHEMAS=	thumbnailer.schemas
26
26
27
.include <bsd.port.pre.mk>
27
CFLAGS+=	`pkg-config --cflags-only-I libxul`
28
CPPFLAGS=	-I${LOCALBASE}/include
29
LDFLAGS=	-L${LOCALBASE}/lib
28
30
29
post-patch:
31
post-patch:
30
	@${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure
32
	@${REINPLACE_CMD} -e 's|libxul-unstable||g' ${WRKSRC}/configure
31
33
32
.include <bsd.port.post.mk>
34
.include <bsd.port.mk>
(-)www/gnome-web-photo/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gnome-web-photo-0.2.tar.bz2) = 177641fa35cc66771bfa574e17768605
1
MD5 (gnome-web-photo-0.9.tar.bz2) = 62952330a62b463df5fef315f4a7cb93
2
SHA256 (gnome-web-photo-0.2.tar.bz2) = c8e441cfa96a62e37d6a031ca15abc7782318a834362879bb8c311aadd475ee6
2
SHA256 (gnome-web-photo-0.9.tar.bz2) = b959fa061bd4d839bb13b9ec132ebdec50c908de6ea0c1667c065b41be8830e4
3
SIZE (gnome-web-photo-0.2.tar.bz2) = 298503
3
SIZE (gnome-web-photo-0.9.tar.bz2) = 317068
(-)www/gnome-web-photo/files/patch-src__Writer.cpp (+12 lines)
Line 0 Link Here
1
--- src/Writer.cpp.orig	2009-04-21 00:43:33.000000000 +0900
2
+++ src/Writer.cpp	2010-10-05 00:43:15.000000000 +0900
3
@@ -197,7 +197,8 @@
4
       width = NSAppUnitsToIntPixels(cutout.width, p2a);
5
       height = NSAppUnitsToIntPixels(cutout.height, p2a);
6
 
7
-      rv = presShell->RenderDocument(cutout, PR_FALSE, PR_TRUE,
8
+      rv = presShell->RenderDocument(cutout,
9
+                                     nsIPresShell::RENDER_IGNORE_VIEWPORT_SCROLLING,
10
                                      NS_RGB(255, 255, 255), context);
11
       if (NS_SUCCEEDED(rv)) {
12
         imgContext->DrawSurface(surface, gfxSize(width, height));
(-)www/gnome-web-photo/pkg-plist (-3 / +6 lines)
Lines 1-6 Link Here
1
bin/gnome-web-photo
1
bin/gnome-web-photo
2
bin/gnome-web-print
2
bin/gnome-web-print
3
bin/gnome-web-thumbnail
3
bin/gnome-web-thumbnail
4
share/gnome-web-photo/prefs.js
4
%%DATADIR%%/prefs.js
5
share/gnome-web-photo/style.css
5
%%DATADIR%%/style.css
6
@dirrm share/gnome-web-photo
6
share/locale/ja/LC_MESSAGES/gnome-web-photo.mo
7
share/locale/oc/LC_MESSAGES/gnome-web-photo.mo
8
share/locale/sv/LC_MESSAGES/gnome-web-photo.mo
9
@dirrm %%DATADIR%%

Return to bug 151556