Package Details: vinetto 0.07beta-7

Git Clone URL: https://aur.archlinux.org/vinetto.git (read-only, click to copy)
Package Base: vinetto
Description: a forensics tool to examine Thumbs.db files
Upstream URL: http://vinetto.sourceforge.net
Licenses: GPL-2
Submitter: jose1711
Maintainer: jose1711
Last Packager: jose1711
Votes: 21
Popularity: 0.000000
First Submitted: 2008-12-26 20:35 (UTC)
Last Updated: 2016-04-03 18:15 (UTC)

Latest Comments

scorici commented on 2022-04-04 16:19 (UTC)

Man page can be found here (Ubuntu 22.04 LTS): https://manpages.ubuntu.com/manpages/jammy/man1/vinetto.1.html

It can also be included in the package at /usr/share/man/man1/vinetto.1.gz

Direct link: https://manpages.ubuntu.com/manpages.gz/jammy/man1/vinetto.1.gz

simona commented on 2021-03-31 07:24 (UTC)

:: l'installazione di python2-pillow (6.2.1-9) interrompe la dipendenza 'python2-pillow6'

jose1711 commented on 2016-04-03 18:16 (UTC)

@MeV: thank you, updated

MeV commented on 2016-03-21 19:44 (UTC)

license should be a table. Here is an updated PKGBUILD : # Maintainer: Jozef Riha <jose1711 at gmail dot com> # Contributor: snuo pkgname=vinetto pkgver=0.07beta pkgrel=6 pkgdesc="a forensics tool to examine Thumbs.db files" url="http://vinetto.sourceforge.net" license=("GPL-2") arch=('i686' 'x86_64') depends=('python2' 'python2-pillow') source=("vinetto-hashlib.patch" "http://downloads.sourceforge.net/$pkgname/$pkgname-beta-0.07.tar.gz") md5sums=('dad52b1380f3a4e04ceac2e981237361' '3bfab4eaacde52a66a6829dddc7511cc') sha1sums=('01f70e032c17d3a90cd17244432a731ba01d3726' '5f53a4ce6985a7d6a387c09d79038124d88b796e') package() { cd $srcdir/$pkgname-beta-0.07 patch -i ../vinetto-hashlib.patch $srcdir/$pkgname-beta-0.07/vinetto python2 setup.py install --root=$pkgdir/ --prefix=/usr }

jose1711 commented on 2015-04-12 11:45 (UTC)

@wil93: despite the warning the extraction worked. nevertheless i implemented the patch, thanks.

wil93 commented on 2015-04-05 20:37 (UTC)

I encountered this warning, which prevented me from extracting thumbnails: ** Warning: Cannot find "Image" module. Vinetto will only extract Type 2 thumbnails. I made this change to /usr/bin/vinetto, and it worked: 152c152 < import Image --- > from PIL import Image If you can, please, integrate this change in vinetto-hashlib.patch

test0 commented on 2014-02-22 15:19 (UTC)

replace pil with python2-pillow

jose1711 commented on 2010-05-20 19:08 (UTC)

@archspeps: thank you, fixed

speps commented on 2010-05-20 17:10 (UTC)

@jose1711 Package gone bad, wrong patch file path. This is the good line: patch -i ../vinetto-hashlib.patch $srcdir/$pkgname-beta-0.07/vinetto Please fix it. C ya