From owner-svn-ports-all@freebsd.org Mon Nov 16 12:32:53 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1FF892EE982; Mon, 16 Nov 2020 12:32:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZT4P0Cx3z3LPX; Mon, 16 Nov 2020 12:32:53 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE7716000; Mon, 16 Nov 2020 12:32:52 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AGCWqP2028448; Mon, 16 Nov 2020 12:32:52 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AGCWqFa028443; Mon, 16 Nov 2020 12:32:52 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011161232.0AGCWqFa028443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Nov 2020 12:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555473 - in head/multimedia: . mpvpaper X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/multimedia: . mpvpaper X-SVN-Commit-Revision: 555473 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 12:32:53 -0000 Author: jbeich Date: Mon Nov 16 12:32:51 2020 New Revision: 555473 URL: https://svnweb.freebsd.org/changeset/ports/555473 Log: multimedia/mpvpaper: add new port MPVPaper is a wallpaper program for wlroots-based Wayland compositors, such as Sway. That allows you to play videos with mpv as your wallpaper. https://github.com/GhostNaN/mpvpaper Added: head/multimedia/mpvpaper/ head/multimedia/mpvpaper/Makefile (contents, props changed) head/multimedia/mpvpaper/distinfo (contents, props changed) head/multimedia/mpvpaper/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile (contents, props changed) Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Mon Nov 16 12:28:15 2020 (r555472) +++ head/multimedia/Makefile Mon Nov 16 12:32:51 2020 (r555473) @@ -272,6 +272,7 @@ SUBDIR += mps-youtube SUBDIR += mpv SUBDIR += mpv-mpris + SUBDIR += mpvpaper SUBDIR += msdl SUBDIR += msopenh264 SUBDIR += mswebrtc Added: head/multimedia/mpvpaper/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpvpaper/Makefile Mon Nov 16 12:32:51 2020 (r555473) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= mpvpaper +DISTVERSION= 1.0 +CATEGORIES= multimedia + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Video wallpaper for wlroots compositors + +LICENSE= GPLv3 + +BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols +LIB_DEPENDS= libwayland-egl.so:graphics/wayland \ + libmpv.so:multimedia/mpv + +USES= gl meson pkgconfig +USE_GITHUB= yes +USE_GL= egl +GH_ACCOUNT= GhostNaN +PLIST_FILES= bin/${PORTNAME} + +post-patch: + @${REINPLACE_CMD} 's/pidof/pgrep/' ${WRKSRC}/src/main.c + +.include Added: head/multimedia/mpvpaper/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpvpaper/distinfo Mon Nov 16 12:32:51 2020 (r555473) @@ -0,0 +1,3 @@ +TIMESTAMP = 1597884895 +SHA256 (GhostNaN-mpvpaper-1.0_GH0.tar.gz) = 9bfc654495552ee069f2bc88d178b732351c471d1706218ed8fe945451b85fb0 +SIZE (GhostNaN-mpvpaper-1.0_GH0.tar.gz) = 81679 Added: head/multimedia/mpvpaper/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/mpvpaper/pkg-descr Mon Nov 16 12:32:51 2020 (r555473) @@ -0,0 +1,5 @@ +MPVPaper is a wallpaper program for wlroots-based Wayland compositors, +such as Sway. That allows you to play videos with mpv as your +wallpaper. + +WWW: https://github.com/GhostNaN/mpvpaper