~grate-driver/grate-driver/+git/libvdpau-tegra:debian

Last commit made on 2022-05-15
Get this branch:
git clone -b debian https://git.launchpad.net/~grate-driver/grate-driver/+git/libvdpau-tegra

Branch merges

Branch information

Recent commits

5c66c9a... by Dmitry Osipenko

Remove libdri2 dependency

We're bundling libdri2 within libvdpau-tegra and never actually needed
to depend on it. Ubuntu 22.04 removed libdri2 entirely and now we can't
update libvdpau-tegra because of the missing dep. Drop libdri2 dependency.

f2b5cba... by Dmitry Osipenko

Add libdrm2 to runtime dependencies

The previous commit removed libdrm-tegra dependency, but missed to replace
it with the libdrm2.

7a462c5... by Dmitry Osipenko

Remove libdrm-tegra dependency

7fc9da7... by Dmitry Osipenko

Don't fail package install if /dev/tegra_vde missing

Install doesn't actually fail, but debhelper emits confusing message
saying that it failed.

fce3457... by Dmitry Osipenko

Add Xrandr to build dependencies

0325d23... by Dmitry Osipenko

Add bison and flex to build dependencies

3bbc032... by Dmitry Osipenko

Reload UDEV rules before trigger

So that UDEV is aware about new rule before trying to use it.

9a9a22b... by Dmitry Osipenko

Add UDEV to runtime dependencies

4d519f0... by Dmitry Osipenko

Reload UDEV rule after installing

Manual UDEV service reloading ins't be needed now.

8d3d79f... by Dmitry Osipenko

Install UDEV rule

Let's see if symbolic link would work.