diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:40:32 +0000 |
| commit | dea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch) | |
| tree | f331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/x265 | |
| parent | ef5bfeb93345a5a681d88e99775622bf28defd8d (diff) | |
| download | alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/x265')
| -rw-r--r-- | repos/extra/x265/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/x265/.files | 11 | ||||
| -rw-r--r-- | repos/extra/x265/abuild | 11 |
3 files changed, 0 insertions, 23 deletions
diff --git a/repos/extra/x265/.checksum b/repos/extra/x265/.checksum deleted file mode 100644 index 9482e16c..00000000 --- a/repos/extra/x265/.checksum +++ /dev/null @@ -1 +0,0 @@ -d3852196b8f9562fa7be874689863d6285a89a264706ce7b3f7192c40d1f450e x265_4.2.tar.gz diff --git a/repos/extra/x265/.files b/repos/extra/x265/.files deleted file mode 100644 index 0f645bfa..00000000 --- a/repos/extra/x265/.files +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/x265 -drwxr-xr-x root/root usr/include/ --rw-r--r-- root/root usr/include/x265.h --rw-r--r-- root/root usr/include/x265_config.h -drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libx265.so -> libx265.so.216 --rwxr-xr-x root/root usr/lib/libx265.so.216 -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/x265.pc diff --git a/repos/extra/x265/abuild b/repos/extra/x265/abuild deleted file mode 100644 index 364dcc05..00000000 --- a/repos/extra/x265/abuild +++ /dev/null @@ -1,11 +0,0 @@ -name=x265 -version=4.2 -release=1 -source="https://bitbucket.org/multicoreware/x265_git/downloads/x265_${version}.tar.gz" -build_opt="-DGIT_ARCHETYPE=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5" -build_dir=x265_${version}/source - -prebuild() { - sed -r '/cmake_policy.*(0025|0054)/d' -i CMakeLists.txt -} - |