cvs commit: ports/graphics/gnash Makefile pkg-plist

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Mar 10 15:13:18 UTC 2011


* Anonymous (swell.k at gmail.com) wrote:

> WITH_VAAPI + WITHOUT_FFMPEG matches `else' condition while IGNORE is ignored.
> 
> Here is a fix for the bug not present in the PR.

Thanks, this was exactly what I've intended, but I got distracted and
committed unfinished version. Should be ok now.

> %%
> Index: graphics/gnash/Makefile
> ===================================================================
> RCS file: /a/.cvsup/ports/graphics/gnash/Makefile,v
> retrieving revision 1.53
> diff -u -p -r1.53 Makefile
> --- graphics/gnash/Makefile	10 Mar 2011 06:29:13 -0000	1.53
> +++ graphics/gnash/Makefile	10 Mar 2011 08:18:50 -0000
> @@ -201,8 +201,8 @@ CONFIGURE_ARGS+=	--enable-renderer=`${EC
>  #
>  # Hardware acceleration options processing
>  #
> -.if defined(WITH_VAAPI) && !defined(WITHOUT_FFMPEG)
> -.	if !defined(WITH_VAAPI)
> +.if defined(WITH_VAAPI)
> +.	if !defined(WITH_FFMPEG)
>  IGNORE=			VAAPI currently works only with FFMPEG. Please rerun 'make config' and enable FFMPEG.
>  .	endif
>  LIB_DEPENDS+=		va.1:${PORTSDIR}/multimedia/libva
> %%
> 

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amdmi3 at amdmi3.ru  ..:  jabber: amdmi3 at jabber.ru    http://www.amdmi3.ru


More information about the cvs-ports mailing list