From owner-svn-ports-head@freebsd.org Tue Dec 31 23:15:47 2019 Return-Path: Delivered-To: svn-ports-head@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 CFD441DFF05; Tue, 31 Dec 2019 23:15:47 +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) server-signature RSA-PSS (4096 bits) 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 47nVXM4zCNz3KJd; Tue, 31 Dec 2019 23:15:47 +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 87F81217BA; Tue, 31 Dec 2019 23:15:47 +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 xBVNFlf7003149; Tue, 31 Dec 2019 23:15:47 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBVNFlo4003147; Tue, 31 Dec 2019 23:15:47 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201912312315.xBVNFlo4003147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Tue, 31 Dec 2019 23:15:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521663 - head/multimedia/wlrobs X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/wlrobs X-SVN-Commit-Revision: 521663 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Dec 2019 23:15:47 -0000 Author: jbeich Date: Tue Dec 31 23:15:46 2019 New Revision: 521663 URL: https://svnweb.freebsd.org/changeset/ports/521663 Log: multimedia/wlrobs: update to s20191230 Changes: https://hg.sr.ht/~scoopta/wlrobs/log/d7294c05b907 Modified: head/multimedia/wlrobs/Makefile (contents, props changed) head/multimedia/wlrobs/distinfo (contents, props changed) Modified: head/multimedia/wlrobs/Makefile ============================================================================== --- head/multimedia/wlrobs/Makefile Tue Dec 31 22:32:00 2019 (r521662) +++ head/multimedia/wlrobs/Makefile Tue Dec 31 23:15:46 2019 (r521663) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= wlrobs -PORTVERSION= s20191120 -DISTVERSIONSUFFIX= -8b4656a90bc7 +PORTVERSION= s20191230 +DISTVERSIONSUFFIX= -d7294c05b907 CATEGORIES= multimedia #MASTER_SITES= https://hg.sr.ht/~scoopta/${PORTNAME}/archive/${DISTVERSIONSUFFIX:S/^-//}${EXTRACT_SUFX}?dummy=/ MASTER_SITES+= LOCAL/jbeich # https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 @@ -12,28 +12,18 @@ MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland screen capture plugin for obs-studio LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC:H}/COPYING.md +LICENSE_FILE= ${WRKSRC}/COPYING.md -BUILD_DEPENDS= ${LOCALBASE}/include/obs/obs-module.h:multimedia/obs-studio -LIB_DEPENDS= libwayland-client.so:graphics/wayland +LIB_DEPENDS= libwayland-client.so:graphics/wayland \ + libobs.so:multimedia/obs-studio -USES= compiler:c11 gmake localbase:ldflags -WRKSRC_SUBDIR= Release -MAKEFILE= makefile +USES= compiler:c11 meson pkgconfig DATADIR= ${PREFIX}/lib/obs-plugins PORTDATA= ${PORTNAME}.so -post-patch: - @${REINPLACE_CMD} -e 's/ -O3//' \ - -e '/-shared/!s/gcc/$$(CC) $$(CFLAGS)/' \ - -e '/-shared/s/gcc/$$(CC) $$(LDFLAGS)/' \ - ${WRKSRC}/makefile \ - ${WRKSRC}/proto/subdir.mk \ - ${WRKSRC}/src/subdir.mk - do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.so \ + ${INSTALL_LIB} ${INSTALL_WRKSRC}/lib${PORTNAME}.so \ ${STAGEDIR}${DATADIR}/${PORTNAME}.so .include Modified: head/multimedia/wlrobs/distinfo ============================================================================== --- head/multimedia/wlrobs/distinfo Tue Dec 31 22:32:00 2019 (r521662) +++ head/multimedia/wlrobs/distinfo Tue Dec 31 23:15:46 2019 (r521663) @@ -1,3 +1,3 @@ -TIMESTAMP = 1574287498 -SHA256 (wlrobs-8b4656a90bc7.tar.gz) = eb8ffbfc80c2b6e6888e401d0a222e694fc8fc4a6ac3948cca0bae2acc136dc1 -SIZE (wlrobs-8b4656a90bc7.tar.gz) = 22963 +TIMESTAMP = 1577764820 +SHA256 (wlrobs-d7294c05b907.tar.gz) = 7f30318308c852fe5f0602d7fb7d2ad425cfdbe907cb77d2d825521a8e58b0ae +SIZE (wlrobs-d7294c05b907.tar.gz) = 22185