| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/multimedia/mpvpaper/ |
Upload File : |
PORTNAME= mpvpaper
DISTVERSION= 1.3
CATEGORIES= multimedia wayland
MAINTAINER= jbeich@FreeBSD.org
COMMENT= Video wallpaper for wlroots compositors
WWW= https://github.com/GhostNaN/mpvpaper
LICENSE= GPLv3
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libwayland-egl.so:graphics/wayland \
libmpv.so:multimedia/mpv
USES= compiler:c11 gl meson pkgconfig
USE_GITHUB= yes
USE_GL= egl
GH_ACCOUNT= GhostNaN
PLIST_FILES= bin/${PORTNAME} \
bin/${PORTNAME}-holder \
share/man/man1/${PORTNAME}.1.gz
post-patch:
@${REINPLACE_CMD} -e 's/pidof/pgrep/' \
${WRKSRC}/src/holder.c \
${WRKSRC}/src/main.c
post-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man \
${STAGEDIR}${PREFIX}/share/man/man1/${PORTNAME}.1
.include <bsd.port.mk>