On 10/9/19 10:08 PM, hykwok1--- via blfs-dev wrote:
1. Intel Xorg driver
I have to add the option "LDFLAGS=-lXv" when I build the Intel Xorg driver if
"libXvMC 1.0.12" is used.
I'm unable to reproduce this one. When I built it earlier in the week,
it seemed to build ok:
renodr [ /sources ]$ cat /usr/src/logs/xf86-video-intel-20190723.log |
grep Xv
checking whether to include XvMC support... yes
Support for Xv motion compensation (XvMC and libXvMC): yes
CCLD libIntelXvMC.la
103 | {XvSettable | XvGettable, 0, (1 << 24) - 1, "XV_COLORKEY"},
104 | {XvSettable | XvGettable, -128, 127, "XV_BRIGHTNESS"},
105 | {XvSettable | XvGettable, 0, 255, "XV_CONTRAST"},
106 | {XvSettable | XvGettable, 0, 1023, "XV_SATURATION"},
107 | {XvSettable | XvGettable, -1, 1, "XV_PIPE"}
112 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA0"},
113 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA1"},
114 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA2"},
115 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA3"},
116 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA4"},
117 | {XvSettable | XvGettable, 0, 0xffffff, "XV_GAMMA5"}
/bin/sh ../libtool --mode=install /usr/bin/install -c
libIntelXvMC.la '/usr/lib'
libtool: install: /usr/bin/install -c .libs/libIntelXvMC.so.1.0.0
/usr/lib/libIntelXvMC.so.1.0.0
libtool: install: (cd /usr/lib && { ln -s -f libIntelXvMC.so.1.0.0
libIntelXvMC.so.1 || { rm -f libIntelXvMC.so.1 && ln -s
libIntelXvMC.so.1.0.0 libIntelXvMC.so.1; }; })
libtool: install: (cd /usr/lib && { ln -s -f libIntelXvMC.so.1.0.0
libIntelXvMC.so || { rm -f libIntelXvMC.so && ln -s
libIntelXvMC.so.1.0.0 libIntelXvMC.so; }; })
libtool: install: /usr/bin/install -c .libs/libIntelXvMC.lai
/usr/lib/libIntelXvMC.la
renodr [ /sources ]$ grep Xv lib-7.md5
210b6ef30dda2256d54763136faa37b9 libXv-1.0.11.tar.bz2
3569ff7f3e26864d986d6a21147eaa58 libXvMC-1.0.12.tar.bz2
2. Systemd
If you want to use pattern matching for journalctl, pcre2 is required.
Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890265
Thank you for the report! I just added this dependency at r22237 :)
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page