Package Base Details: kodi-git

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.078662
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-04-08 15:00 (UTC)

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.

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 54 Next › Last »

graysky commented on 2017-10-22 13:36 (UTC) (edited on 2017-10-22 13:36 (UTC) by graysky)

@Lenovsky - I did it, and it builds and runs. Please see: https://gist.github.com/graysky2/8106be1c6021bc6e5cd6c890aa732360

graysky commented on 2017-10-22 12:43 (UTC) (edited on 2017-10-22 12:48 (UTC) by graysky)

You will probably want to update this to sync up with external ffmpeg. See the latest kodi PKGBUILD in [community]. cmake, deps, and makedepends are different

tixetsal commented on 2017-10-17 19:34 (UTC)

Thanks to BlackIkeEagle for all of the hard work, and long live Lenovsky!

a36233 commented on 2017-10-16 16:15 (UTC)

It fails building with: kodi-git/src/xbmc/xbmc/guilib/FFmpegImage.cpp:254:3: error: ‘AVCodecParameters’ was not declared in this scope AVCodecParameters* codec_params = m_fctx->streams[0]->codecpar; kodi-git/src/xbmc/xbmc/guilib/FFmpegImage.cpp:254:22: error: ‘codec_params’ was not declared in this scope AVCodecParameters* codec_params = m_fctx->streams[0]->codecpar; kodi-git/src/xbmc/xbmc/guilib/FFmpegImage.cpp:264:7: error: ‘avcodec_parameters_to_context’ was not declared in this scope if (avcodec_parameters_to_context(m_codec_ctx, codec_params) < 0) kodi-git/src/xbmc/xbmc/guilib/FFmpegImage.cpp:395:9: error: ‘avcodec_send_frame’ was not declared in this scope ret = avcodec_send_frame(avctx, frame); ...

Alad commented on 2017-09-28 11:01 (UTC)

All: if you use this package, please adopt it so others can continue to benefit.

BlackIkeEagle commented on 2017-09-23 06:07 (UTC)

I just disowned this, I don't have enough time to keep up with everything.

Niklas commented on 2017-09-11 21:46 (UTC)

kodi-dev-git is part of this package, every time you install kodi-git makepkg will also build kodi-dev-git, which contains the files necessary for plugin development etc. The "dev" does not stand for "development version". It apparently is actively maintained since the maintainer keeps committing an updated version number every day, which is redundant since the pkgver function will update it anyway.

dschrempf commented on 2017-09-11 17:22 (UTC)

@raneon: I noticed that `wayland++-git` is orphaned, but there is `waylandpp` or `waylandpp-git`. Also, there are two (redundant?) packages kodi-git and kodi-dev-git. Is there a difference? Further, equests from April (@a36233, `rapidjson-git` -> `rapidjson`) as well as August (@kevku) have not been answered nor implemented by the package manager. Is this package still actively maintained?

raneon commented on 2017-08-24 08:58 (UTC) (edited on 2017-10-12 19:37 (UTC) by raneon)

Wayland has been merged to Kodi, see https://github.com/xbmc/xbmc/pull/12664. Can you enable Wayland in the build? Here is what I did to run Kodi natively on Wayland. Precondition: 1.) Make sure that wayland-protocols are installed 2.) Install from AUR `waylandpp` or `waylandpp-git` (thank you dschrempf, the old package wayland++-git is not available anymore) I had to add the 2 parameters DCORE_PLATFORM_NAME=wayland and DWAYLAND_RENDER_SYSTEM=gl: build() { cd "$_gitname" cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \ -DENABLE_EVENTCLIENTS=ON \ -DLIRC_DEVICE=/run/lirc/lircd \ -DCORE_PLATFORM_NAME=wayland \ -DWAYLAND_RENDER_SYSTEM=gl \ . make VERBOSE=1 make preinstall } So far Kodi on Wayland seems to run quite stable.

kevku commented on 2017-08-07 10:12 (UTC)

can you add provides kodi-dev to kodi-dev-git