Compare commits
2 Commits
32e298f7cb
...
a7e517cd13
| Author | SHA1 | Date | |
|---|---|---|---|
| a7e517cd13 | |||
| a5d09fa690 |
23
packages/app-misc/hunter/hunter-1.3.5.exheres-0
Normal file
23
packages/app-misc/hunter/hunter-1.3.5.exheres-0
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require github [ user=rabite0 tag="v${PV}" ]
|
||||
require cargo [ channel=nightly ]
|
||||
|
||||
SUMMARY="Ranger-like file browser written in rust"
|
||||
|
||||
LICENCES="WTFPL-2"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
dev-libs/glib:2
|
||||
media-libs/gstreamer
|
||||
media-libs/libsixel
|
||||
media-plugins/gst-plugins-base
|
||||
"
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
||||
49
packages/media-libs/libsixel/libsixel-1.8.6.exheres-0
Normal file
49
packages/media-libs/libsixel/libsixel-1.8.6.exheres-0
Normal file
@ -0,0 +1,49 @@
|
||||
# Copyright 2020 Julian Ospald <hasufell@posteo.de>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require github [ user="saitoha" release="v${PV}" suffix="tar.gz" ]
|
||||
require bash-completion zsh-completion
|
||||
|
||||
SUMMARY="A lightweight, fast implementation of DEC SIXEL graphics codec"
|
||||
|
||||
LICENCES="MIT public-domain"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
MYOPTIONS="
|
||||
( providers: ijg-jpeg jpeg-turbo ) [[ number-selected = exactly-one ]]
|
||||
"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
virtual/pkg-config
|
||||
build+run:
|
||||
dev-libs/glib:2
|
||||
media-libs/gd
|
||||
media-libs/libpng:=
|
||||
net-misc/curl
|
||||
sys-libs/zlib
|
||||
x11-libs/gdk-pixbuf:2.0
|
||||
providers:ijg-jpeg? ( media-libs/jpeg:= )
|
||||
providers:jpeg-turbo? ( media-libs/libjpeg-turbo )
|
||||
"
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
|
||||
DEFAULT_SRC_CONFIGURE_PARAMS=(
|
||||
--disable-python
|
||||
--with-bash-completion-dir=${BASHCOMPLETIONDIR}
|
||||
--with-curl
|
||||
--with-gd
|
||||
--with-gdk-pixbuf2
|
||||
--with-jpeg
|
||||
--with-png
|
||||
--with-zshcompletiondir=${ZSHCOMPLETIONDIR}
|
||||
)
|
||||
|
||||
WORK=${WORKBASE}/sixel-${PV}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
emagicdocs
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user