From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E8B559CA3 for ; Thu, 10 Mar 2016 13:55:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B60A21C0E9; Thu, 10 Mar 2016 13:55:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B749B21C0E9 for ; Thu, 10 Mar 2016 13:55:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9CF6340B6C for ; Thu, 10 Mar 2016 13:55:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B0D8F5 for ; Thu, 10 Mar 2016 13:55:35 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1457618106.ff5350709ebb4940ca2525cbfab168c6a2156a36.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/aegisub/aegisub-3.2.2_p20160306.ebuild media-video/aegisub/aegisub-9999.ebuild X-VCS-Directories: media-video/aegisub/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: ff5350709ebb4940ca2525cbfab168c6a2156a36 X-VCS-Branch: master Date: Thu, 10 Mar 2016 13:55:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5b43680d-5682-4336-a4dc-143343d42bed X-Archives-Hash: c6df32e57175feb0649384f968bfaf75 commit: ff5350709ebb4940ca2525cbfab168c6a2156a36 Author: Ilya Tumaykin gmail com> AuthorDate: Wed Mar 9 23:31:51 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Thu Mar 10 13:55:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff535070 media-video/aegisub: update comment re luabins Package-Manager: portage-2.2.27 media-video/aegisub/aegisub-3.2.2_p20160306.ebuild | 7 ++++--- 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 1c21ae6..9fb8056 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 a356fa8..32ba827 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"