apps icon indicating copy to clipboard operation
apps copied to clipboard

Add jpeg dependency Urt

Open pmiess opened this issue 5 years ago • 2 comments

Add gnuwin32 package of urt.

This is not a common package with 10 packages in 4 repositories on repoloty, but it enables two commands in the jpeg feed.

The following gnuwin32 package depend on urt

  • giflib
  • jpeg
  • libungif
  • libxmi
  • netpbm

urt has the following known problems

  • applymap crashes
  • rletoascii says unrecognized opcode -8 or -12 on some output files
  • rletoalias crashes
  • rletogif only handles single channel images

Urt in turn depends on netpbm

netpbm is a common package with 131 packages in 102 repositories on repology

the following gnuwin32 packages depend on netpbm

  • groff
  • palm-imgvtopgm
  • palm-pbitmtopbm
  • palm-ppmtotbmp
  • pngutils
  • psutils
  • urt

netpbm has the following known problems

  • hpcdtoppm is only a message to go get it elsewhere
  • pcdovtoppm depends on hpcdtoppm and tempfile
  • pnmindex depends on tempfile if title set
  • manweb expects to be able to fall back to man
  • manweb.conf cant take paths with drive letters
  • manweb.conf requires absolute paths
  • pamtodjvurle always oom's
  • pamtouil crashes
  • ppmshadow compilation error
  • eyuvtoppm premature end of file

netpbm in turn depends on nawk and jbigkit

nawk is an optional dependency and should it be added in the indicated location it will be picked up.

jbigkit is also a common package with 131 packages in 101 repositories on repology

These feeds depends on #97 , #87 , and #86

This is part of 0install/0install.de-feeds#3

Moved from https://github.com/0install/repo.roscidus.com/pull/213

pmiess avatar May 16 '20 15:05 pmiess

This PR adds the files fax2png.png and fax2png.ico which don't seem to referenced by any of the included feeds. Are they required?

bastianeicher avatar May 16 '20 18:05 bastianeicher

fax2png is the icon for the entry point for the fax2png command which is part of the tiff feed in #85 and is only here because this pull request is based on that branch. Once that feed is merged the changes in this feed will un-comment the jpeg feed commands that depend on it. Other than that the jpeg and tiff feeds will be unchanged from the other pull request.

pmiess avatar May 17 '20 02:05 pmiess