docs: en: Remove excess libvpx from graphical interface dependencies lists.

This commit is contained in:
Bradley Sepos 2022-10-01 03:27:15 -04:00
parent 22209ec056
commit 4e80d1319b
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7
3 changed files with 3 additions and 6 deletions

View File

@ -82,7 +82,6 @@ Graphical interface dependencies:
- intltool
- libdvdcss
- libnotify
- libvpx
- pango
Install dependencies.
@ -105,6 +104,6 @@ To build with Intel Quick Sync Video support, install the QSV dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo pkg install atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf2 gettext glib gnome3 gstreamer1-plugins-gdkpixbuf gtk3 intltool libdvdcss libnotify libvpx pango
sudo pkg install atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf2 gettext glib gnome3 gstreamer1-plugins-gdkpixbuf gtk3 intltool libdvdcss libnotify pango
FreeBSD is now prepared to build HandBrake. See [Building HandBrake for BSD](build-bsd.html) for further instructions.

View File

@ -81,7 +81,6 @@ Graphical interface dependencies:
- gtk3+
- intltool
- libnotify
- libvpx
- pango
Install dependencies.
@ -90,7 +89,7 @@ Install dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo pkgin install atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf2 gettext glib2 glib2-tools gst-plugins1-base gst-plugins1-gdk_pixbuf gst-plugins1-libav gstreamer1 gtk3+ intltool libnotify libvpx pango
sudo pkgin install atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf2 gettext glib2 glib2-tools gst-plugins1-base gst-plugins1-gdk_pixbuf gst-plugins1-libav gstreamer1 gtk3+ intltool libnotify pango
Ensure the newly installed packages have search path priority.

View File

@ -74,7 +74,6 @@ Graphical interface dependencies:
- gtk+3
- intltool
- libnotify
- libvpx
- pango
Install dependencies.
@ -83,6 +82,6 @@ Install dependencies.
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo pkg_add atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf gettext-tools glib2 gstreamer1-plugins-base gstreamer1-plugins-libav gtk+3 intltool libnotify libvpx pango
sudo pkg_add atk cairo dbus dbus-glib desktop-file-utils gdk-pixbuf gettext-tools glib2 gstreamer1-plugins-base gstreamer1-plugins-libav gtk+3 intltool libnotify pango
OpenBSD is now prepared to build HandBrake. See [Building HandBrake for BSD](build-bsd.html) for further instructions.