diff options
-rw-r--r-- | multimedia/Makefile | 1 | ||||
-rw-r--r-- | multimedia/peek/Makefile | 28 | ||||
-rw-r--r-- | multimedia/peek/distinfo | 3 | ||||
-rw-r--r-- | multimedia/peek/pkg-descr | 15 | ||||
-rw-r--r-- | multimedia/peek/pkg-plist | 34 |
5 files changed, 81 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index f48bc871a82c..14c8e6cbcdc8 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -307,6 +307,7 @@ SUBDIR += p5-Subtitles SUBDIR += p5-Umph-Prompt SUBDIR += pHash + SUBDIR += peek SUBDIR += phonon SUBDIR += phonon-designerplugin SUBDIR += phonon-gstreamer diff --git a/multimedia/peek/Makefile b/multimedia/peek/Makefile new file mode 100644 index 000000000000..bc2a5f1026b5 --- /dev/null +++ b/multimedia/peek/Makefile @@ -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> diff --git a/multimedia/peek/distinfo b/multimedia/peek/distinfo new file mode 100644 index 000000000000..4388b4c4dfcf --- /dev/null +++ b/multimedia/peek/distinfo @@ -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 diff --git a/multimedia/peek/pkg-descr b/multimedia/peek/pkg-descr new file mode 100644 index 000000000000..436db8458209 --- /dev/null +++ b/multimedia/peek/pkg-descr @@ -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 diff --git a/multimedia/peek/pkg-plist b/multimedia/peek/pkg-plist new file mode 100644 index 000000000000..b555116064ac --- /dev/null +++ b/multimedia/peek/pkg-plist @@ -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 |