Advertisement
ReillyBrogan

Untitled

Mar 12th, 2024
10
0
130 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. name : liblcms2
  2. version : '2.16'
  3. release : 20
  4. source :
  5. - https://github.com/mm2/Little-CMS/archive/refs/tags/lcms2.16.tar.gz : cb4bf968aa66e3d5d16d1f094a99595966d4330cbd6be46c66129f2747ad2b0d
  6. license :
  7. - GPL-3.0-or-later
  8. - MIT
  9. component : desktop.core
  10. homepage : https://www.littlecms.com/
  11. summary : Small-footprint color management engine
  12. description: |
  13. The Little Color Management System is a small-footprint color management engine, with special focus on accuracy and performance. It uses the International Color Consortium standard (ICC), which is the modern standard for color management.
  14. emul32 : yes
  15. builddeps :
  16. - pkgconfig(libtiff-4)
  17. patterns :
  18. - /usr/lib64/liblcms2_*.so
  19. - 32bit :
  20. - /usr/lib32/liblcms2_*.so
  21. setup : |
  22. if [ -n "${EMUL32BUILD+set}" ]; then
  23. depends_emul32=false
  24. else
  25. depends_emul32=true
  26. fi
  27.  
  28. %meson_configure \
  29. -Dfastfloat=true \
  30. -Dthreaded=true \
  31. -Dutils=$depends_emul32
  32. build : |
  33. %ninja_build
  34. install : |
  35. %ninja_install
  36. check : |
  37. %ninja_check
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement