Package Details: kodi-git-tools-texturepacker r67077.44376d5e9c74-1

Git Clone URL: https://aur.archlinux.org/kodi-git.git (read-only, click to copy)
Package Base: kodi-git
Description: Kodi Texturepacker tool (master branch)
Upstream URL: https://kodi.tv
Licenses: GPL2
Conflicts: kodi-tools-texturepacker
Provides: kodi-tools-texturepacker
Submitter: BlackIkeEagle
Maintainer: graysky
Last Packager: graysky
Votes: 85
Popularity: 0.001073
First Submitted: 2014-10-23 06:38 (UTC)
Last Updated: 2024-11-23 20:01 (UTC)

Dependencies (63)

Required by (0)

Sources (10)

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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 54 Next › Last »

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'.

BTW_IUseGentoo commented on 2017-04-17 23:04 (UTC) (edited on 2017-04-17 23:07 (UTC) by BTW_IUseGentoo)

@slobeck I was able to build @BlackIkeEagle's "rapidjson-git" PKG and in turn "kodi-git". "rapidjson-git" calls for "gtest" so I got it from Community "gtest" and from AUR "mingw-w64-gtest" (not sure if I needed both PKG's). It still failed to build so I copied the contents of "/usr/src/gtest/" to a newly created DIR "/usr/src/gtest/include/gtest/" and "rapidjson-git" completed building. I was able to build "kodi-git" without any issues after. Thanks!!

slobeck commented on 2017-04-12 21:51 (UTC)

@BlackIkeEagle your rapidjson-git fails to build CMake Error at googletest/cmake_install.cmake:44 (file): file INSTALL cannot find "/usr/src/gtest/include/gtest". Call Stack (most recent call first): test/cmake_install.cmake:37 (include) cmake_install.cmake:106 (include) make: *** [Makefile:76: install] Error 1 ==> ERROR: A failure occurred in package(). Aborting...

BlackIkeEagle commented on 2017-04-12 07:39 (UTC)

@tixetsal You can get the proper pkgbuild for rapidjson-git here: https://github.com/herecura/rapidjson-git I'm going to have to create a rapidjson package anyway so its available by the time kodi 18 has to go to community

tixetsal commented on 2017-04-11 15:11 (UTC) (edited on 2017-04-11 20:23 (UTC) by tixetsal)

@BlackIkeEagle I tried downloading rapidjson, but of course it gets replaced by rapidjson-git as the package managers run through dependencies. I wanted to make sure that it wasn't something I was doing. I appreciate the work that you put into maintaining kodi-git.

BlackIkeEagle commented on 2017-04-11 05:00 (UTC)

@tixetsal I know, the maintainer of rapidjson-git must fix the package first. see my comments there: https://aur.archlinux.org/packages/rapidjson-git/

tixetsal commented on 2017-04-10 16:07 (UTC) (edited on 2017-04-10 16:08 (UTC) by tixetsal)

I still can't build this package (with yaourt or pacaur), and I don't know what I'm doing wrong. I receive the following error: xbmc/utils/StringUtils.h: needs update CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message): Could NOT find RapidJSON (missing: RapidJSON_VERSION) Call Stack (most recent call first): /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindRapidJSON.cmake:27 (find_package_handle_standard_args) cmake/scripts/common/Macros.cmake:315 (find_package) CMakeLists.txt:168 (core_require_dep) -- Configuring incomplete, errors occurred! See also "/tmp/makepkg/kodi-git/src/xbmc/CMakeFiles/CMakeOutput.log". See also "/tmp/makepkg/kodi-git/src/xbmc/CMakeFiles/CMakeError.log". ==> ERROR: A failure occurred in build(). Aborting...

BlackIkeEagle commented on 2017-04-09 12:54 (UTC)

@dbrobins thanks I'll update the patch

dbrobins commented on 2017-04-09 02:48 (UTC)

The 0001-fmt-does-not-have-sprintf.patch appears to be doing the wrong thing - instead of switching to fmt::format it should be adding a #include "fmt/printf.h". With the patch as it is, it doesn't convert printf-style strings, which for me meant (1) kodi.log was filled with formatting chars rather than timestamp etc., and (2) when it tried to do the database update, I got databases like 'MyVideos%d' and 'MyMusic%d'.