-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
addpkg(main/jellyfin-server): 10.10.5 #23074
base: master
Are you sure you want to change the base?
Conversation
I can build it successfully locally without any error https://api.files.vc/files/fp7/e3db30966f7ef19c67c7cd4e74788a44.zip
|
It looks like it can't find |
|
At first I had put |
I suspect you're gonna need to add |
That wasn't it by the looks of it. |
There is no dotnet on the build machine. Declaring package dependency on dotnet* doesn't fix this. I probably should add termux_setup_dotnet later. |
That would definitely be good for standardization. |
Thank u |
It built successfully 🥳 but there's files packaging issue i believe |
You don't seem to have pushed the successful build yet. |
You can check the CI log that it built fine, there is error in file checking after successfully building |
Alright so Jellyfin's sqlite library isn't linking correctly yet. ERROR: ./lib/jellyfin/libe_sqlite3.so contains undefined symbols:
7: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND dlopen
8: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_mutexattr_settype
10: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sinh
11: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log2
18: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atan2
19: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tanh
20: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atanh
21: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cosh
29: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND fmod
30: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND acosh
31: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND acos
33: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND dlclose
45: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sin
49: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND atan
52: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND asin
55: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND exp
56: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_mutex_trylock
59: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND dlerror
60: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND trunc
62: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND tan
63: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND dlsym
65: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_join
67: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND cos
69: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_create
71: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log
73: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pow
75: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_mutexattr_init
77: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND log10
78: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND pthread_mutexattr_destroy
79: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND sqrt
80: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND asinh
|
4b8b257
to
b63fa43
Compare
5a25c2a
to
4b8b257
Compare
Sorry, I know it, i had thought to squash later. My mistakee. I'm not able to squash now because i sync with upstream using github web mistake. |
Yeah please be careful to select |
4b8b257
to
347093f
Compare
Or @truboxl can do it I suppose. |
Squash commits nicely now 😊 |
6c9574c
to
1f2e5b4
Compare
looking in https://github.com/jellyfin/jellyfin-packaging/ https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=jellyfin-git https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/jellyfin/APKBUILD |
The build options from Arch's official |
Yeah what about |
Seems to be an alternate form of |
1f2e5b4
to
79ce141
Compare
Co-authored-by: TomIO <43716232+TomJo2000@users.noreply.github.com> Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
79ce141
to
f268ab9
Compare
After this pr merge, i need someone to check whether jellyfin runs in Nvidia Shield Pro because unlike other android boxed Shield Pro CPU architecture is arm64 |
Even --self-contained=false issue. |
This PR has derailed. Dotnet does not build For Other libs need to be checked too.
Please stop request outside reviewers' review. Only the Termux team members will approve and merge PRs. |
@kcubeterm review i hadn't requested, i dont know how it happened Isn't Jellyfin depends on https://github.com/mono/SkiaSharp .
|
I would like to know whether any C# program successfully packaged in termux |
I think Jellyfin would be the first to be merged. But there is a draft PR for powershell. |
They do provide for Xamarian Android, which i think may work in termux? |
Jellyfin is fork of emby, and emby supports running their server in any android devices from FireTV stick to Nvidia Shield and any kitkat potato phone |
( @aicynide ) — While i'm searching for Linux variant of Skiasharp's build dependency, I found Tizen Studio as build dependency of Skiasharp, but I don't wanna to let Skiasharp become first to ported into Termux repo's package under (Samsung) Tizen topic and decided to end up developing Skiasharp as Termux's port for Termux repo. It's reason why Skiasharp offer Tizen Studio as it's build dependency, which it's because Skiasharp's contributor never copy Visual Studio from it's Windows-styled dependency. I just developing |
This comment was marked as spam.
This comment was marked as spam.
@mexsrc thanks! |
closes: #9751