From c8f587b3987e865a4b76e603a6dce315fbd8b6c7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 27 Aug 2022 12:45:27 +0200 Subject: [PATCH] x265-3.4, revert removal of prepareInstalledDevelLibs (#7136) --- media-libs/x265/x265_3.4-3.4.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/x265/x265_3.4-3.4.recipe b/media-libs/x265/x265_3.4-3.4.recipe index 390c98f3c..200591094 100644 --- a/media-libs/x265/x265_3.4-3.4.recipe +++ b/media-libs/x265/x265_3.4-3.4.recipe @@ -7,7 +7,7 @@ the bit rate. x265 is a free software project implementing that standard." HOMEPAGE="http://x265.org/" COPYRIGHT="2013-2020 x265 Project" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://bitbucket.org/multicoreware/x265_git/get/$portVersion.tar.gz" CHECKSUM_SHA256="7f2771799bea0f53b5ab47603d5bea46ea2a221e047a7ff398115e9976fd5f86" # BitBucket sucks @@ -41,7 +41,6 @@ BUILD() # directory to find out the version of x265 cd source - cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX:PATH=$prefix \ @@ -57,5 +56,8 @@ INSTALL() cd source make install + prepareInstalledDevelLibs libx265 + fixPkgconfig + rm -rf $prefix/bin $developDir }