Install this version:
emerge -a =media-video/peek-1.5.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-video/peek-1.5.1
Or alternatively:
emerge --autounmask-write -a =media-video/peek-1.5.1
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson vala xdg
DESCRIPTION="Simple animated Gif screen recorder"
HOMEPAGE="https://github.com/phw/peek"
SRC_URI="https://github.com/phw/peek/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="keybinder test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/glib-2.38:2
media-video/ffmpeg[X,encode(+),x264,vpx]
virtual/imagemagick-tools
>=x11-libs/gtk+-3.20:3
keybinder? ( dev-libs/keybinder:3 )"
DEPEND="${RDEPEND}"
BDEPEND="
app-text/txt2man
>=sys-devel/gettext-0.19
virtual/pkgconfig
$(vala_depend)"
PATCHES=( "${FILESDIR}"/${P}-meson.patch )
src_configure() {
vala_setup
local emesonargs=(
$(meson_feature keybinder enable-keybinder)
$(meson_use test build-tests)
)
meson_src_configure
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}
Manage flags for this package:
euse -i <flag> -p media-video/peek |
euse -E <flag> -p media-video/peek |
euse -D <flag> -p media-video/peek
>=dev-libs/glib-2.38:2 media-video/ffmpeg[X,encode(+),x264,vpx] virtual/imagemagick-tools >=x11-libs/gtk+-3.20:3 keybinder? ( dev-libs/keybinder:3 )
>=dev-libs/glib-2.38:2 media-video/ffmpeg[X,encode(+),x264,vpx] virtual/imagemagick-tools >=x11-libs/gtk+-3.20:3 keybinder? ( dev-libs/keybinder:3 )
app-text/txt2man >=sys-devel/gettext-0.19 virtual/pkgconfig $(vala_depend)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | peek-1.5.1.tar.gz | 2659772 bytes | https://github.com/phw/peek/archive/1.5.1.tar.gz |