-
Notifications
You must be signed in to change notification settings - Fork 91
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
Provide a release tarball #64
Comments
|
@fcambus Uploaded. Is it OK? @hpjansson Thanks for your advice, but I still wonder whether |
@saitoha It's generally considered best practice for a couple of reasons laid out here: https://stackoverflow.com/a/3291181 I just mentioned it since I thought you'd consider it a bonus, though. Not trying to hijack the issue 🙂 |
@saitoha Yes, that's perfect, thanks a lot! I switched the OpenBSD port to fetch the newly uploaded release. |
Thank YOU! |
Upstream changes (from NEWS): ------------------------------ What's new in libsixel-1.8 ? ------------------------------ * core: Upgrade stb_image to 2.19. * core: Introduce new dithering method, a_dither / x_dither (http://pippin.gimp.org/a_dither/). Thanks to @hodefoting. saitoha/libsixel#53 * core: Fix wrong HLS color handling. saitoha/libsixel@0fb35d2 * core: Improve quality of 15bpp(hi-color mode) dither. saitoha/libsixel@42f3428 * img2sixel: Allow a deferred clear code in a GIF format GIF decoder must do nothing when the table is full. See Section "DEFERRED CLEAR CODE IN LZW COMPRESSION" in https://www.w3.org/Graphics/GIF/spec-gif89a.txt. Thanks to @mame. saitoha/libsixel#63 * img2sixel: Marks -D option (read source images from stdin continuously) as deprecated saitoha/libsixel@9c8ffa6 * Some bug fixes and minor improvements. Thanks to @set135, @ttdoda. * Announcement for package maintainers: Immutable tarball is provided, because GitHub auto-generated tarball may be not immutable. https://github.com/saitoha/libsixel/releases/download/v1.8.0/libsixel-1.8.0.tar.gz For details, see saitoha/libsixel#64 .
While here - switch to using the immutable tarballs upstream provides [1] - add missing DOCS option [1] saitoha/libsixel#64 PR: 228881 Submitted by: IWAMOTO Kouichi <[email protected]> (maintainer) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@472167 35697150-7ecd-e111-bb59-0022644237b5
While here - switch to using the immutable tarballs upstream provides [1] - add missing DOCS option [1] saitoha/libsixel#64 PR: 228881 Submitted by: IWAMOTO Kouichi <[email protected]> (maintainer)
While here - switch to using the immutable tarballs upstream provides [1] - add missing DOCS option [1] saitoha/libsixel#64 PR: 228881 Submitted by: IWAMOTO Kouichi <[email protected]> (maintainer) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@472167 35697150-7ecd-e111-bb59-0022644237b5
While here - switch to using the immutable tarballs upstream provides [1] - add missing DOCS option [1] saitoha/libsixel#64 PR: 228881 Submitted by: IWAMOTO Kouichi <[email protected]> (maintainer) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@472167 35697150-7ecd-e111-bb59-0022644237b5
It would be nice if you would consider adding proper source release tarballs,
as GitHub auto-generated tarballs are not immutable. This is an issue [1] for
operating systems creating packages for libsixel. Thanks in advance.
[1] https://marc.info/?l=openbsd-ports&m=151973450514279&w=2
The text was updated successfully, but these errors were encountered: