Does this compile with samba 4?
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 .. 29 30 31 32 33 34 35 36 37 38 39 .. 55 Next › Last »
Beretta92 commented on 2013-04-15 20:04 (UTC)
<deleted-account> commented on 2013-04-15 05:47 (UTC)
The Java dependencies as java-runtime-headless were removed, please replace with jre7-openjdk-headless or jre7-openjdk.
martinoff commented on 2013-04-13 10:00 (UTC)
libsmbclient error with samba 4
cant find libsmbclient.h as samba4 dont have it
cgirard commented on 2013-04-10 12:10 (UTC)
Two things :
- The way you generate pkgver is problematic. For instance I have made a build yesterday and another today:
"warning: downgrading package xbmc-git (20130409.17411f2-1 => 20130409.ceb3a34-1)"
- You do not need to create a build directory as makepkg already create a clone of the git checkout.
cgirard commented on 2013-01-31 10:51 (UTC)
@bszmyd: I was about to suggest you to rather fill this as a feature request against abs (which ships PKGBUILD-git.proto) but I suspect (cf. [1]) this wont be accepted.
I wasn't familiar with git-new-workdir but this seems interesting.
[1] https://bugs.archlinux.org/task/29104
bszmyd commented on 2013-01-30 15:56 (UTC)
Any objections to making this change to the build script. It achieves the same thing and saves all the git object storage space from being duplicated, roughly 250MiB at last check, and faster.
diff --git a/PKGBUILD.new b/PKGBUILD
index a302a78..754ba64 100644
--- a/PKGBUILD.new
+++ b/PKGBUILD
@@ -70,7 +70,7 @@ build() {
msg "creating build directory"
cd ${srcdir}
[ -d ${_gitname}-build ] && rm -rf ${_gitname}-build
- cp -a ${_gitname} ${_gitname}-build
+ /usr/share/git/workdir/git-new-workdir ${_gitname} ${_gitname}-build master
msg "Starting make..."
cd ${_gitname}-build
gee commented on 2013-01-25 05:38 (UTC)
Thanks for enabling pulse by default!
BlackIkeEagle commented on 2013-01-05 11:47 (UTC)
fixed libdvdcss issue
graysky commented on 2013-01-04 21:56 (UTC)
@maggie - It's not just you: http://forum.xbmc.org/showthread.php?tid=150756
@BlackIkeE - Any thoughts?
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.