Hi @1455! thank a lot for your tips and guidance!
in the last time that I install e2pc, ./3_build_libxine.sh script show this error:
*** 18.04 ***
libesd0 already installed
dpkg-query: package 'libxine2' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
libxine2 not installed
adding changesets
adding manifests
adding file changes
added 13868 changesets with 46926 changes to 4387 files
new changesets 8198157eac57:c29602c42c54
updating to branch default
1314 files updated, 0 files merged, 0 files removed, 0 files unresolved
-----------------------------------------
head now on r13868
-----------------------------------------
patching file debian/changelog
patching file debian/rules
patching file include/xine/osd.h
patching file include/xine/video_out.h
patching file include/xine/xineintl.h
patching file include/xine.h
patching file src/demuxers/demux_ts.c
patching file src/input/combined_enigma.c
patching file src/input/combined_enigma.h
patching file src/input/input_enigma.c
patching file src/input/Makefile.am
patching file src/input/post_enigma_audio.c
patching file src/input/post_enigma_video.c
patching file src/video_out/video_out_opengl.c
patching file src/video_out/video_out_vdpau.c
patching file src/xine-engine/osd.c
patching file src/xine-engine/video_out.c
patching file src/xine-engine/xine_interface.c
-----------------------------------------
patch for xine-lib applied
-----------------------------------------
********************************************************
No patch required. You have non vaapi GPU.
********************************************************
dpkg-buildpackage: info: source package xine-lib-1.2
dpkg-buildpackage: info: source version 1.2.9+hg-e2pc-0
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Petri Hinturkainen <phintuka@users.sourceforge.net>
dpkg-source --before-build xine-lib-1.2-1.2.9+hg-e2pc
dpkg-buildpackage: info: host architecture amd64
dpkg-checkbuilddeps: error: Unmet build dependencies: libesd0-dev
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)
mv: cannot stat '*.deb': No such file or directory
dpkg: error: cannot access archive '*.deb': No such file or directory
and I solve this error by installing libesd0-dev_0.2.41-11_amd64.deb & libesd0_0.2.41-11_amd64.deb from https://packages.ubuntu.com!
But Main question!
Does xine lib or player support 10-bit color depth with 4:2:2 chroma subsampling vidoes or sport feeds?(like laliga 4:2:2 feeds in 10E)
in its website, they hints that Support for recent ffmpeg versions. Deep color support (9/10bit) with ffmpeg(https://www.xine-project.org/news).
when I wish to see the 4:2:2 sport feeds by e2pc, player shows green screen!
thanks a lot!