-
Notifications
You must be signed in to change notification settings - Fork 12
Add Tiff and Jpeg #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pmiess
wants to merge
6
commits into
0install:master
Choose a base branch
from
pmiess:tiff
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Would we want to include by reference either of these? |
This was referenced May 16, 2020
Open
Open
224e69f to
6f6798d
Compare
6da8e29 to
04f89d8
Compare
474fcd6 to
751a2f0
Compare
9dbb376 to
b23dc95
Compare
b044b85 to
6486998
Compare
5565209 to
0a4b30b
Compare
d5d88b8 to
473aefe
Compare
2c18453 to
5c90ab8
Compare
b23dd5b to
3e8b9e9
Compare
6609d02 to
c382de9
Compare
255d5b9 to
33c7b4a
Compare
34788fc to
3bfb388
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
dd tiff
its dependency sgitools is commented out to be restored if/when it is available
it is a dependency of the following other gnuwin32 packages
includes the dependency feed jpeg
jpegs dependency urt is commented out to be restored if/when it is available
jpeg is a dependency of the following other gnuwin32 packages
tiff is a very broadly supported package with 285 packages across 120 repos on repology
jpeg is a moderately supported package with 126 packages across 50 repos on repology
Both have versions with version numbers ending in "-1" that can be used to depend on only the package without dependencies to avoid a large snarl of packages totaling hundreds of megs downloaded for any package that reads jpeg or tiff files.
There is a second implementation, ending in "-3" that have the dependencies and the commands that use them.
known problems
jpegexiforient runs but doesnt change exif orientation tag
jpegtran leaves artifact column on image rotated 90
jpegs dependency urt is commented out to be restored if/when it is available
Since there was never a version 6c I figured that the b didn't really matter and just dropped it
the 3 indicates that this is my 3rd level package of this software where it uses the other dependencies instead of using the deps bundle (6-4-2) or dropping them (6-4-1)
I'm willing to update it to some other version if you like.
I also added ezwinports tiff 4.0.3 package it has a different dll file name than the 3.8
Would you rather have a separate feed for version tiff version 4?
This is for 0install/0install.de-feeds#3
Moved from 0install/repo.roscidus.com#192