@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?
Search Criteria
Package Details: kodi-git r66825.904e2ea742d-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.001459 |
First Submitted: | 2014-10-23 06:38 (UTC) |
Last Updated: | 2024-10-21 20:26 (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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 54 Next › Last »
dschrempf commented on 2017-09-11 17:22 (UTC)
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
bhedrich commented on 2017-07-23 08:47 (UTC)
@mrgame https://aur.archlinux.org/packages/kodi-addon-game-libretro-git/ Try it :D
fogine commented on 2017-07-08 00:24 (UTC) (edited on 2017-07-08 11:45 (UTC) by fogine)
Build fails on fresh arch installation with i3wm:
Sys \ Hw info:
8x Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
Linux 4.11.9-1-ARCH #1 SMP PREEMPT Wed Jul 5 18:23:08 CEST 2017 x86_64 GNU/Linux
16GB RAM
Does anybody have a clue why this might happen?
>
[ 75%] Building CXX object build/powermanagement/CMakeFiles/powermanagement.dir/PowerManager.cpp.o
cd /tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/build/powermanagement && /usr/sbin/c++ -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/lib -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/lib/gtest/include -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/linux -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/cores/VideoPlayer -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/build -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/build/cpluff/include -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/build/include -I/usr/include/freetype2 -I/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/build/libdvd/include -I/usr/include/lzo -I/usr/include/libdrm -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/python2.7 -I/usr/include/samba-4.0 -I/usr/include/libxml2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c++11 -O3 -DNDEBUG -s -D_LINUX -DTARGET_POSIX -DTARGET_LINUX -DHAVE_SSE=1 -DHAVE_SSE2=1 -DHAVE_SSE3=1 -DHAVE_SSSE3=1 -DHAVE_SSE4_1=1 -D__STDC_CONSTANT_MACROS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_STD__U16_STRING=1 -DHAVE_STD__U32_STRING=1 -DHAVE_CHAR16_T=1 -DHAVE_CHAR32_T=1 -DHAVE_STDINT_H=1 -DHAS_BUILTIN_SYNC_ADD_AND_FETCH=1 -DHAS_BUILTIN_SYNC_SUB_AND_FETCH=1 -DHAS_BUILTIN_SYNC_VAL_COMPARE_AND_SWAP=1 -DHAVE_INOTIFY=1 -DHAVE_POSIX_FADVISE=1 -DHAVE_LOCALTIME_R=1 -DHAVE_INTTYPES_H=1 -DFFMPEG_VER_SHA=\"3.3\" -I/usr/include/fribidi -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DHAVE_LIBGL=1 -DHAS_EGL=1 -DHAVE_X11=1 -DHAVE_LIBXRANDR=1 -DHAS_GLX=1 -DHAVE_ALSA=1 -DUSE_ALSA=1 -DHAVE_LIBAVAHI_CLIENT=1 -DHAVE_LIBAVAHI_COMMON=1 -DHAVE_DBUS=1 -DHAVE_LCMS2=1 -DHAVE_LIBMICROHTTPD=1 -DHAVE_MYSQL=1 -DHAVE_LIBPULSE=1 -DHAS_PYTHON=1 -DHAVE_LIBSMBCLIENT=1 -DHAVE_LIBSSH=1 -DHAVE_LIBUDEV=1 -DHAVE_LIBXSLT=1 -DHAVE_LIBVA=1 -DHAVE_LIBVDPAU=1 -DHAVE_LIBBLURAY=1 -DHAVE_LIBCEC=1 -DHAVE_LIBNFS=1 -DHAVE_LIBPLIST=1 -DHAVE_OPENSSL=1 -DUSE_UPNP=1 -DHAS_DVD_DRIVE -DLIRC_DEVICE=\"/run/lirc/lircd\" -DHAVE_LIRC=1 -DHAVE_LIBSHAIRPLAY=1 -DBIN_INSTALL_PATH=\"/usr/lib/kodi\" -DINSTALL_PATH=\"/usr/share/kodi\" -std=c++11 -o CMakeFiles/powermanagement.dir/PowerManager.cpp.o -c /tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/powermanagement/PowerManager.cpp
In file included from /usr/include/c++/7.1.1/bits/move.h:54:0,
from /usr/include/c++/7.1.1/bits/stl_pair.h:59,
from /usr/include/c++/7.1.1/bits/stl_algobase.h:64,
from /usr/include/c++/7.1.1/memory:62,
from /tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/powermanagement/PowerManager.h:23,
from /tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/powermanagement/PowerManager.cpp:21:
/usr/include/c++/7.1.1/type_traits: In substitution of ‘template<class _Tp, class> static std::true_type std::__do_is_default_constructible_impl::__test(int) [with _Tp = CDBusConnection::DBusConnectionDeleter; <template-parameter-1-2> = <missing>]’:
/usr/include/c++/7.1.1/type_traits:892:35: required from ‘struct std::__is_default_constructible_impl<CDBusConnection::DBusConnectionDeleter>’
/usr/include/c++/7.1.1/type_traits:143:12: required from ‘struct std::__and_<std::__not_<std::is_void<CDBusConnection::DBusConnectionDeleter> >, std::__is_default_constructible_impl<CDBusConnection::DBusConnectionDeleter> >’
/usr/include/c++/7.1.1/type_traits:896:12: required from ‘struct std::__is_default_constructible_atom<CDBusConnection::DBusConnectionDeleter>’
/usr/include/c++/7.1.1/type_traits:917:12: required from ‘struct std::__is_default_constructible_safe<CDBusConnection::DBusConnectionDeleter, false>’
/usr/include/c++/7.1.1/type_traits:923:12: required from ‘struct std::is_default_constructible<CDBusConnection::DBusConnectionDeleter>’
/usr/include/c++/7.1.1/type_traits:143:12: required from ‘struct std::__and_<std::__not_<std::is_pointer<CDBusConnection::DBusConnectionDeleter> >, std::is_default_constructible<CDBusConnection::DBusConnectionDeleter> >’
/usr/include/c++/7.1.1/bits/unique_ptr.h:135:47: required from ‘class std::__uniq_ptr_impl<DBusConnection, CDBusConnection::DBusConnectionDeleter>’
/usr/include/c++/7.1.1/bits/unique_ptr.h:163:33: required from ‘class std::unique_ptr<DBusConnection, CDBusConnection::DBusConnectionDeleter>’
/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc/xbmc/linux/DBusUtil.h:69:58: required from here
/usr/include/c++/7.1.1/type_traits:881:48: error: constructor required before non-static data member for ‘CDBusConnection::DBusConnectionDeleter::closeBeforeUnref’ has been parsed
template<typename _Tp, typename = decltype(_Tp())>
^~~~~
make[2]: *** [build/powermanagement/CMakeFiles/powermanagement.dir/build.make:111: build/powermanagement/CMakeFiles/powermanagement.dir/PowerManager.cpp.o] Error 1
make[2]: Leaving directory '/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc'
make[1]: *** [CMakeFiles/Makefile2:6742: build/powermanagement/CMakeFiles/powermanagement.dir/all] Error 2
make[1]: Leaving directory '/tmp/yaourt-tmp-user/aur-kodi-git/src/xbmc'
make: *** [Makefile:141: all] Error 2
mrgame commented on 2017-06-27 20:49 (UTC)
Can someone please add kodi emulator/gaming cores to aur? These are usable with the new kodi 18 retroplayer feature.
Game Cores:
https://github.com/kodi-game
See also:
http://kodi.wiki/view/Game_Add-ons
Thanks!
DocMAX commented on 2017-06-11 17:42 (UTC)
joystick, keyboard doesnt work
BTW_IUseGentoo commented on 2017-04-26 05:19 (UTC) (edited on 2017-04-26 22:22 (UTC) by BTW_IUseGentoo)
Having error with build, rapidjson-git issues. I have latest version installed.
I tried building with git makepkg -si and yaourt both failed to build kodi-git.
https://hastebin.com/emevagemot.sql
Edit - "git clone https://github.com/herecura/rapidjson-git" makepkg -si, I was
able to build kodi with that rapidjson package not rapidjson-git in AUR.
slobeck commented on 2017-04-20 18:03 (UTC)
@mrturcot well hot diggity! that worked like a charm.
For me though, i tried cloning mingw-w64-gtest and using makepkg failed b/c of missing dep. pacaur however took care of all that and it went as advertised from there. @BlackIkeEagle's rapidjson-git built just fine. Many thanks
a36233 commented on 2017-04-18 13:46 (UTC)
Please change makedeps: 'rapidjson-git' to 'rapidjson'.
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.