From 7fed103b26799c58bd185f75cbec69ec4c5461f7 Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 05 Apr 2024 22:31:57 +0200
Subject: [PATCH] x265: update to 3.6

---
 components/encumbered/x265/pkg5                          |    2 +-
 components/encumbered/x265/manifests/sample-manifest.p5m |    6 +++---
 components/encumbered/x265/x265.p5m                      |    4 ++--
 components/encumbered/x265/Makefile                      |    5 ++---
 4 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/components/encumbered/x265/Makefile b/components/encumbered/x265/Makefile
index a3b583a..67ef5e1 100644
--- a/components/encumbered/x265/Makefile
+++ b/components/encumbered/x265/Makefile
@@ -17,8 +17,7 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=         x265
-COMPONENT_VERSION=      3.5
-COMPONENT_REVISION=     2
+COMPONENT_VERSION=      3.6
 COMPONENT_SUMMARY=      High Efficiency Video Coding (HEVC)
 COMPONENT_PROJECT_URL=  https://x265.org/
 COMPONENT_FMRI=         library/video/x265
@@ -26,7 +25,7 @@
 COMPONENT_SRC=          $(COMPONENT_NAME)_$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
 COMPONENT_ARCHIVE_URL=  https://bitbucket.org/multicoreware/$(COMPONENT_NAME)_git/downloads/$(COMPONENT_ARCHIVE)
-COMPONENT_ARCHIVE_HASH= sha256:e70a3335cacacbba0b3a20ec6fecd6783932288ebc8163ad74bcc9606477cae8
+COMPONENT_ARCHIVE_HASH= sha256:663531f341c5389f460d730e62e10a4fcca3428ca2ca109693867bc5fe2e2807
 COMPONENT_LICENSE=      GPLv2.0
 COMPONENT_LICENSE_FILE= COPYING
 
diff --git a/components/encumbered/x265/manifests/sample-manifest.p5m b/components/encumbered/x265/manifests/sample-manifest.p5m
index d44b835..1e29730 100644
--- a/components/encumbered/x265/manifests/sample-manifest.p5m
+++ b/components/encumbered/x265/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
 #
 
 #
-# Copyright 2023 <contributor>
+# Copyright 2024 <contributor>
 #
 
 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -27,6 +27,6 @@
 file path=usr/include/x265.h
 file path=usr/include/x265_config.h
 file path=usr/lib/$(MACH64)/libx265.a
-link path=usr/lib/$(MACH64)/libx265.so target=libx265.so.199
-file path=usr/lib/$(MACH64)/libx265.so.199
+link path=usr/lib/$(MACH64)/libx265.so target=libx265.so.209
+file path=usr/lib/$(MACH64)/libx265.so.209
 file path=usr/lib/$(MACH64)/pkgconfig/x265.pc
diff --git a/components/encumbered/x265/pkg5 b/components/encumbered/x265/pkg5
index 42fcfa0..02fe0ab 100644
--- a/components/encumbered/x265/pkg5
+++ b/components/encumbered/x265/pkg5
@@ -9,4 +9,4 @@
         "library/video/x265"
     ],
     "name": "x265"
-}
\ No newline at end of file
+}
diff --git a/components/encumbered/x265/x265.p5m b/components/encumbered/x265/x265.p5m
index 4e6e086..b08372b 100644
--- a/components/encumbered/x265/x265.p5m
+++ b/components/encumbered/x265/x265.p5m
@@ -27,6 +27,6 @@
 file path=usr/include/x265.h
 file path=usr/include/x265_config.h
 #file path=usr/lib/$(MACH64)/libx265.a
-link path=usr/lib/$(MACH64)/libx265.so target=libx265.so.199
-file path=usr/lib/$(MACH64)/libx265.so.199
+link path=usr/lib/$(MACH64)/libx265.so target=libx265.so.209
+file path=usr/lib/$(MACH64)/libx265.so.209
 file path=usr/lib/$(MACH64)/pkgconfig/x265.pc

--
Gitblit v1.9.3