update to 0.1.11, from Benoit Lecocq on ports@.
This commit is contained in:
parent
45c7658262
commit
46626b53e7
@ -1,19 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/05/18 09:17:34 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2009/01/07 22:12:08 sthen Exp $
|
||||
|
||||
COMMENT = simple and fast image viewer for X
|
||||
|
||||
DISTNAME = gpicview-0.1.9
|
||||
PKGNAME = ${DISTNAME}p0
|
||||
DISTNAME = gpicview-0.1.11
|
||||
|
||||
CATEGORIES = graphics x11
|
||||
|
||||
HOMEPAGE = http://lxde.org/gpicview/
|
||||
HOMEPAGE = http://lxde.org/
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
||||
WANTLIB += freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 jpeg
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
|
||||
WANTLIB += pthread z
|
||||
WANTLIB += gio-2.0 pthread z
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (gpicview-0.1.9.tar.gz) = w3Fh+TZ25MLMYJZch4vcaA==
|
||||
RMD160 (gpicview-0.1.9.tar.gz) = hA8xihDpXvYFoUS80NyJzMN32YU=
|
||||
SHA1 (gpicview-0.1.9.tar.gz) = ZjXAdCVR8xbUN7Cs4QAEU6ZXiZE=
|
||||
SHA256 (gpicview-0.1.9.tar.gz) = OgVkmlOtuDjTVRVMMocPeWSkP+0Q6Z2XOG3zMLwUcS4=
|
||||
SIZE (gpicview-0.1.9.tar.gz) = 397457
|
||||
MD5 (gpicview-0.1.11.tar.gz) = nVKl2XDzBXl4uY/lEbVRIQ==
|
||||
RMD160 (gpicview-0.1.11.tar.gz) = yUtb6In2WbMsngeDNE8cu8i1w4U=
|
||||
SHA1 (gpicview-0.1.11.tar.gz) = xGqXwxqE4SmUSgjw4vcC4aiXKFs=
|
||||
SHA256 (gpicview-0.1.11.tar.gz) = VYfDs6ee8MHH7PwTJ35Cp6+YUP34Qq81hWFuqJclumM=
|
||||
SIZE (gpicview-0.1.11.tar.gz) = 394506
|
||||
|
@ -1,15 +0,0 @@
|
||||
$OpenBSD: patch-src_main-win_c,v 1.1.1.1 2008/05/16 13:51:40 ajacoutot Exp $
|
||||
--- src/main-win.c.orig Wed Feb 20 19:29:29 2008
|
||||
+++ src/main-win.c Fri May 16 00:07:48 2008
|
||||
@@ -694,7 +694,11 @@ int rotate_and_save_jpeg_lossless(char * filename,int
|
||||
//now copy /tmp/rot.jpg back to the original file
|
||||
char command[strlen(filename)+50]; //this should not generate buffer owerflow
|
||||
// MS: didn't know, how to make it better, maybe an own copy routine
|
||||
+#ifdef __OpenBSD__
|
||||
+ snprintf(command, sizeof(command), "cp /tmp/rot.jpg \"%s\"",filename);
|
||||
+#else
|
||||
sprintf(command,"cp /tmp/rot.jpg \"%s\"",filename);
|
||||
+#endif
|
||||
system(command);
|
||||
|
||||
return 0;
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/05/18 09:17:34 ajacoutot Exp $
|
||||
bin/gpicview
|
||||
@comment $OpenBSD: PLIST,v 1.3 2009/01/07 22:12:08 sthen Exp $
|
||||
@bin bin/gpicview
|
||||
share/applications/gpicview.desktop
|
||||
share/gpicview/
|
||||
share/gpicview/pixmaps/
|
||||
@ -11,11 +11,19 @@ share/locale/de_DE/
|
||||
share/locale/de_DE/LC_MESSAGES/
|
||||
share/locale/de_DE/LC_MESSAGES/gpicview.mo
|
||||
share/locale/es/LC_MESSAGES/gpicview.mo
|
||||
share/locale/eu/LC_MESSAGES/gpicview.mo
|
||||
share/locale/fi/LC_MESSAGES/gpicview.mo
|
||||
share/locale/fr/LC_MESSAGES/gpicview.mo
|
||||
share/locale/gl/LC_MESSAGES/gpicview.mo
|
||||
share/locale/ja/LC_MESSAGES/gpicview.mo
|
||||
share/locale/lt/
|
||||
share/locale/lt/LC_MESSAGES/
|
||||
share/locale/lt/LC_MESSAGES/gpicview.mo
|
||||
share/locale/nl/LC_MESSAGES/gpicview.mo
|
||||
share/locale/no/LC_MESSAGES/gpicview.mo
|
||||
share/locale/pl/LC_MESSAGES/gpicview.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/gpicview.mo
|
||||
share/locale/ru/LC_MESSAGES/gpicview.mo
|
||||
share/locale/sk/LC_MESSAGES/gpicview.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gpicview.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gpicview.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user