Create Canon DSLR CR2 image statistics (exiftool & GNU Plot) and convert ML dual ISO CR2 files painlessly for post-processing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.5 KiB

5 years ago
  1. # Maintainer: Pekka Helenius <fincer89 at hotmail DOT com>
  2. pkgname=kde-servicemenus-imagetools
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="Useful combination of tools for processing various images (KDE5 Dolphin action)"
  6. url=()
  7. arch=('any')
  8. license=('GPL')
  9. install=''
  10. source=(imagetools_01_exif_statistics.sh
  11. imagetools_02_dualiso.sh
  12. imagetools_03_raw_resolution-baseline.sh
  13. imagetools_04_mlvdump.sh
  14. imagetools_05_mlvinfo.sh
  15. imagetools_06_exif_deletedata.sh
  16. imagetools_06_exif_deletedata_critical.sh
  17. imagetools_07_ale_stack.sh
  18. 01_imagetools-statistics.desktop
  19. 02_imagetools-dng-cr2.desktop
  20. 03_imagetools-mlv.desktop
  21. 04_imagetools-jpg-png.desktop
  22. 05_imagetools-imagestack.desktop)
  23. #xwinkill) #Workaround for bug: https://sourceforge.net/p/gnuplot/bugs/1659/
  24. depends=('magiclantern-tools' 'perl-image-exiftool' 'ale' 'dcraw' 'netpbm' 'gnuplot' 'coreutils' 'dolphin')
  25. optdepends=()
  26. conflicts=()
  27. makedepends=()
  28. md5sums=('b4c1f2f5906a56c5cd5404415b26ad5b'
  29. 'a84bf74fb67a5f6f2289ebee2ce4452e'
  30. '6e81d48727e7fc6922a2aed0ce7810c1'
  31. 'a7e0c36553ff59d182460a2108163798'
  32. '01756513818969a07ff61a1ee648106b'
  33. '75588a9f375ac5c6f6f245d12cc315d5'
  34. 'c294e69b9f6e714a307306fd4301fd61'
  35. '88cbadd0f290c737f7f0660a7029029d'
  36. '93bb82eec8ead83b5b5369822d44d780'
  37. '940848e05d6c6400eac97a998fb0f26b'
  38. 'be883bb11a24c4f7ac6452f3cab6cf66'
  39. '9170a5e116fc2eede5325d0a985931dc'
  40. '531f2b73b8514430a772a61a10de097f')
  41. package() {
  42. mkdir -p $pkgdir/usr/share/kservices5/ServiceMenus/
  43. cp $srcdir/{imagetools_01_exif_statistics.sh,imagetools_02_dualiso.sh,imagetools_03_raw_resolution-baseline.sh,imagetools_04_mlvdump.sh,imagetools_05_mlvinfo.sh,imagetools_06_exif_deletedata.sh,imagetools_06_exif_deletedata_critical.sh,imagetools_07_ale_stack.sh,01_imagetools-statistics.desktop,02_imagetools-dng-cr2.desktop,03_imagetools-mlv.desktop,04_imagetools-jpg-png.desktop,05_imagetools-imagestack.desktop} $pkgdir/usr/share/kservices5/ServiceMenus/
  44. chmod 755 $pkgdir/usr/share/kservices5/ServiceMenus/{imagetools_01_exif_statistics.sh,imagetools_02_dualiso.sh,imagetools_03_raw_resolution-baseline.sh,imagetools_04_mlvdump.sh,imagetools_05_mlvinfo.sh,imagetools_06_exif_deletedata.sh,imagetools_06_exif_deletedata_critical.sh,imagetools_07_ale_stack.sh,01_imagetools-statistics.desktop,02_imagetools-dng-cr2.desktop,03_imagetools-mlv.desktop,04_imagetools-jpg-png.desktop,05_imagetools-imagestack.desktop}
  45. #chmod +x $pkgdir/usr/share/kservices5/ServiceMenus/xwinkill
  46. }