Date: Fri, 16 Dec 2016 08:32:26 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428651 - head/graphics/gnash Message-ID: <201612160832.uBG8WQ9j083928@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612160832.uBG8WQ9j083928>