Andreas Wacknitz
2024-04-05 7fed103b26799c58bd185f75cbec69ec4c5461f7
x265: update to 3.6

4 files modified
17 ■■■■ changed files
components/encumbered/x265/Makefile 5 ●●●●● patch | view | raw | blame | history
components/encumbered/x265/manifests/sample-manifest.p5m 6 ●●●● patch | view | raw | blame | history
components/encumbered/x265/pkg5 2 ●●● patch | view | raw | blame | history
components/encumbered/x265/x265.p5m 4 ●●●● patch | view | raw | blame | history
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
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
components/encumbered/x265/pkg5
@@ -9,4 +9,4 @@
        "library/video/x265"
    ],
    "name": "x265"
}
}
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