From 419b92de78039ab6cc9e6391c921f94ab9584686 Mon Sep 17 00:00:00 2001 From: menmazqj Date: Tue, 16 Jan 2024 16:20:17 +0800 Subject: [PATCH] add yaml file for x265 --- x265.spec | 5 ++++- x265.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 x265.yaml diff --git a/x265.spec b/x265.spec index 9799435..b43cd42 100644 --- a/x265.spec +++ b/x265.spec @@ -1,7 +1,7 @@ Summary: H.265/HEVC encoder Name: x265 Version: 3.5 -Release: 3 +Release: 4 URL: http://x265.org/ License: GPLv2 @@ -174,6 +174,9 @@ rm %{buildroot}%{_libdir}/libx265.a %{_libdir}/pkgconfig/x265.pc %changelog +* Tue Jan 16 2024 menmazqj - 3.5-4 +- add yaml file for x265 + * Sat Oct 07 2023 liweigang - 3.5-3 - add loongarch64 support diff --git a/x265.yaml b/x265.yaml new file mode 100644 index 0000000..be1ae9a --- /dev/null +++ b/x265.yaml @@ -0,0 +1,4 @@ +version_control: bitbucket +src_repo: multicoreware/x265_git +tag_prefix: ^v +seperator: . -- Gitee