From owner-svn-ports-head@freebsd.org Fri Dec 16 08:32:27 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE556C82B3E; Fri, 16 Dec 2016 08:32:27 +0000 (UTC) (envelope-from dinoex@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 mx1.freebsd.org (Postfix) with ESMTPS id 9C8EFD01; Fri, 16 Dec 2016 08:32:27 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBG8WQjB083930; Fri, 16 Dec 2016 08:32:26 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBG8WQ9j083928; Fri, 16 Dec 2016 08:32:26 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201612160832.uBG8WQ9j083928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Fri, 16 Dec 2016 08:32:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428651 - head/graphics/gnash X-SVN-Group: ports-head 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.23 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: Fri, 16 Dec 2016 08:32:28 -0000 Author: dinoex Date: Fri Dec 16 08:32:26 2016 New Revision: 428651 URL: https://svnweb.freebsd.org/changeset/ports/428651 Log: - add missing direct dependecies - fix option CYGNAL Modified: head/graphics/gnash/Makefile head/graphics/gnash/pkg-plist Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Fri Dec 16 08:19:49 2016 (r428650) +++ head/graphics/gnash/Makefile Fri Dec 16 08:32:26 2016 (r428651) @@ -3,9 +3,8 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= graphics -MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 @@ -34,6 +33,7 @@ GNU_CONFIGURE= yes WANT_GSTREAMER= yes USE_GNOME= libxml2 USE_XORG= x11 xau xdmcp xext xi xinerama ice sm xv +USE_GL= egl INSTALLS_ICONS= yes SYSCONFIGDIR= ${PREFIX}/etc @@ -160,7 +160,6 @@ GNASH_RENDERERS+= agg .if ${PORT_OPTIONS:MOPENGL} IGNORE= support for OpenGL is currently broken, use option AGG -USE_GL= yes GNASH_RENDERERS+= ogl .if ${PORT_OPTIONS:MGTK2} LIB_DEPENDS+= libgdkglext-x11-1.0.so:x11-toolkits/gtkglext @@ -199,14 +198,17 @@ CONFIGURE_ARGS+= --enable-device=egl,x11 # Media handler options processing # .if ${PORT_OPTIONS:MFFMPEG} && empty(PORT_OPTIONS:MGSTREAMER) -LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:multimedia/ffmpeg \ + libtheora.so:multimedia/libtheora \ + libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis CONFIGURE_ARGS+= --enable-media=ffmpeg \ --with-ffmpeg-incl=${LOCALBASE}/include/libavcodec \ --with-ffmpeg-lib=${LOCALBASE}/lib USE_SDL+= sdl MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include/ffmpeg" .elif ${PORT_OPTIONS:MGSTREAMER} && empty(PORT_OPTIONS:MFFMPEG) -USE_GSTREAMER= yes +USE_GSTREAMER= ffmpeg mad vorbis CONFIGURE_ARGS+= --enable-media=gst USE_SDL+= sdl .else Modified: head/graphics/gnash/pkg-plist ============================================================================== --- head/graphics/gnash/pkg-plist Fri Dec 16 08:19:49 2016 (r428650) +++ head/graphics/gnash/pkg-plist Fri Dec 16 08:32:26 2016 (r428651) @@ -152,6 +152,7 @@ include/gnash/asobj/movie_root.h include/gnash/asobj/namedStrings.h include/gnash/display_pkg.h include/gnash/dsodefs.h +%%CYGNAL%%include/gnash/extension.h include/gnash/external_pkg.h include/gnash/filters_pkg.h include/gnash/geom_pkg.h @@ -164,6 +165,7 @@ include/gnash/noseek_fd_adapter.h include/gnash/parser/movie_definition.h include/gnash/rc.h include/gnash/ref_counted.h +%%CYGNAL%%include/gnash/sharedlib.h include/gnash/snappingrange.h include/gnash/string_table.h include/gnash/text_pkg.h