Skip to content

s1037989/peek

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peek - an animated GIF recorder

Build Status

About

A simple tool that allows you to record short animated GIF images from your screen.

Currently only Linux with X11 is supported. Other Unix like systems using X11 should work as well. It is planned to also support Wayland and maybe other operating systems in the future.

Requirements

Runtime

  • GTK+ >= 3.14
  • GLib >= 2.38
  • FFmpeg
  • ImageMagick
  • Window manager with compositing enabled

Development

  • Vala compiler
  • CMake >= 2.8.8
  • Gettext (>= 0.19 for localized .desktop entry)

Installation

Arch Linux

For Arch Linux there is a PKGBUILD available in the AUR.

Ubuntu / Debian

A x86_64 DEB package is provided for download for the latest release.

In theory this package should also work on Debian. In practice you will miss the ffmpeg package. libav is currently not directly usable as a replacement, but I am working on it ;)

From source

You can build and install Peek using CMake:

cmake . && make
make install

Translations

You can help translate Peek into your language. Please visit the Peek localization project on Transifex.

License

Peek Copyright (c) 2015-2016 by Philipp Wolfer ph.wolfer@gmail.com

Peek is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Peek is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Peek. If not, see http://www.gnu.org/licenses/.

About

Simple animated Gif screen recorder for GNOME 3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 52.0%
  • CMake 47.6%
  • Other 0.4%