@martyg if you're going to post a patch don't include line breaks. Whenever I try to apply the patch its read as garbage. A for effort though.
Search Criteria
Package Details: kodi-git-eventclients r67165.504c69cc3b2b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/kodi-git.git (read-only, click to copy) |
---|---|
Package Base: | kodi-git |
Description: | Kodi Event Clients (master branch) |
Upstream URL: | https://kodi.tv |
Licenses: | GPL2 |
Conflicts: | kodi-eventclients |
Provides: | kodi-eventclients |
Submitter: | BlackIkeEagle |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 85 |
Popularity: | 0.000137 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-12-08 16:30 (UTC) |
Dependencies (61)
- bluez-libs (bluez-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- dav1d (dav1d-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- exiv2 (exiv2-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- ghostscript (make)
- giflib (giflib-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- gperf (gperf-gitAUR) (make)
- graphviz (make)
- gtest (googletest-gitAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- jdk21-openjdk (zing-21-binAUR, jdk21-temurinAUR, openjdk-zulu21-ca-fx-binAUR) (make)
- libass (libass-gitAUR) (make)
- libbluray (libbluray-gitAUR) (make)
- libcdio (libcdio-gitAUR) (make)
- libcec (libcec-gitAUR) (make)
- Show 41 more dependencies...
Required by (0)
Sources (9)
- 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
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 55 Next › Last »
WeenieHut commented on 2018-08-15 06:25 (UTC)
martyg commented on 2018-08-01 02:59 (UTC)
-
copying.txt is no longer present in the source distro (Errors the build)
-
kodi binary will not load unless fstrcmp installed
-
kodi binary now requires lirc library to load (No longer optional)
Patch enclosed. (This will build the Leia Alpha 3 tag) https://ptpb.pw/i23Z
kevku commented on 2018-07-28 07:57 (UTC)
new dependency fstrcmp https://github.com/xbmc/xbmc/pull/14221
Lenovsky commented on 2018-07-16 05:45 (UTC)
Thank you for all the information, the package should work fine now.
rio commented on 2018-07-13 19:56 (UTC) (edited on 2018-07-13 20:02 (UTC) by rio)
Can confirm the LICENSE.GPL
issue. The license files changed to markdown in a commit from April:
https://github.com/xbmc/xbmc/commit/40fe25d9c4890e6d64e74b70eecee84a82d04928
Changing LICENSE.GPL
to LICENSE.md
in the PKGBUILD fixed the issue.
DanySK commented on 2018-07-12 21:50 (UTC)
Hi, packaging fails to me:
mv: cannot stat '/tmp/yaourt-tmp-danysk/aur-kodi-git/pkg/kodi-git/usr/share/doc/kodi/LICENSE.GPL': No such file or directory ==> ERROR: A failure occurred in package_kodi-git(). Aborting... ==> ERROR: Makepkg was unable to build kodi-git.
Can Anybody else confirm the issue?
martyg commented on 2018-07-04 21:07 (UTC)
As mentioned by @cspack77, lirc also needs to be installed during build.
The enclosed PKGBUILD patch gives me a working Leia Alpha-2 binary with LIRC remote support. This patch also corrects my earlier issue with libcec.
martyg commented on 2018-07-01 00:56 (UTC)
Thank you for maintaining this. I was dying for a Kodi-19 preview.
FYI, the binary will not start unless libcec.so.4 is installed. So I guess libcec needs to be moved to the "depends" list.
This was built in a clean chroot, so no unnecessary junk was lying around when built.
cspack77 commented on 2018-06-03 23:45 (UTC)
lirc is now a make dependency. https://github.com/xbmc/xbmc/commit/6e156bea5bf3a7fb8967e888238b6a07b967a90b
fleixi commented on 2018-05-12 16:48 (UTC)
Since the last ffmpeg update to Version 1:3.4.2-2 kodi is compile without error but start with this error:
ffmpeg[7FFAACA5C900]: Invalid return value 0 for stream protocol 12:11:39.467 T:140714615097600 DEBUG: Previous line repeats 5 times. 12:11:39.467 T:140714615097600 ERROR: Could not find suitable input format: image/png
and segfault.
If i enable the buildin ffmpeg from kodi in the package.conf kodi is working again but is logical bigger and i like to get rid of double packages.
Im the onlyone with this problem?
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.