dmacias72 / unRAID-NerdPack

GNU General Public License v2.0
77 stars 33 forks source link

[PACKAGE REQUEST] phockup #23

Closed maxexcloo closed 4 years ago

maxexcloo commented 4 years ago

https://github.com/ivandokov/phockup

phockup is a great little utility that allows you to sort images and videos by exif information. Would be great to have to installed to enable an automated photo processing workflow!

dmacias72 commented 4 years ago

I'll get to this when I have time. I might even use it.

maxexcloo commented 4 years ago

Thanks mate! Right now I'm just running it in a VM, it's a pretty awesome little tool!

dartmoordunbar commented 4 years ago

Seconded. It is an excellent tool and the only thing I am missing. I too am running from VM at the moment.

maxexcloo commented 4 years ago

Just a note that this doesn't require snap to be installed:

https://github.com/ivandokov/phockup#linux-without-snap

dmacias72 commented 4 years ago

I get that but if you look at that apt-get it might need that perl package and it needs to be packaged up in a slackware package. Wish you could just install it with pip3

dartmoordunbar commented 4 years ago

I manually installed Perl and exiftool and phockup and it works.

On Tue, 9 Jun 2020, 01:33 Derek Macias, notifications@github.com wrote:

I get that but if you look at that apt-get it might need that perl package and it needs to be packaged up in a slackware package. Wish you could just install it with pip3

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dmacias72/unRAID-NerdPack/issues/23#issuecomment-640958737, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMUXZST3RRLHV6EZKUD6XDLRVV7PNANCNFSM4K5EYNTQ .

maxexcloo commented 4 years ago

That's good to know! Would you be able to post steps :)

dmacias72 commented 4 years ago

Just Google Slackware makepkg tutorial. You can skip the compile and man parts. Also slackware doesn't really use /opt maybe /usr/lib64/phockup? Also besides the slack-desc you'll need a doinst.sh in the install directory with the ln (symlink) commands. Check this repo under source/Nerdpack/install for examples. It's preferred to used txz instead of tgz. The package name needs to follow the slackware package model e.g. phockup-1.5.9-x86_64-1.txz

maxexcloo commented 4 years ago

It worked when installing perl, exiftool, python and then downloading the tarball :)