Date: Sat, 27 Apr 2019 07:18:03 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500193 - in head/multimedia: . peek Message-ID: <201904270718.x3R7I3lO057835@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Apr 27 07:18:03 2019 New Revision: 500193 URL: https://svnweb.freebsd.org/changeset/ports/500193 Log: New port: multimedia/peek: Simple animated GIF screen recorder with an easy to use interface Added: head/multimedia/peek/ head/multimedia/peek/Makefile (contents, props changed) head/multimedia/peek/distinfo (contents, props changed) head/multimedia/peek/pkg-descr (contents, props changed) head/multimedia/peek/pkg-plist (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Sat Apr 27 06:24:18 2019 (r500192) +++ head/multimedia/Makefile Sat Apr 27 07:18:03 2019 (r500193) @@ -307,6 +307,7 @@ SUBDIR += p5-Subtitles SUBDIR += p5-Umph-Prompt SUBDIR += pHash + SUBDIR += peek SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer Added: head/multimedia/peek/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/peek/Makefile Sat Apr 27 07:18:03 2019 (r500193) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= peek +DISTVERSION= 1.3.1-103 +DISTVERSIONSUFFIX= -ga8402bb +CATEGORIES= multimedia + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple animated GIF screen recorder with an easy to use interface + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= valac:lang/vala +LIB_DEPENDS= libkeybinder-3.0.so:x11/keybinder-gtk3 +RUN_DEPENDS= ffmpeg:multimedia/ffmpeg + +USES= gettext-tools gnome meson pkgconfig python:build +USE_GITHUB= yes +GH_ACCOUNT= phw +USE_GNOME= cairo glib20 gtk30 pango +INSTALLS_ICONS= yes + +BINARY_ALIAS= python=${PYTHON_CMD} python3=${PYTHON_CMD} + +GLIB_SCHEMAS= com.uploadedlobster.peek.gschema.xml + +.include <bsd.port.mk> Added: head/multimedia/peek/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/peek/distinfo Sat Apr 27 07:18:03 2019 (r500193) @@ -0,0 +1,3 @@ +TIMESTAMP = 1556346814 +SHA256 (phw-peek-1.3.1-103-ga8402bb_GH0.tar.gz) = 55b45ac97c445fcc5a50c6af9566c3ff94962c4892be1497174742bf896217db +SIZE (phw-peek-1.3.1-103-ga8402bb_GH0.tar.gz) = 2642754 Added: head/multimedia/peek/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/peek/pkg-descr Sat Apr 27 07:18:03 2019 (r500193) @@ -0,0 +1,15 @@ +Peek makes it easy to create short screencasts of a screen area. It was built +for the specific use case of recording screen areas, e.g. for easily showing +UI features of your own apps or for showing a bug in bug reports. With Peek, +you simply place the Peek window over the area you want to record and press +"Record". Peek is optimized for generating animated GIFs, but you can also +directly record to WebM or MP4 if you prefer. + +Peek is not a general purpose screencast app with extended features but rather +focuses on the single task of creating small, silent screencasts of an area of +the screen for creating GIF animations or silent WebM or MP4 videos. + +Peek runs on X11 or inside a GNOME Shell Wayland session using XWayland. Support +for more Wayland desktops might be added in the future (see FAQs below). + +WWW: https://github.com/phw/peek Added: head/multimedia/peek/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/peek/pkg-plist Sat Apr 27 07:18:03 2019 (r500193) @@ -0,0 +1,34 @@ +bin/peek +share/appdata/com.uploadedlobster.peek.appdata.xml +share/applications/com.uploadedlobster.peek.desktop +share/dbus-1/services/com.uploadedlobster.peek.service +share/icons/hicolor/scalable/apps/com.uploadedlobster.peek.svg +share/icons/hicolor/symbolic/apps/com.uploadedlobster.peek-symbolic.svg +share/locale/ar/LC_MESSAGES/peek.mo +share/locale/ca/LC_MESSAGES/peek.mo +share/locale/cs/LC_MESSAGES/peek.mo +share/locale/de/LC_MESSAGES/peek.mo +share/locale/el/LC_MESSAGES/peek.mo +share/locale/eo/LC_MESSAGES/peek.mo +share/locale/es/LC_MESSAGES/peek.mo +share/locale/eu/LC_MESSAGES/peek.mo +share/locale/fr/LC_MESSAGES/peek.mo +share/locale/hr/LC_MESSAGES/peek.mo +share/locale/id/LC_MESSAGES/peek.mo +share/locale/it/LC_MESSAGES/peek.mo +share/locale/ja/LC_MESSAGES/peek.mo +share/locale/kn/LC_MESSAGES/peek.mo +share/locale/ko/LC_MESSAGES/peek.mo +share/locale/lt/LC_MESSAGES/peek.mo +share/locale/nap/LC_MESSAGES/peek.mo +share/locale/nb/LC_MESSAGES/peek.mo +share/locale/nl/LC_MESSAGES/peek.mo +share/locale/pl/LC_MESSAGES/peek.mo +share/locale/pt_BR/LC_MESSAGES/peek.mo +share/locale/pt_PT/LC_MESSAGES/peek.mo +share/locale/ru/LC_MESSAGES/peek.mo +share/locale/sr/LC_MESSAGES/peek.mo +share/locale/sv/LC_MESSAGES/peek.mo +share/locale/uk_UA/LC_MESSAGES/peek.mo +share/locale/zh_CN/LC_MESSAGES/peek.mo +share/locale/zh_TW/LC_MESSAGES/peek.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904270718.x3R7I3lO057835>