Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] [Package request] libsixel
@ 2020-12-27 18:02 FollieHiyuki
  2020-12-29 18:34 ` notthewave
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: FollieHiyuki @ 2020-12-27 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

New issue by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/27475

Description:
**Home page:** [https://github.com/saitoha/libsixel](https://github.com/saitoha/libsixel)
**Description:** encoder/decoder implementation for SIXEL image format. It includes `img2sixel` tool to display image inside terminals that support sixel.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Package request] libsixel
  2020-12-27 18:02 [ISSUE] [Package request] libsixel FollieHiyuki
@ 2020-12-29 18:34 ` notthewave
  2020-12-29 18:35 ` notthewave
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: notthewave @ 2020-12-29 18:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1003 bytes --]

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/27475#issuecomment-752197305

Comment:
I have started to create a package for this already but abandoned it. Here is that as of now. It's installed to /usr/local but xbps does not allow that.
```sh
# Template file for 'libsixel'
pkgname=libsixel
version=1.8.6
revision=1
build_style=configure
#configure_args="--with-libcurl --with-gd --with-gdk-pixbuf2 --with-jpeg --with-png --with-pkgconfigdir --with-bashcompletiondir --with-zshcompletiondir --enable-python --enable-debug --enable-gcov --enable-tests"
hostmakedepends="pkg-config"
short_desc="A SIXEL encoder/decoder implementation derived from kmiya's sixel"
maintainer="*** <winklbauer_m@zoho.eu>"
license="GPL-3.0-or-later"
homepage="https://github.com/saitoha/libsixel"
distfiles="https://github.com/saitoha/libsixel/archive/v${version}.tar.gz"
checksum=37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Package request] libsixel
  2020-12-27 18:02 [ISSUE] [Package request] libsixel FollieHiyuki
  2020-12-29 18:34 ` notthewave
@ 2020-12-29 18:35 ` notthewave
  2021-01-08 23:46 ` abenson
  2021-01-09  3:41 ` [ISSUE] [CLOSED] " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: notthewave @ 2020-12-29 18:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 986 bytes --]

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/issues/27475#issuecomment-752197305

Comment:
I have started to create a package for this already but abandoned it. Here is that as of now. It's installed to /usr/local but xbps does not allow that.
```sh
# Template file for 'libsixel'
pkgname=libsixel
version=1.8.6
revision=1
build_style=configure
#configure_args="--with-libcurl --with-gd --with-gdk-pixbuf2 --with-jpeg --with-png --with-pkgconfigdir --with-bashcompletiondir --with-zshcompletiondir --enable-python --enable-debug --enable-gcov --enable-tests"
hostmakedepends="pkg-config"
short_desc="A SIXEL encoder/decoder implementation derived from kmiya's sixel"
maintainer="*** <***>"
license="GPL-3.0-or-later"
homepage="https://github.com/saitoha/libsixel"
distfiles="https://github.com/saitoha/libsixel/archive/v${version}.tar.gz"
checksum=37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
```

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Package request] libsixel
  2020-12-27 18:02 [ISSUE] [Package request] libsixel FollieHiyuki
  2020-12-29 18:34 ` notthewave
  2020-12-29 18:35 ` notthewave
@ 2021-01-08 23:46 ` abenson
  2021-01-09  3:41 ` [ISSUE] [CLOSED] " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-01-08 23:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/27475#issuecomment-757051536

Comment:
I had a package for this 2 years ago, not sure why I never PRd it

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ISSUE] [CLOSED] [Package request] libsixel
  2020-12-27 18:02 [ISSUE] [Package request] libsixel FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-01-08 23:46 ` abenson
@ 2021-01-09  3:41 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-01-09  3:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

Closed issue by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/issues/27475

Description:
**Home page:** [https://github.com/saitoha/libsixel](https://github.com/saitoha/libsixel)
**Description:** encoder/decoder implementation for SIXEL image format. It includes `img2sixel` tool to display image inside terminals that support sixel.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-01-09  3:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 18:02 [ISSUE] [Package request] libsixel FollieHiyuki
2020-12-29 18:34 ` notthewave
2020-12-29 18:35 ` notthewave
2021-01-08 23:46 ` abenson
2021-01-09  3:41 ` [ISSUE] [CLOSED] " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).