Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/
Date: Thu, 26 May 2016 08:58:25
Message-Id: 1464253088.f3090936d98f1565ca10bc9eb78680b1e33a6536.mgorny@gentoo
1 commit: f3090936d98f1565ca10bc9eb78680b1e33a6536
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 08:34:28 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 08:58:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3090936
7
8 media-video/aegisub: Switch to git-r3
9
10 Switch the live ebuild to git-r3, using the new EGIT_SUBMODULES API.
11
12 media-video/aegisub/aegisub-9999.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild
16 index 5789168..d8665bb 100644
17 --- a/media-video/aegisub/aegisub-9999.ebuild
18 +++ b/media-video/aegisub/aegisub-9999.ebuild
19 @@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
20 PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS@latin sr_RS uk_UA vi zh_CN zh_TW"
21 WX_GTK_VER="3.0"
22
23 -inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-2
24 +inherit autotools-utils fdo-mime flag-o-matic gnome2-utils l10n wxwidgets git-r3
25
26 DESCRIPTION="Advanced subtitle editor"
27 HOMEPAGE="http://www.aegisub.org/"
28 @@ -59,6 +59,9 @@ REQUIRED_USE="
29 || ( alsa openal oss portaudio pulseaudio )
30 "
31
32 +# submodules are used to pull in bundled libraries
33 +EGIT_SUBMODULES=()
34 +
35 PATCHES=(
36 "${FILESDIR}/${PN}-3.2.2_p20160306-fix-luajit-unbundling.patch"
37 "${FILESDIR}/${PN}-3.2.2_p20160306-respect-user-compiler-flags.patch"