graysky the problem is I can't do that, since I get kodi-git binary from Chaotic-AUR, and I'm guessing it sees only gles. I'm used to have HEVC working for too many years, and can't see why changing it now. Mayby you can make gl the default then let peeps choose gles on demand.
Search Criteria
Package Details: kodi-git r67025.2e06c189dd88-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-git.git (read-only, click to copy) |
---|---|
Package Base: | kodi-git |
Description: | A software media player and entertainment hub for digital media (master branch, gles renderer) |
Upstream URL: | https://kodi.tv |
Licenses: | GPL2 |
Conflicts: | kodi, kodi-gbm, kodi-gles, kodi-wayland, kodi-x11 |
Provides: | kodi-common, kodi-gbm, kodi-wayland, kodi-x11 |
Submitter: | BlackIkeEagle |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 85 |
Popularity: | 0.001165 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-11-13 19:34 (UTC) |
Dependencies (105)
- bluez-libs (bluez-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dav1d (dav1d-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- exiv2 (exiv2-gitAUR)
- fmt (fmt-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libass (libass-gitAUR)
- libbluray (libbluray-gitAUR)
- libcdio (libcdio-gitAUR)
- libcec (libcec-gitAUR)
- libdisplay-info (libdisplay-info-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libmicrohttpd (libmicrohttpd-gitAUR)
- libnfs (libnfs-gitAUR)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR)
- libplist (libplist-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 85 more dependencies...
Required by (0)
Sources (10)
- git+https://github.com/xbmc/xbmc.git#branch=master
- https://ffmpeg.org/releases/ffmpeg-7.1.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/crossguid-ca1bf4b810e2d188d04cb6286f957008ee1b7681.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/flatbuffers-23.3.3.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/fstrcmp-0.7.D001.tar.gz
- https://mirrors.kodi.tv/build-deps/sources/libudfread-1.1.2.tar.gz
- libdvdcss-1.4.3-Next-Nexus-Alpha2-2.tar.gz
- libdvdnav-6.1.1-Next-Nexus-Alpha2-2.tar.gz
- libdvdread-6.1.3-Next-Nexus-Alpha2-2.tar.gz
- pr24972.patch
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 54 Next › Last »
csts commented on 2024-03-05 02:18 (UTC)
graysky commented on 2024-03-04 21:23 (UTC) (edited on 2024-03-04 21:23 (UTC) by graysky)
@csts - I commented on your issue but mirroring here for coverage:
Please see line 24 in the PKGBUILD wherein you need to define the _renderer
variable to a value of either gles
or gl
.
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=kodi-git#n24
csts commented on 2024-03-04 19:59 (UTC) (edited on 2024-03-04 20:03 (UTC) by csts)
@graysky, a Kodi dev mentioned you switched build to GLES, and that's why I get a black screen with HEVC:
https://github.com/xbmc/xbmc/issues/24802#issuecomment-1976468327
graysky commented on 2023-12-23 09:34 (UTC)
@kevku - fixed in latest commit and yes, this PKGBUILD mirrors the official one which build both gl and gles separately. I guess I can modify it to have a variable define which one to build...
kevku commented on 2023-12-23 08:18 (UTC)
you removed provides=kodi-dev from the kodi-git-dev package. this pkgbuild also now builds everything twice which is pointless waste of time for 99% of people.
ilikenwf commented on 2023-12-22 18:50 (UTC)
Nice @graysky!
csts commented on 2023-12-22 14:26 (UTC)
Package updated in Chaotic-AUR 5 days ago:
https://github.com/chaotic-aur/packages/issues/2956
graysky commented on 2023-12-22 09:29 (UTC)
@ilikenwf - latest commit builds both gl and gles
ilikenwf commented on 2023-12-16 11:27 (UTC) (edited on 2023-12-16 20:53 (UTC) by ilikenwf)
You may want to make it an option, either during build live or in the PKGBUILD, to select using GL or GLES.
Using GBM, I believe HDR would only work with this instead of gl:
-DAPP_RENDER_SYSTEM=gles
I have already submitted this adjustment as a pull request to the official package as well. It doesn't seem to change any of the experience or functionality, however reading around it seems gles provides more to kodi now than gl, which is funny since gl is more "full fat." @graysky
Pinned Comments
graysky commented on 2022-06-11 11:49 (UTC)
@laichiaheng - kodi is bound to a specific version of ffmpeg which is generally older than Arch's package. We avoid incompatibilities by using that specific version (ie internal ffmpeg). Recommend that you build kodi in clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.