Date: Thu, 20 Sep 2012 14:15:11 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304578 - head/emulators/dolphin-emu-devel Message-ID: <201209201415.q8KEFBxG032569@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Thu Sep 20 14:15:11 2012 New Revision: 304578 URL: http://svn.freebsd.org/changeset/ports/304578 Log: Really force ENCODE_FRAMEDUMPS to OFF (forgotten in previous commit) and remove dependency to multimedia/ffmpeg Modified: head/emulators/dolphin-emu-devel/Makefile Modified: head/emulators/dolphin-emu-devel/Makefile ============================================================================== --- head/emulators/dolphin-emu-devel/Makefile Thu Sep 20 14:09:31 2012 (r304577) +++ head/emulators/dolphin-emu-devel/Makefile Thu Sep 20 14:15:11 2012 (r304578) @@ -7,6 +7,7 @@ PORTNAME= dolphin-emu PORTVERSION= 3.0.r${REVDATE} +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -18,8 +19,7 @@ COMMENT= Gamecube and Wii Emulator LICENSE= GPLv2 -LIB_DEPENDS= avformat:${PORTSDIR}/multimedia/ffmpeg \ - execinfo:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ freetype:${PORTSDIR}/print/freetype2 \ lzo2:${PORTSDIR}/archivers/lzo2 \ sfml-network:${PORTSDIR}/devel/sfml @@ -46,13 +46,13 @@ USE_GCC= 4.6+ USE_CMAKE= yes CMAKE_BUILD_TYPE= Release # Disable ao (seems buggy) and ALSA (emulated) -# XXX ENCODE_FRAMEDUMPS is activated but will fail detecting required libs -# (libavcodec, libavformat, libswscale, libavutil) as our version of ffmpeg is currently -# too old +# XXX ENCODE_FRAMEDUMPS is disabled because it will fail detecting required +# libs (libavcodec, libavformat, libswscale, libavutil) as our version of +# ffmpeg is currently too old CMAKE_ARGS+= -DDISABLE_AO:BOOL=ON \ -DDISABLE_ALSA:BOOL=ON \ -DDISABLE_BLUEZ:BOOL=ON \ - -DENCODE_FRAMEDUMPS:BOOL=ON \ + -DENCODE_FRAMEDUMPS:BOOL=OFF \ -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=ON SUB_FILES= pkg-message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209201415.q8KEFBxG032569>