From owner-svn-ports-head@freebsd.org Sun Feb 28 16:48:23 2021 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 1C48153830C; Sun, 28 Feb 2021 16:48:23 +0000 (UTC) (envelope-from danfe@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 4DpTqC0Gtjz4XTq; Sun, 28 Feb 2021 16:48:23 +0000 (UTC) (envelope-from danfe@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 EC19913DD3; Sun, 28 Feb 2021 16:48:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11SGmMnB045663; Sun, 28 Feb 2021 16:48:22 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11SGmM4t045662; Sun, 28 Feb 2021 16:48:22 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202102281648.11SGmM4t045662@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 28 Feb 2021 16:48:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566776 - head/graphics/libheif X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/graphics/libheif X-SVN-Commit-Revision: 566776 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.34 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, 28 Feb 2021 16:48:23 -0000 Author: danfe Date: Sun Feb 28 16:48:22 2021 New Revision: 566776 URL: https://svnweb.freebsd.org/changeset/ports/566776 Log: - Fix formatting (remove excessive whitespace) - Drop the program name from the COMMENT text - LICENSE_FILE is sufficient for single license Modified: head/graphics/libheif/Makefile Modified: head/graphics/libheif/Makefile ============================================================================== --- head/graphics/libheif/Makefile Sun Feb 28 16:39:03 2021 (r566775) +++ head/graphics/libheif/Makefile Sun Feb 28 16:48:22 2021 (r566776) @@ -9,43 +9,44 @@ CATEGORIES= graphics PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES= b7caef96e012f6e516fee2e50a836b07b7c5a8fc.patch:-p1 -MAINTAINER= freebsd@sebastiansteinmetz.ch -COMMENT= Libheif is an ISO/IEC 23008-12:2017 HEIF file format de- and encoder +MAINTAINER= freebsd@sebastiansteinmetz.ch +COMMENT= ISO/IEC 23008-12:2017 HEIF file format de- and encoder -LICENSE= LGPL3+ -LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake compiler:c++11-lang gettext-runtime gnome localbase:ldflags pkgconfig -USE_GNOME= gdkpixbuf2 glib20 -USE_LDCONFIG= yes +USES= cmake compiler:c++11-lang gettext-runtime gnome \ + localbase:ldflags pkgconfig +USE_GNOME= gdkpixbuf2 glib20 +USE_LDCONFIG= yes -CMAKE_OFF= WITH_EXAMPLES +CMAKE_OFF= WITH_EXAMPLES -USE_GITHUB= yes -GH_ACCOUNT= strukturag +USE_GITHUB= yes +GH_ACCOUNT= strukturag -OPTIONS_DEFINE= AOM DAV1D LIBDE265 RAV1E X265 -OPTIONS_DEFAULT= AOM DAV1D LIBDE265 RAV1E X265 -OPTIONS_SUB= yes +OPTIONS_DEFINE= AOM DAV1D LIBDE265 RAV1E X265 +OPTIONS_DEFAULT= AOM DAV1D LIBDE265 RAV1E X265 +OPTIONS_SUB= yes -AOM_DESC= AV1 encoding/decoding via libaom -AOM_CMAKE_BOOL= WITH_AOM -AOM_LIB_DEPENDS= libaom.so:multimedia/aom +AOM_DESC= AV1 encoding/decoding via libaom +AOM_CMAKE_BOOL= WITH_AOM +AOM_LIB_DEPENDS= libaom.so:multimedia/aom -DAV1D_DESC= Build dav1e decoder -DAV1D_CMAKE_BOOL= WITH_DAV1D -DAV1D_LIB_DEPENDS= libdav1d.so:multimedia/dav1d +DAV1D_DESC= Build dav1e decoder +DAV1D_CMAKE_BOOL= WITH_DAV1D +DAV1D_LIB_DEPENDS= libdav1d.so:multimedia/dav1d -LIBDE265_DESC= Use libde265 (support for HEVC decoding) -LIBDE265_CMAKE_BOOL= WITH_LIBDE265 -LIBDE265_LIB_DEPENDS= libde265.so:multimedia/libde265 +LIBDE265_DESC= Use libde265 (support for HEVC decoding) +LIBDE265_CMAKE_BOOL= WITH_LIBDE265 +LIBDE265_LIB_DEPENDS= libde265.so:multimedia/libde265 -RAV1E_DESC= Build rav1e encoder -RAV1E_CMAKE_BOOL= WITH_RAV1E -RAV1E_LIB_DEPENDS= librav1e.so:multimedia/librav1e +RAV1E_DESC= Build rav1e encoder +RAV1E_CMAKE_BOOL= WITH_RAV1E +RAV1E_LIB_DEPENDS= librav1e.so:multimedia/librav1e -X265_DESC= Use x265 (support for HEVC encoding) -X265_CMAKE_BOOL= WITH_X265 -X265_LIB_DEPENDS= libx265.so:multimedia/x265 +X265_DESC= Use x265 (support for HEVC encoding) +X265_CMAKE_BOOL= WITH_X265 +X265_LIB_DEPENDS= libx265.so:multimedia/x265 .include