pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/autopano-sift-C Changes 2.5.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00adf2d988d1
branches:  trunk
changeset: 400588:00adf2d988d1
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 22 18:34:30 2009 +0000

description:
Changes 2.5.1:
* Fix for crash when input specified with a project file contains file paths
  with spaces.
* Major memory leak in autopano-sift-c command-line tool fixed.
* Other minor improvements including: a fix for a possible crash, inlined
  functions and cpack support for rpm and deb packaging.

diffstat:

 graphics/autopano-sift-C/Makefile         |   5 ++---
 graphics/autopano-sift-C/PLIST            |  10 +++++-----
 graphics/autopano-sift-C/distinfo         |   9 +++++----
 graphics/autopano-sift-C/patches/patch-aa |  15 +++++++++++++++
 4 files changed, 27 insertions(+), 12 deletions(-)

diffs (64 lines):

diff -r 4d3b048f726f -r 00adf2d988d1 graphics/autopano-sift-C/Makefile
--- a/graphics/autopano-sift-C/Makefile Thu Oct 22 18:14:55 2009 +0000
+++ b/graphics/autopano-sift-C/Makefile Thu Oct 22 18:34:30 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/08/26 19:57:35 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/10/22 18:34:30 adam Exp $
 
-DISTNAME=      autopano-sift-C-2.5.0
-PKGREVISION=   1
+DISTNAME=      autopano-sift-C-2.5.1
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=hugin/}
 
diff -r 4d3b048f726f -r 00adf2d988d1 graphics/autopano-sift-C/PLIST
--- a/graphics/autopano-sift-C/PLIST    Thu Oct 22 18:14:55 2009 +0000
+++ b/graphics/autopano-sift-C/PLIST    Thu Oct 22 18:34:30 2009 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/10/22 18:34:30 adam Exp $
 bin/autopano
 bin/autopano-c-complete.sh
 bin/autopano-sift-c
 bin/generatekeys
-share/man/man1/autopano-c-complete.1
-share/man/man1/autopano.1
-share/man/man1/generatekeys.1
-share/man/man7/autopano-sift-c.7
+man/man1/autopano-c-complete.1
+man/man1/autopano.1
+man/man1/generatekeys.1
+man/man7/autopano-sift-c.7
diff -r 4d3b048f726f -r 00adf2d988d1 graphics/autopano-sift-C/distinfo
--- a/graphics/autopano-sift-C/distinfo Thu Oct 22 18:14:55 2009 +0000
+++ b/graphics/autopano-sift-C/distinfo Thu Oct 22 18:34:30 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/20 20:24:28 adam Exp $
+$NetBSD: distinfo,v 1.2 2009/10/22 18:34:30 adam Exp $
 
-SHA1 (autopano-sift-C-2.5.0.tar.gz) = 9b210290bdc22ef04a61a27a89de136bb5c8d473
-RMD160 (autopano-sift-C-2.5.0.tar.gz) = ab163355de5573f3844ccc281931bc03678c2153
-Size (autopano-sift-C-2.5.0.tar.gz) = 204300 bytes
+SHA1 (autopano-sift-C-2.5.1.tar.gz) = f8c5f4004ae51cb58acc5cedb065ae0ef3e19a8c
+RMD160 (autopano-sift-C-2.5.1.tar.gz) = e51d996cdc7dcae3abde22878fe76ff904c55950
+Size (autopano-sift-C-2.5.1.tar.gz) = 192267 bytes
+SHA1 (patch-aa) = 7f5fbf5a7b0b9e9f936a4d3883b9415d421b2cc5
diff -r 4d3b048f726f -r 00adf2d988d1 graphics/autopano-sift-C/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/autopano-sift-C/patches/patch-aa Thu Oct 22 18:34:30 2009 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2009/10/22 18:34:30 adam Exp $
+
+--- CMakeLists.txt.orig        2009-10-22 20:10:38.000000000 +0200
++++ CMakeLists.txt
+@@ -155,8 +155,8 @@ endif (WIN32)
+ # documentation
+ FILE(GLOB MAN_PAGES_1 doc/*.1)
+ FILE(GLOB MAN_PAGES_7 doc/*.7)
+-install(FILES ${MAN_PAGES_1} DESTINATION share/man/man1) 
+-install(FILES ${MAN_PAGES_7} DESTINATION share/man/man7) 
++install(FILES ${MAN_PAGES_1} DESTINATION man/man1) 
++install(FILES ${MAN_PAGES_7} DESTINATION man/man7) 
+ 
+ ## Test exectuables.
+ 



Home | Main Index | Thread Index | Old Index