From owner-svn-ports-all@freebsd.org Sat Jul 7 08:01:07 2018 Return-Path: Delivered-To: svn-ports-all@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 D05F51023427; Sat, 7 Jul 2018 08:01:06 +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 8264389C6C; Sat, 7 Jul 2018 08:01:06 +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 63DE314A3B; Sat, 7 Jul 2018 08:01:06 +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 w67816Fc056751; Sat, 7 Jul 2018 08:01:06 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w678169n056749; Sat, 7 Jul 2018 08:01:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807070801.w678169n056749@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 7 Jul 2018 08:01:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474062 - in head/multimedia/cinelerra-gg: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/multimedia/cinelerra-gg: . files X-SVN-Commit-Revision: 474062 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2018 08:01:07 -0000 Author: yuri Date: Sat Jul 7 08:01:05 2018 New Revision: 474062 URL: https://svnweb.freebsd.org/changeset/ports/474062 Log: multimedia/cinelerra-gg: Add the option OPENGL Added: head/multimedia/cinelerra-gg/files/patch-cinelerra-5.1_cinelerra_Makefile (contents, props changed) Modified: head/multimedia/cinelerra-gg/Makefile Modified: head/multimedia/cinelerra-gg/Makefile ============================================================================== --- head/multimedia/cinelerra-gg/Makefile Sat Jul 7 07:20:08 2018 (r474061) +++ head/multimedia/cinelerra-gg/Makefile Sat Jul 7 08:01:05 2018 (r474062) @@ -3,7 +3,7 @@ PORTNAME= cinelerra-gg DISTVERSION= 5.1-20180705 DISTVERSIONSUFFIX= -${REV:C/(.......).*/\1/} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= https://git.cinelerra-cv.org/gitweb?p=goodguy/cinelerra.git;a=snapshot;h=${REV};sf=tgz;dummy=/ # tarballs are @ https://cinelerra-cv.org/five/pkgs/src/ @@ -55,7 +55,7 @@ USE_XORG= x11 xau xdmcp xext xfixes xft xinerama xv MAKE_ENV= C_INCLUDE_PATH=${LOCALBASE}/include CPLUS_INCLUDE_PATH=${LOCALBASE}/include LIBRARY_PATH=${LOCALBASE}/lib CONFIGURE_ARGS= --disable-static-build --disable-lame --disable-twolame \ --with-oss --without-alsa \ - --without-gl --without-firewire --without-dv --without-dvb \ + --without-firewire --without-dv --without-dvb \ --without-video4linux2 --without-xxf86vm --without-ladspa-build \ --without-libzmpeg --without-commercial --without-thirdparty CFLAGS+= -DFFMPEG3 @@ -69,8 +69,8 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} DATADIR= ${PREFIX}/share/cin -OPTIONS_DEFINE= LV2 -OPTIONS_DEFAULT= LV2 +OPTIONS_DEFINE= LV2 OPENGL +OPTIONS_DEFAULT= LV2 OPENGL OPTIONS_SUB= yes LV2_DESC= Use LV2 plugins @@ -84,6 +84,9 @@ LV2_LIB_DEPENDS= liblilv-0.so:audio/lilv \ libsord-0.so:devel/sord \ libsratom-0.so:audio/sratom \ libsuil-0.so:audio/suil + +OPENGL_CONFIGURE_WITH= gl +OPENGL_USE= GL=gl,glu post-patch: # the patch recommended by the upstream Added: head/multimedia/cinelerra-gg/files/patch-cinelerra-5.1_cinelerra_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/cinelerra-gg/files/patch-cinelerra-5.1_cinelerra_Makefile Sat Jul 7 08:01:05 2018 (r474062) @@ -0,0 +1,11 @@ +--- cinelerra-5.1/cinelerra/Makefile.orig 2018-07-07 06:48:13 UTC ++++ cinelerra-5.1/cinelerra/Makefile +@@ -415,7 +415,7 @@ LIBS += $(if $(filter x265,$(static_pkgs + LIBS += $(if $(filter libvpx,$(static_pkgs)), -lvpx) + + ifneq ($(WANT_GL),no) +-LIBS += -lGL -lGLU -lGLX ++LIBS += -lGL -lGLU + endif + ifneq ($(WANT_XFT),no) + LIBS += -lXft