From owner-svn-ports-head@freebsd.org Sun Mar 18 17:54:31 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A40EF677CA; Sun, 18 Mar 2018 17:54:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2DE1D7E593; Sun, 18 Mar 2018 17:54:31 +0000 (UTC) (envelope-from yuri@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 282CB23B87; Sun, 18 Mar 2018 17:54:31 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2IHsVg4007953; Sun, 18 Mar 2018 17:54:31 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2IHsUZQ007951; Sun, 18 Mar 2018 17:54:30 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803181754.w2IHsUZQ007951@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 18 Mar 2018 17:54:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464942 - in head/multimedia/simplescreenrecorder: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia/simplescreenrecorder: . files X-SVN-Commit-Revision: 464942 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.25 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: Sun, 18 Mar 2018 17:54:31 -0000 Author: yuri Date: Sun Mar 18 17:54:30 2018 New Revision: 464942 URL: https://svnweb.freebsd.org/changeset/ports/464942 Log: multimedia/simplescreenrecorder: Update to 0.3.10.2 Port changes: * Disable OpenGL recording, it's broken on BSD * Remove patches that have been applied upstream Reported by: portscout Deleted: head/multimedia/simplescreenrecorder/files/patch-CMakeLists.txt head/multimedia/simplescreenrecorder/files/patch-glinject_CMakeLists.txt head/multimedia/simplescreenrecorder/files/patch-glinject_Hook.cpp Modified: head/multimedia/simplescreenrecorder/Makefile head/multimedia/simplescreenrecorder/distinfo Modified: head/multimedia/simplescreenrecorder/Makefile ============================================================================== --- head/multimedia/simplescreenrecorder/Makefile Sun Mar 18 17:47:22 2018 (r464941) +++ head/multimedia/simplescreenrecorder/Makefile Sun Mar 18 17:54:30 2018 (r464942) @@ -1,7 +1,8 @@ # $FreeBSD$ PORTNAME= simplescreenrecorder -DISTVERSION= 0.3.9 +DISTVERSION= 0.3.10-2 +DISTVERSIONSUFFIX= -g7439813 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -22,11 +23,14 @@ USE_XORG= x11 xext xfixes xi CMAKE_ON= WITH_QT5 CMAKE_OFF= WITH_GLINJECT # doesn't yet work on FreeBSD: https://github.com/MaartenBaert/ssr/issues/586#issuecomment-343780107 +CMAKE_OFF+= WITH_OPENGL_RECORDING # extra option requiried when GLInject is off, because this makes OpenGL recording dysfunctional OPTIONS_DEFINE= PULSEAUDIO JACK OPTIONS_DEFAULT= PULSEAUDIO + PULSEAUDIO_CMAKE_BOOL= WITH_PULSEAUDIO PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio + JACK_CMAKE_BOOL= WITH_JACK JACK_LIB_DEPENDS= libjack.so:audio/jack Modified: head/multimedia/simplescreenrecorder/distinfo ============================================================================== --- head/multimedia/simplescreenrecorder/distinfo Sun Mar 18 17:47:22 2018 (r464941) +++ head/multimedia/simplescreenrecorder/distinfo Sun Mar 18 17:54:30 2018 (r464942) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515280704 -SHA256 (MaartenBaert-ssr-0.3.9_GH0.tar.gz) = f3820eadaf9ecfe9aaf0940bf868cedd828c6e75b6a860195ecc091c174fcebe -SIZE (MaartenBaert-ssr-0.3.9_GH0.tar.gz) = 1816221 +TIMESTAMP = 1521394201 +SHA256 (MaartenBaert-ssr-0.3.10-2-g7439813_GH0.tar.gz) = 202f55ea48920e97cd7280020d76e00e0a9f60f553429061372b0523a748fde0 +SIZE (MaartenBaert-ssr-0.3.10-2-g7439813_GH0.tar.gz) = 1823829