Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/
Date: Sat, 16 Feb 2019 17:06:11
Message-Id: 1550336749.725e14e78db8547078e61c7b0fe249a28f6ce0ae.asturm@gentoo
1 commit: 725e14e78db8547078e61c7b0fe249a28f6ce0ae
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 16:33:31 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 17:05:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725e14e7
7
8 media-libs/libaom: Drop obsolete patch, pkg uses GNUInstallDirs now
9
10 Reported-by: jospezial <jospezial <AT> gmx.de>
11 Closes: https://bugs.gentoo.org/678116
12 Package-Manager: Portage-2.3.60, Repoman-2.3.12
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 media-libs/libaom/libaom-9999.ebuild | 8 +-------
16 1 file changed, 1 insertion(+), 7 deletions(-)
17
18 diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild
19 index e0f9c64ac4f..18d07c79973 100644
20 --- a/media-libs/libaom/libaom-9999.ebuild
21 +++ b/media-libs/libaom/libaom-9999.ebuild
22 @@ -42,12 +42,7 @@ REQUIRED_USE="
23 cpu_flags_x86_ssse3? ( cpu_flags_x86_sse2 )
24 "
25
26 -PATCHES=( "${FILESDIR}/libdirpc2.patch" "${FILESDIR}/pthread_lib2.patch" )
27 -
28 -src_prepare() {
29 - sed -e 's/lib"/lib${LIB_SUFFIX}"/' -i CMakeLists.txt || die
30 - cmake-utils_src_prepare
31 -}
32 +PATCHES=( "${FILESDIR}/pthread_lib2.patch" )
33
34 multilib_src_configure() {
35 local mycmakeargs=(
36 @@ -72,7 +67,6 @@ multilib_src_configure() {
37 -DBUILD_SHARED_LIBS=ON
38 )
39 cmake-utils_src_configure
40 - rm aom.pc # ensure it is rebuilt with proper libdir
41 }
42
43 multilib_src_install() {