From nobody Thu Jun 13 03:54:38 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4W07p658rRz5MDKP; Thu, 13 Jun 2024 03:54:38 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4W07p62Xdvz4B7F; Thu, 13 Jun 2024 03:54:38 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1718250878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tkjumGahUc3g4cy6P22AIEzyHS0feIBTP22/ZM+/YGc=; b=JPbz9biRNgI0W7zlOcnAcduqM9Dx/C0qhEnZkd1qZYq1yRtIjzpOGcyVfnVjB5e6udVvSg Iosj/ezYVXKYZhBIRtHzJpLldSkaPo5zQbD2CHac7cxFakyAmiegzcyVSTmbV4GD5gP2IT wjLcaa/sQAkO+4LN7feANec8jNKAwTANZcfoMrbJQ1jWTH6cUT5wz0F99FYazwJd4a65ax PA8+wtGWR6kiyI2en6Xon8wo2wq6IFklEvi+WJf102xxAOj4XgwaVROnxEN7Ox1nFc+KVp LFPshYeR82LDxBTGKoBC8c87zAZ9jvo8PzgepLrpSJrEUfZDJSleXCts0pLrtA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1718250878; a=rsa-sha256; cv=none; b=nZ0cUpLRZZIF5Sb0bElX7ZTpaW7HftNn2SNk9gKnZ42RnCKcpifQrZ2344Ac8e1iYf06Gy mn824zK5CpsmQWzVHlI8fbMegKs1Uy5bqoPU+thoyBohNqw7atzpkMioTAbj6vmWOKnusV zp1n9c8xhTRmn8/BC8I5ZJe8JhLcpSVfTvQHjGfKy3COzA5wqH58qYeluimVlcK7NEnMWn HXLlefV7VtbGi+0UGBYtti1XtCxFmYQge1HslD5YRMkXpBH3jW5rkhVlSvLBuPO5B6DRcJ /MxMb3U1RnBvn6Cbdfpu+bMdjW/0bqFAOS5R8fPJVuFk/Tq2qMtS9i3LcXQcTQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1718250878; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tkjumGahUc3g4cy6P22AIEzyHS0feIBTP22/ZM+/YGc=; b=cG897fkHSn/buQvNkpD64K9qae8Q9FoUO1SHIys1YJDJSqu68sHmPt7roWbegAdbhS25gX 2p+mdm8BCThAmJ99K1CM5bhjbzGV02u8FRFgLPDcWQY2UA3CdGEsiKr35bUo4Mas/QC4MN iWkJ6dMNw4lEUC2Sl/9nuUBxuVTd6JyZKgtVcoD1XfXCLkTnO9i/L9fEGk4eEPygrnlDj4 tiq9y96XtrGe2EsSyud5MI6x5sU2ENq0hBTIXU327cu2WxlXUtRmH6+n7FyUN/sKXlF8Tg Dnp2xg1e63J+Xe7GHDng1zKNP9FLpRH3B6xG9vx4B+wJ68snNgb3eesMmdhL3Q== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4W07p627vvzLst; Thu, 13 Jun 2024 03:54:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 45D3sc02085922; Thu, 13 Jun 2024 03:54:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 45D3schd085919; Thu, 13 Jun 2024 03:54:38 GMT (envelope-from git) Date: Thu, 13 Jun 2024 03:54:38 GMT Message-Id: <202406130354.45D3schd085919@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 129465ed0b7d - main - multimedia/olive: Unbreak List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 129465ed0b7d6eb2f53263ac11426f45081389ba Auto-Submitted: auto-generated The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=129465ed0b7d6eb2f53263ac11426f45081389ba commit 129465ed0b7d6eb2f53263ac11426f45081389ba Author: Yuri Victorovich AuthorDate: 2024-06-13 03:50:21 +0000 Commit: Yuri Victorovich CommitDate: 2024-06-13 03:54:29 +0000 multimedia/olive: Unbreak --- multimedia/olive/Makefile | 6 +++--- multimedia/olive/distinfo | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/multimedia/olive/Makefile b/multimedia/olive/Makefile index 195243a27f4f..5bd244d519fe 100644 --- a/multimedia/olive/Makefile +++ b/multimedia/olive/Makefile @@ -1,9 +1,11 @@ PORTNAME= olive DISTVERSION= 0.1.2-20230320 -PORTREVISION= 6 CATEGORIES= multimedia PKGNAMESUFFIX= -video-editor +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 311eeb72944f93f873d1cd1784ee2bf423e1e7c2.patch:-p1 # https://github.com/olive-editor/olive/pull/2294, OpenColorIO 2.3 compatibility + MAINTAINER= yuri@FreeBSD.org COMMENT= Non-linear video editor WWW= https://olivevideoeditor.org/ @@ -11,8 +13,6 @@ WWW= https://olivevideoeditor.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= incompatible with opencolorio-2.3.2, see https://github.com/olive-editor/olive/issues/2334 - BUILD_DEPENDS= frei0r>0:graphics/frei0r LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libImath-3_1.so:math/Imath \ diff --git a/multimedia/olive/distinfo b/multimedia/olive/distinfo index f95606f19fe5..b5206fa8f698 100644 --- a/multimedia/olive/distinfo +++ b/multimedia/olive/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1679768370 +TIMESTAMP = 1718206119 SHA256 (olive-editor-olive-0.1.2-20230320-8ca1672_GH0.tar.gz) = 72321e63b48da8a40defc935d938f432f5692e65220406788b48ee6a1b1aa5ed SIZE (olive-editor-olive-0.1.2-20230320-8ca1672_GH0.tar.gz) = 8156522 SHA256 (olive-editor-core-2777928_GH0.tar.gz) = 2a7f57fcf782d62d9a40a3c51a1cb7d5f87aaf20952402d9d52bdbafddbaec6c SIZE (olive-editor-core-2777928_GH0.tar.gz) = 76380 SHA256 (KDAB-KDDockWidgets-8d2d0a5_GH0.tar.gz) = 5d6d40c8a3f128ce61769c2bcb01b89dfd92460779e63cde40d8068647157705 SIZE (KDAB-KDDockWidgets-8d2d0a5_GH0.tar.gz) = 3930847 +SHA256 (311eeb72944f93f873d1cd1784ee2bf423e1e7c2.patch) = 776c164ae6b4fb1a861b56b78b7277cde9cb8d52ef759dba8fe3981832783add +SIZE (311eeb72944f93f873d1cd1784ee2bf423e1e7c2.patch) = 1547