After I tried to install gstreamer1.0-rockchip1
and get:
The following packages have unmet dependencies:
gstreamer1.0-rockchip1 : Depends: librockchip-mpp1 but it is not installable
E: Unable to correct problems, you have held broken packages.
I cloned, compiled and and installed the repository mpp with make and sudo make install
. Now I have the needed libraries in /usr/local/lib
:
lrwxrwxrwx 1 root root 20 Aug 7 10:43 librockchip_vpu.so -> librockchip_vpu.so.1
lrwxrwxrwx 1 root root 20 Aug 7 10:43 librockchip_vpu.so.1 -> librockchip_vpu.so.0
lrwxrwxrwx 1 root root 20 Aug 7 10:43 librockchip_mpp.so -> librockchip_mpp.so.1
lrwxrwxrwx 1 root root 20 Aug 7 10:43 librockchip_mpp.so.1 -> librockchip_mpp.so.0
drwxr-xr-x 2 root root 4096 Aug 7 10:43 pkgconfig
-rw-r--r-- 1 root root 78944 Aug 7 10:20 librockchip_vpu.so.0
-rw-r--r-- 1 root root 1978352 Aug 7 10:20 librockchip_mpp.so.0
drwxrwsr-x 3 root staff 4096 Aug 7 09:01 ocaml
drwxrwsr-x 4 root staff 4096 Aug 7 08:58 python2.7
drwxrwsr-x 3 root staff 4096 Mar 11 02:17 python3.8
However, I still getting the same initial error. Is there a way to link the library?
My system:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.4 LTS
Release: 20.04
Codename: focal
dpkg-source: error: cannot fstat file ./mpp_1.4.0.orig.tar.gz: No such file or directory
when building withdpkg-buildpackage -uc -us
– Miguel Aug 07 '22 at 12:57ln
step in my instructions. You need to move, link, or copy the original tarball tompp_1.4.0.orig.tar.gz
.dpkg-buildpackage
will verify that the files you extracted match what is in that tarball. – Stewart Aug 08 '22 at 05:43