From cb8197916fbde0b0ae63ebca16f41fd22bf55eac Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 24 Aug 2025 12:25:16 +0300 Subject: [PATCH] Switch gcc dependenency to gcc-libs --- pkg.info | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 82e8589..fa0ffe6 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,10 @@ name: x265 description: Free software library and application for encoding video streams into the H.265/MPEG-H HEVC compression format version: 4.0 +revision: 2 url: https://www.videolan.org/developers/x265.html license: GPL architecture: any -depends: ["gcc"] -make_depends: ["cmake","nasm"] +depends: ["gcc-libs"] +make_depends: ["cmake", "nasm"] type: source