Search Criteria
Package Details: libcec-git 1:4.0.0.3.r0.g209884d-1
Git Clone URL: | https://aur.archlinux.org/libcec-git.git (read-only, click to copy) |
---|---|
Package Base: | libcec-git |
Description: | Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter |
Upstream URL: | https://github.com/Pulse-Eight/libcec |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | cgirard |
Maintainer: | cgirard |
Last Packager: | cgirard |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2012-01-26 00:11 |
Last Updated: | 2019-03-28 09:20 |
Dependencies (8)
- libxrandr (libxrandr-git)
- lockdev
- python (python-dbg)
- udev>=151 (systemd-light, systemd-cdown-git, eudev, systemd-git, eudev-git, systemd-selinux, systemd)
- p8-platform>=2.0 (libplatform-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- p8-platform>=2.0 (libplatform-git) (make)
Required by (50)
- cecdaemon-git (requires libcec)
- emulationstation (requires libcec)
- hyperion.ng-git (requires libcec)
- kodi-c2-x11 (requires libcec) (make)
- kodi-c2-x11-eventclients (requires libcec) (make)
- kodi-devel (requires libcec) (make)
- kodi-devel-dev (requires libcec) (make)
- kodi-devel-eventclients (requires libcec) (make)
- kodi-devel-gbm (requires libcec)
- kodi-devel-gbm (requires libcec) (make)
- kodi-devel-tools-texturepacker (requires libcec) (make)
- kodi-devel-wayland (requires libcec) (make)
- kodi-devel-wayland (requires libcec)
- kodi-devel-x11 (requires libcec) (make)
- kodi-devel-x11 (requires libcec)
- kodi-eggz (requires libcec)
- kodi-eggz (requires libcec) (make)
- kodi-git (requires libcec) (make)
- kodi-git-dev (requires libcec) (make)
- kodi-git-eventclients (requires libcec) (make)
- kodi-git-gbm (requires libcec) (make)
- kodi-git-gbm (requires libcec)
- kodi-git-tools-texturepacker (requires libcec) (make)
- kodi-git-wayland (requires libcec) (make)
- kodi-git-wayland (requires libcec)
- kodi-git-x11 (requires libcec)
- kodi-git-x11 (requires libcec) (make)
- moonlight-embedded (requires libcec) (optional)
- moonlight-embedded-git (requires libcec) (optional)
- mythtv (requires libcec) (make)
- mythtv (requires libcec) (optional)
- mythtv-git (requires libcec) (make)
- mythtv-git (requires libcec) (optional)
- openpht (requires libcec) (make)
- openpht (requires libcec) (optional)
- openpht-ffmpeg (requires libcec) (optional)
- openpht-ffmpeg (requires libcec) (make)
- openpht-git (requires libcec) (make)
- openpht-git (requires libcec) (optional)
- plasma-bigscreen-git (requires libcec) (optional)
- plex-media-player (requires libcec)
- plex-media-player-git (requires libcec)
- python-cec (requires libcec)
- python-cec-git (requires libcec)
- vdr-cecremote (requires libcec)
- vdr-sxfe-git (requires libcec)
- vdr-xineliboutput (requires libcec) (make)
- xineliboutput-frontends (requires libcec)
- xineliboutput-frontends (requires libcec) (make)
- xineliboutput-xineplug (requires libcec) (make)
Latest Comments
ioangogo commented on 2017-06-22 14:29
Could you add armv7h to the arch variable in the PKGBUILD, I have manually changed the arch when installing and it builds fine and installs
cgirard commented on 2013-01-04 10:10
Sorry about that. I had solved the problem on my side but was reluctant to update the modified version as it implies a modified lockdev PKGBUILD.
It is now done.
Anonymous comment on 2013-01-03 13:55
The issue seem to be libcec-git linking to the static "lockdev".
I have an updated PKGBUILD for lockdev here: https://dl.dropbox.com/u/6527648/arch/lockdev/PKGBUILD
which includes a patch from fedora that just adds a symlink
ln-s /lib/liblockdev.so.1.0.3 /lib/lib/liblockdev.so
amieiro commented on 2013-01-01 13:08
@graysky:
I solve that problem by recompile lockdev with -fPIC as sugested perosb by in https://bbs.archlinux.org/viewtopic.php?pid=1211440#p1211440
graysky commented on 2012-12-30 14:23
/usr/bin/ld: /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/liblockdev.a(lockdev.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/liblockdev.a: could not read symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libcec.la] Error 1
make[2]: Leaving directory `/scratch/libcec-git/src/libcec-build/src/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/scratch/libcec-git/src/libcec-build'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...