Commit Graph
1431 Commits
Author SHA1 Message Date
Joshua M. Boniface 612b6f97cb Remove refs to sha256sum files 2024-03-20 12:48:23 -04:00
Joshua M. Boniface 8b6521c26a Remove additional sha256sums 2024-03-20 12:47:33 -04:00
Joshua M. Boniface 71e48df4c7 Avoid errors if symlinks fail
These aren't atomic and could overlap, which could get weird, but just
trust the last one will work.
2024-03-20 12:45:59 -04:00
Joshua M. Boniface 077bc58138 Ensure the debuntu release is included 2024-03-20 12:45:06 -04:00
Joshua M. Boniface ff76224403 Correct ownership of moved files 2024-03-20 12:27:37 -04:00
Joshua M. Boniface 63de2d17a3 Remove sha256sum from Windows build 2024-03-20 12:24:02 -04:00
Joshua M. Boniface 282c63d244 Create directories first and do symlinks in _meta 2024-03-20 11:33:26 -04:00
Joshua M. Boniface 0ffe263e84 Remove obsolete symlink steps
These are now handled within the _meta tasks themselves.
2024-03-20 11:28:12 -04:00
Joshua M. Boniface d68ffa5923 Fix secrets to work how it did before
This failed, and I don't understand why it didn't work, but fall back.
2024-03-20 10:20:48 -04:00
Joshua M. Boniface c28e624792 Use proper indexOf function here 2024-03-20 09:15:01 -04:00
Joshua M. Boniface 1650eaa695 Remove trailing slash
I don't know if this really affects anything, but ensures consistency
with jellyfin-packaging actions
2024-03-11 09:57:43 -04:00
Joshua M. Boniface 2f22ddd8b1 Switch to using scp-action instead of rsync
The burnett01/rsync-deployments action doesn't create parent
directories, which adds the requirement for an additional step to create
the target directory, which I find messy.

Switch to using appleboy/scp-action instead, which does create the
parent directories as expected.
2024-03-11 09:57:43 -04:00
Joshua M. Boniface 811614be62 Fix permissions for workflows
1. Ensure the upload happens to the /srv/incoming directory where the
REPO_USER has permission to write.
2. Use "sudo" to move things into place as everything in the repo is
root-owned.
2024-03-11 09:57:41 -04:00
Joshua M. Boniface d39bca801b Clean up remaining non-LTS Ubuntu entries 2024-03-11 09:56:28 -04:00
Joshua M. Boniface c65d741885 Update secret value to REPO_ 2024-03-11 09:56:28 -04:00
Joshua M. Boniface 2f16f020ed Drop non-LTS Ubuntu from builds 2024-03-11 09:56:28 -04:00
Joshua M. Boniface 88b0210585 Update CI to work with new repository layout
1. Use new path layout.
2. Add major version calculation for use in path.
3. Remove sha256sums.
2024-03-11 09:56:28 -04:00
gnattu f319aa01f0 Merge pull request #352 from gnattu/jellyfin
fix VT tone mapping and add transpose_vt
2024-03-09 22:17:26 +08:00
gnattu 2e3649a10f fix: relax format check for output 2024-03-09 13:45:34 +08:00
gnattu ac2e8120c1 feat: add format option for scale_vt 2024-03-09 12:47:41 +08:00
gnattu 8ee9707cc8 fix: add transpose_vt to series 2024-03-09 11:32:02 +08:00
gnattu 990a4eaf52 feat: backport transpose_vt 2024-03-09 11:29:21 +08:00
gnattu 588959a7c6 fix: force nv12 when doing tone mapping 2024-03-09 11:28:53 +08:00
Nyanmisaka b4c4da91d8 Merge pull request #346 from nyanmisaka/next
[6.0] Add CUDA transpose/flip filters
2024-03-08 19:39:23 +08:00
nyanmisaka 550663d39f Bump version to 6.0.1-4
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:58 +08:00
nyanmisaka 8fb8860b70 Update dependencies
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:58 +08:00
nyanmisaka b45e4446d1 Update 10-bit support for AMF AV1 encoder
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:58 +08:00
nyanmisaka d0a3998829 Fix libplacebo compat with the latest api
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:58 +08:00
nyanmisaka b30bea0566 Sync RKRGA filter fixes from ffmpeg-rockchip
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:58 +08:00
nyanmisaka d375452cf5 Add flip feat to OpenCL transpose filter
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:57 +08:00
nyanmisaka f86a67f55e Add CUDA transpose filter impl
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-07 19:46:57 +08:00
Nyanmisaka 7ead528b92 Merge pull request #350 from jellyfin/renovate/ci-deps
chore(deps): update shogo82148/actions-upload-release-asset action to v1.7.4
2024-03-07 12:13:45 +08:00
Nyanmisaka 704f4ea25b Merge pull request #349 from jellyfin/renovate/burnett01-rsync-deployments-7.x
chore(deps): update burnett01/rsync-deployments action to v7
2024-03-07 12:13:26 +08:00
renovate[bot] 3dc743a72b chore(deps): update burnett01/rsync-deployments action to v7 2024-03-06 23:08:34 +00:00
renovate[bot] 55493b6bd6 chore(deps): update shogo82148/actions-upload-release-asset action to v1.7.4 2024-03-06 23:08:27 +00:00
gnattu 620f0d2cd3 Merge pull request #345 from gnattu/jellyfin-macos-build
feat: add macOS builder script for CI
2024-03-07 07:07:48 +08:00
gnattu d381804ac7 fix: remove redundant prepare step 2024-03-07 05:29:19 +08:00
gnattu 31a8c8bee5 chore: more intuative OpenCL setup on macOS 2024-03-07 00:42:32 +08:00
gnattu d24936c9cb chore: use more intuative macOS setup for built-in libs 2024-03-06 23:54:57 +08:00
Tim Eisele b9b82ee4c1 Merge pull request #347 from jellyfin/renovate/ci-deps
chore(deps): update shogo82148/actions-upload-release-asset action to v1.7.4
2024-03-05 07:55:35 +01:00
renovate[bot] a4c5d7a4ac chore(deps): update shogo82148/actions-upload-release-asset action to v1.7.4 2024-03-05 04:29:40 +00:00
gnattu 70d0bfa067 doc: add macos build doc 2024-03-05 06:31:51 +08:00
gnattu 2585d1bb8b fix: remove everthing using libx11 on x86_64 runner 2024-03-05 01:16:22 +08:00
gnattu 406f8bd776 fix: disalbe libxcb on macOS
Github’s macOS runner will have libxcb installed and that  confuses ffmpeg which will add -lX11 to our build, but we are not using any of the x11 features.
2024-03-04 23:53:32 +08:00
gnattu 4dc86996cc fix: target detection 2024-03-04 20:09:00 +08:00
gnattu 77be21955c fix: move files before zip it 2024-03-04 19:58:16 +08:00
gnattu c6c812e276 feat: do actual build 2024-03-04 19:15:19 +08:00
gnattu 02e1d9fc10 fix: pcre2 prefix path 2024-03-04 18:59:42 +08:00
gnattu 30083c1ede fix: compile pcre2 first 2024-03-04 18:48:25 +08:00
gnattu 8bff93502a fix: use os.name 2024-03-04 18:35:51 +08:00