Package Details: vsfm 0.5-1

Package Base: vsfm
Description: VisualSFM : A Visual Structure from Motion System
Upstream URL: http://ccwu.me/vsfm/
Category: science
Licenses: proprietary
Submitter: g.schulz
Maintainer: g.schulz
Last Packager: None
Votes: 0
First Submitted: 2014-04-02 13:10
Last Updated: 2014-04-02 13:10

Latest Comments

Comment by Syderitic

2015-06-05 15:27

for pba, libsiftgpu, etc..

package() {
cd "$srcdir/${pkgname}"
install -d "$pkgdir"/opt/vsfm
install -Dm777 -d "$pkgdir"/opt/vsfm/log
install -Dm755 bin/VisualSFM "$pkgdir"/opt/vsfm/VisualSFM
install -d "$pkgdir"/usr/bin/
ln -s /opt/${pkgname}/VisualSFM "$pkgdir"/usr/bin/
ln -s /usr/lib/libsiftgpu.so "$pkgdir"/opt/${pkgname}/
ln -s /usr/lib/libpba.so "$pkgdir"/opt/${pkgname}/
ln -s /opt/cmvs/cmvs "$pkgdir"/opt/${pkgname}/
ln -s /opt/cmvs/pmvs2 "$pkgdir"/opt/${pkgname}/
ln -s /opt/cmvs/genOption "$pkgdir"/opt/${pkgname}/
}

Comment by Manjarohans

2015-03-01 18:18

apparently the md5sum is now 0c645b1844ea6b357cdab6fd2ea076c6

Comment by qs9rx

2015-02-02 19:45

New md5sum is 42c5d7980a92291944a848904b2f55c4

Comment by tekhertz

2014-12-07 21:42

to install i had to change the md5sum in the PKGBUILD to '5e4a10b5aff731b6d5648d8284deab35' and pba needed '-DCPUPBA_USE_AVX' removed.