diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2016-03-10 02:31:51 +0300 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-03-10 21:55:06 +0800 |
commit | ff5350709ebb4940ca2525cbfab168c6a2156a36 (patch) | |
tree | e5fa9b47293fe8ca373147d693aa86e3a2f6fa3f /media-video | |
parent | dev-util/strace: Whitespace (diff) | |
download | gentoo-ff5350709ebb4940ca2525cbfab168c6a2156a36.tar.gz gentoo-ff5350709ebb4940ca2525cbfab168c6a2156a36.tar.bz2 gentoo-ff5350709ebb4940ca2525cbfab168c6a2156a36.zip |
media-video/aegisub: update comment re luabins
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/aegisub/aegisub-3.2.2_p20160306.ebuild | 7 | ||||
-rw-r--r-- | media-video/aegisub/aegisub-9999.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
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" |