Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323581 - media-gfx/bundler - a structure-from-motion (SfM) system for unordered image collections
Summary: media-gfx/bundler - a structure-from-motion (SfM) system for unordered image ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.cs.cornell.edu/~snavely/bu...
Whiteboard: sunrise-suggested
Keywords: EBUILD
Depends on: 328167 328179 328173
Blocks:
  Show dependency tree
 
Reported: 2010-06-11 15:59 UTC by Martin Walch
Modified: 2014-04-05 16:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
bundler-0.4.ebuild (bundler-0.4.ebuild,962 bytes, text/plain)
2010-06-11 16:00 UTC, Martin Walch
Details
bundler-0.4-no-duplicate-lib.patch (bundler-0.4-no-duplicate-lib.patch,449 bytes, patch)
2010-06-11 16:02 UTC, Martin Walch
Details | Diff
patch to give libANN_char.so a soname (bundler-0.4-soname-for-libANN_char.patch,430 bytes, patch)
2010-06-11 16:04 UTC, Martin Walch
Details | Diff
revised ebuild, several fixes (bundler-0.4.ebuild,1.16 KB, text/plain)
2010-11-25 21:12 UTC, Martin Walch
Details
media-gfx/bundler-0.4, further evolving (bundler-0.4.ebuild,1.21 KB, text/plain)
2011-01-10 00:11 UTC, Martin Walch
Details
media-gfx/bundler-0.4 (bundler-0.4.ebuild,1.28 KB, text/plain)
2012-02-20 02:43 UTC, Martin Walch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Walch 2010-06-11 15:59:18 UTC
From the bundler website:

> Bundler is a structure-from-motion system for unordered image collections
> (for instance, images from the Internet) written in C and C++.

This could be a candidate for sunrise, but I currently do not have the time to dive into this. On the other hand, it took me quite some time to write this ebuild and I want to share it, so other people do not need to do the same work again.
Comment 1 Martin Walch 2010-06-11 16:00:53 UTC
Created attachment 234977 [details]
bundler-0.4.ebuild

media-gfx/bundler-0.4
Comment 2 Martin Walch 2010-06-11 16:02:23 UTC
Created attachment 234979 [details, diff]
bundler-0.4-no-duplicate-lib.patch

a patch to prevent copying libANN_char.so to many places
Comment 3 Martin Walch 2010-06-11 16:04:29 UTC
Created attachment 234981 [details, diff]
patch to give libANN_char.so a soname
Comment 4 luca 2010-07-12 11:35:01 UTC
what about the sift package needed by bundler? 
http://www.cs.ubc.ca/~lowe/keypoints/
does anybody wrote the ebuild?
Comment 5 Michael Weber (RETIRED) gentoo-dev 2010-07-13 20:26:39 UTC
(In reply to comment #4)
> what about the sift package needed by bundler? 
> http://www.cs.ubc.ca/~lowe/keypoints/
> does anybody wrote the ebuild?
bug 328167
Comment 6 Michael Weber (RETIRED) gentoo-dev 2010-07-13 23:00:52 UTC
nomen est omen! This package bundles lot of washington.edu stuff not mentioned anywhere else ...
Comment 7 Martin Walch 2010-11-25 21:12:05 UTC
Created attachment 255437 [details]
revised ebuild, several fixes

a revised ebuild:
- now pulling in imagemagick and jhead
- patch runpath in RunBundler.sh
- install two missing script files: bin/extract_focal.pl and bin/ToSift.sh

Note: this is still not sufficient to completely run the fully automated RunBundler.sh script. However, all steps before the SIFT commands should work fine now.
Comment 8 Martin Walch 2011-01-10 00:11:57 UTC
Created attachment 259424 [details]
media-gfx/bundler-0.4, further evolving
Comment 9 Martin Walch 2012-02-20 02:43:29 UTC
Created attachment 302555 [details]
media-gfx/bundler-0.4

fix QA note and some minor repoman warnings