From owner-svn-ports-head@freebsd.org Tue May 5 12:20:26 2020 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 B55BC2E47C3; Tue, 5 May 2020 12:20:26 +0000 (UTC) (envelope-from rene@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 49Gf224N8Vz3PST; Tue, 5 May 2020 12:20:26 +0000 (UTC) (envelope-from rene@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 8D28FDC5A; Tue, 5 May 2020 12:20:26 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 045CKQsB054062; Tue, 5 May 2020 12:20:26 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 045CKQwS054060; Tue, 5 May 2020 12:20:26 GMT (envelope-from rene@FreeBSD.org) Message-Id: <202005051220.045CKQwS054060@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Tue, 5 May 2020 12:20:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534078 - head/multimedia/ogmrip X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/multimedia/ogmrip X-SVN-Commit-Revision: 534078 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.30 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, 05 May 2020 12:20:26 -0000 Author: rene Date: Tue May 5 12:20:25 2020 New Revision: 534078 URL: https://svnweb.freebsd.org/changeset/ports/534078 Log: multimedia/ogmrip: remove expired optional dependency on multimedia/gpac-mp4box Modified: head/multimedia/ogmrip/Makefile head/multimedia/ogmrip/pkg-plist Modified: head/multimedia/ogmrip/Makefile ============================================================================== --- head/multimedia/ogmrip/Makefile Tue May 5 12:11:42 2020 (r534077) +++ head/multimedia/ogmrip/Makefile Tue May 5 12:20:25 2020 (r534078) @@ -32,12 +32,11 @@ USE_GNOME= glib20 intlhack libxml2 INSTALL_TARGET= install-strip USE_LDCONFIG= yes -OPTIONS_DEFINE= GTK2 ENCHANT MATROSKA MP4BOX NLS THEORA FAAC SRT DEBUG +OPTIONS_DEFINE= GTK2 ENCHANT MATROSKA NLS THEORA FAAC SRT DEBUG OPTIONS_DEFAULT=GTK2 OPTIONS_SUB= yes ENCHANT_DESC= Enable spell checking for text subtitles MATROSKA_DESC= Enable Matroska container support -MP4BOX_DESC= Enable Mpeg-4 container support THEORA_DESC= Enable Ogg Theora video codec support SRT_DESC= Enable SRT text subtitles support @@ -52,9 +51,6 @@ ENCHANT_LIB_DEPENDS= libenchant.so:textproc/enchant MATROSKA_CONFIGURE_ENABLE=mkv-support MATROSKA_RUN_DEPENDS= mkvmerge:multimedia/mkvtoolnix - -MP4BOX_CONFIGURE_ENABLE=mp4-support -MP4BOX_RUN_DEPENDS= mp4box:multimedia/gpac-mp4box NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls Modified: head/multimedia/ogmrip/pkg-plist ============================================================================== --- head/multimedia/ogmrip/pkg-plist Tue May 5 12:11:42 2020 (r534077) +++ head/multimedia/ogmrip/pkg-plist Tue May 5 12:20:25 2020 (r534078) @@ -114,8 +114,6 @@ lib/ogmrip/container-plugins/libogmrip-avi.so %%MATROSKA%%lib/ogmrip/container-plugins/libogmrip-mkv.so lib/ogmrip/container-plugins/libogmrip-mov.a lib/ogmrip/container-plugins/libogmrip-mov.so -%%MP4BOX%%lib/ogmrip/container-plugins/libogmrip-mp4.a -%%MP4BOX%%lib/ogmrip/container-plugins/libogmrip-mp4.so lib/ogmrip/container-plugins/libogmrip-ogg.a lib/ogmrip/container-plugins/libogmrip-ogg.so %%GTK2%%lib/ogmrip/options-plugins/libogmrip-lavc-options.a