Another problem regarding the .service file:
https://bugs.archlinux.org/task/32985
Search Criteria
Package Details: kodi-git 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: | 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.000672 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-12-08 16:30 (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 (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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 55 Next › Last »
phects commented on 2012-12-06 12:56 (UTC)
jack.mitchell commented on 2012-12-04 16:37 (UTC)
Should we not try to fix the .service file before completely removing it? Do you know of a working service file?
I expect this is why I can't shutdown my XBMC machine anymore (I am using the provided service file.)
vulpesvelox commented on 2012-12-04 16:31 (UTC)
Could you please remove service file from PKGBUILD.
Even though it's provided upstream, it doesn't register session with logind and breaks upower and udisks.
Unfortunately, many people use it.
Thanks.
vially commented on 2012-11-17 06:35 (UTC)
@MatejLach
If you do need CEC support (I think it's only required if you use this CEC adapter: http://www.pulse-eight.com/store/products/104-usb-hdmi-cec-adapter.aspx) BlackIkeEagle's solution might be the easiest way to fix it.
However, if you don't need CEC support you could just remove the --enable-cec compile flag from the PKGBUILD
BlackIkeEagle commented on 2012-11-16 21:49 (UTC)
@MatejLach: yes, just read the comment of '2012-10-21 18:37', a little bit scrolling down on this page
MatejLach commented on 2012-11-16 20:41 (UTC)
Fails to compile for me, last couple of lines:
will not check for RPi support (unsupported cpu: x86_64)
checking for CEC... no
configure: error: == libcec disabled. CEC adapter support will not be available. ==
==> ERROR: A failure occurred in build().
Aborting...
The build failed.
Any ideas?
cgirard commented on 2012-11-05 12:13 (UTC)
Could you add systemd service file similar to what is provided by xbmc in [community]: https://projects.archlinux.org/svntogit/community.git/tree/trunk/xbmc.service?h=packages/xbmc
Thanks
blackhole commented on 2012-10-30 13:54 (UTC)
In the last version external .srt subtitles not working
BlackIkeEagle commented on 2012-10-21 18:37 (UTC)
@graysky & all:
for the ones willing to test xbmc-git i'll provide daily snapshots in my repository, this repository also contains the last libcec and a modified lockdev
atm the xbmc package in community cant handle libcec >= 2 so libcec will not be upgraded until xbmc11 supports libcec2 or until xbmc frodo lands in our repositories
[herecura-testing]
Server = http://repo.herecura.be/herecura-testing/$arch
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.