Update to 1.6.4 from 1.6.3. pkgsrc changes:
upstream has provided a way to fetch the distfile with a URL that can be constructed by pkgsrc Upstream changes: * Experimental support for the build tool waf. * Fix test failures when compiling with -O0. See r631. * Ensure that conversions from double to int are performed correctly. Fixes for ticket31. * Clarify what gtk_image_view_get_draw_rect() and gtk_image_view_get_viewport() returns when the view is not allocated.
This commit is contained in:
parent
5efcf7814c
commit
7bdcc9bc02
2 changed files with 13 additions and 14 deletions
|
@ -1,16 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.7 2009/02/16 16:25:38 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2009/05/26 12:28:09 gdt Exp $
|
||||
|
||||
DISTNAME= gtkimageview-1.6.3
|
||||
PKGREVISION= 1
|
||||
DISTNAME= gtkimageview-1.6.4
|
||||
CATEGORIES= graphics
|
||||
# See http://trac.bjourne.webfactional.com/ticket/27
|
||||
# MASTER_SITES= http://trac.bjourne.webfactional.com/attachment/wiki/WikiStart/broken
|
||||
MASTER_SITES= http://www.lexort.com/pkgsrc/distfiles/
|
||||
# This package has no NEWS, and it is very difficult to find the summary of changes.
|
||||
# See http://trac.bjourne.webfactional.com/ticket/28 in which the author points
|
||||
# to the following URL for the content that would normally be in NEWS:
|
||||
# http://trac.bjourne.webfactional.com/chrome/common/gtkimageview-docs/releasehistory.html
|
||||
MASTER_SITES= http://trac.bjourne.webfactional.com/chrome/common/releases/
|
||||
|
||||
# This package has no NEWS, and it is very difficult to find the
|
||||
# summary of changes. See
|
||||
# http://trac.bjourne.webfactional.com/ticket/28 in which the author
|
||||
# points to the following URL for the content that would normally be
|
||||
# in NEWS:
|
||||
# http://trac.bjourne.webfactional.com/chrome/common/gtkimageview-docs/releasehistory.html
|
||||
MAINTAINER= gdt@NetBSD.org
|
||||
HOMEPAGE= http://trac.bjourne.webfactional.com/
|
||||
COMMENT= Image viewer widget for GTK
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2008/12/15 20:11:04 drochner Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/05/26 12:28:09 gdt Exp $
|
||||
|
||||
SHA1 (gtkimageview-1.6.3.tar.gz) = ad19e7421279919935193c7f8a9e6793d77190e0
|
||||
RMD160 (gtkimageview-1.6.3.tar.gz) = eec79ea967776fc8152a5dd4149959c3499b682f
|
||||
Size (gtkimageview-1.6.3.tar.gz) = 1087939 bytes
|
||||
SHA1 (gtkimageview-1.6.4.tar.gz) = dc0067e72889285ddd667aba700f1de928142fba
|
||||
RMD160 (gtkimageview-1.6.4.tar.gz) = 86c8eeb80a8f85b979ae11387d1dccea631483ae
|
||||
Size (gtkimageview-1.6.4.tar.gz) = 1158148 bytes
|
||||
|
|
Loading…
Reference in a new issue