From: Ilya Tumaykin Date: Wed, 9 Mar 2016 23:31:51 +0000 (+0300) Subject: media-video/aegisub: update comment re luabins X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ff5350709ebb4940ca2525cbfab168c6a2156a36;p=gentoo.git media-video/aegisub: update comment re luabins Package-Manager: portage-2.2.27 --- diff --git a/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild b/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild index 1c21ae6afbd0..9fb805651982 100644 --- a/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild +++ b/media-video/aegisub/aegisub-3.2.2_p20160306.ebuild @@ -24,6 +24,10 @@ IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet" # configure.ac specifies minimal versions for some of the dependencies below. # However, most of these minimal versions date back to 2006-2012 yy. # Such version specifiers are meaningless nowadays, so they are omitted. +# +# aegisub bundles luabins (https://github.com/agladysh/luabins). +# Unfortunately, luabins upstream is practically dead since 2010. +# Thus unbundling luabins is not worth the effort. RDEPEND=" dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] @@ -56,9 +60,6 @@ REQUIRED_USE=" || ( alsa openal oss portaudio pulseaudio ) " -# aegisub bundles luabins (https://github.com/agladysh/luabins). -# Unfortunately, luabins upstream is dead since 2011. -# Thus unbundling luabins is not worth the effort. PATCHES=( "${FILESDIR}/${P}-fix-luajit-unbundling.patch" "${FILESDIR}/${P}-respect-user-compiler-flags.patch" diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild index a356fa809e98..32ba8278ab71 100644 --- a/media-video/aegisub/aegisub-9999.ebuild +++ b/media-video/aegisub/aegisub-9999.ebuild @@ -23,6 +23,10 @@ IUSE="alsa debug +ffmpeg +fftw openal oss portaudio pulseaudio spell +uchardet" # configure.ac specifies minimal versions for some of the dependencies below. # However, most of these minimal versions date back to 2006-2012 yy. # Such version specifiers are meaningless nowadays, so they are omitted. +# +# aegisub bundles luabins (https://github.com/agladysh/luabins). +# Unfortunately, luabins upstream is practically dead since 2010. +# Thus unbundling luabins is not worth the effort. RDEPEND=" dev-lang/luajit:2[lua52compat] dev-libs/boost:=[icu,nls,threads] @@ -55,9 +59,6 @@ REQUIRED_USE=" || ( alsa openal oss portaudio pulseaudio ) " -# aegisub bundles luabins (https://github.com/agladysh/luabins). -# Unfortunately, luabins upstream is dead since 2011. -# Thus unbundling luabins is not worth the effort. PATCHES=( "${FILESDIR}/${PN}-3.2.2_p20160306-fix-luajit-unbundling.patch" "${FILESDIR}/${PN}-3.2.2_p20160306-respect-user-compiler-flags.patch"