multimedia/gnome-mpv: add new port
MFH: 2017Q3 (trivial port, popular according to repology.org) GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with mpv via the client API exported by libmpv, allowing access to mpv's powerful playback capabilities. https://gnome-mpv.github.io/
This commit is contained in:
parent
fea569092a
commit
1e9d410b01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446243
5 changed files with 54 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
SUBDIR += gmp-api
|
||||
SUBDIR += gmtk
|
||||
SUBDIR += gnome-mplayer
|
||||
SUBDIR += gnome-mpv
|
||||
SUBDIR += gnome-subtitles
|
||||
SUBDIR += gpac-libgpac
|
||||
SUBDIR += gpac-mp4box
|
||||
|
|
24
multimedia/gnome-mpv/Makefile
Normal file
24
multimedia/gnome-mpv/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gnome-mpv
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Simple GTK+ frontend for mpv
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
|
||||
libmpv.so:multimedia/mpv
|
||||
|
||||
USES= desktop-file-utils gettext-tools gmake pkgconfig tar:xz
|
||||
USE_GNOME= cairo gtk30
|
||||
GNU_CONFIGURE= yes
|
||||
GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \
|
||||
org.gnome-mpv.gschema.xml
|
||||
INSTALLS_ICONS= yes
|
||||
LDFLAGS+= -Wl,--as-needed # gdkpixbuf2
|
||||
|
||||
.include <bsd.port.mk>
|
3
multimedia/gnome-mpv/distinfo
Normal file
3
multimedia/gnome-mpv/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1497264613
|
||||
SHA256 (gnome-mpv-0.12.tar.xz) = 6c121261a1ea7e8065379c5355c2b2061eb4abbff0c8121ada211d4777fa9635
|
||||
SIZE (gnome-mpv-0.12.tar.xz) = 284576
|
5
multimedia/gnome-mpv/pkg-descr
Normal file
5
multimedia/gnome-mpv/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
GNOME MPV is a simple GTK+ frontend for mpv. GNOME MPV interacts with
|
||||
mpv via the client API exported by libmpv, allowing access to mpv's
|
||||
powerful playback capabilities.
|
||||
|
||||
WWW: https://gnome-mpv.github.io/
|
21
multimedia/gnome-mpv/pkg-plist
Normal file
21
multimedia/gnome-mpv/pkg-plist
Normal file
|
@ -0,0 +1,21 @@
|
|||
bin/gnome-mpv
|
||||
share/appdata/io.github.GnomeMpv.appdata.xml
|
||||
share/applications/io.github.GnomeMpv.desktop
|
||||
share/icons/hicolor/scalable/apps/gnome-mpv.svg
|
||||
share/icons/hicolor/symbolic/apps/gnome-mpv-symbolic.svg
|
||||
share/locale/ca/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/cs/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/de_DE/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/fr/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/hu/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/it/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/ja/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/nl/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/pl/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/pt_PT/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/ro/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/ru/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/sr_RS/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/sr_RS@latin/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gnome-mpv.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/gnome-mpv.mo
|
Loading…
Reference in a new issue