Skip to content

Commit

Permalink
build(deps): remove unused dependency on libvdpau (#3307)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman authored Oct 15, 2024
1 parent bd2e1dc commit 6fa6a7d
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if(NOT DEFINED FFMPEG_PREPARED_BINARIES)
if(WIN32)
set(FFMPEG_PLATFORM_LIBRARIES mfplat ole32 strmiids mfuuid vpl)
elseif(UNIX AND NOT APPLE)
set(FFMPEG_PLATFORM_LIBRARIES numa va va-drm va-x11 vdpau X11)
set(FFMPEG_PLATFORM_LIBRARIES numa va va-drm va-x11 X11)
endif()
set(FFMPEG_PREPARED_BINARIES
"${CMAKE_SOURCE_DIR}/third-party/build-deps/ffmpeg/${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}")
Expand Down
2 changes: 0 additions & 2 deletions cmake/packaging/linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ set(CPACK_DEBIAN_PACKAGE_DEPENDS "\
libpulse0, \
libva2, \
libva-drm2, \
libvdpau1, \
libwayland-client0, \
libx11-6, \
miniupnpc, \
Expand All @@ -64,7 +63,6 @@ set(CPACK_RPM_PACKAGE_REQUIRES "\
libevdev >= 1.5.6, \
libopusenc >= 0.2.1, \
libva >= 2.14.0, \
libvdpau >= 1.5, \
libwayland-client >= 1.20.0, \
libX11 >= 1.7.3.1, \
miniupnpc >= 2.2.4, \
Expand Down
1 change: 0 additions & 1 deletion docker/clion-toolchain.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ apt-get install -y --no-install-recommends \
libpulse-dev \
libssl-dev \
libva-dev \
libvdpau-dev \
libwayland-dev \
libx11-dev \
libxcb-shm0-dev \
Expand Down
1 change: 0 additions & 1 deletion packaging/linux/Arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ depends=(
'libnotify'
'libpulse'
'libva'
'libvdpau'
'libx11'
'libxcb'
'libxfixes'
Expand Down
2 changes: 0 additions & 2 deletions packaging/linux/fedora/Sunshine.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ BuildRequires: libevdev-devel
BuildRequires: libgudev
BuildRequires: libnotify-devel
BuildRequires: libva-devel
BuildRequires: libvdpau-devel
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
BuildRequires: libXcursor-devel
Expand Down Expand Up @@ -66,7 +65,6 @@ Requires: libdrm > 2.4.97
Requires: libevdev >= 1.5.6
Requires: libopusenc >= 0.2.1
Requires: libva >= 2.14.0
Requires: libvdpau >= 1.5
Requires: libwayland-client >= 1.20.0
Requires: libX11 >= 1.7.3.1
Requires: miniupnpc >= 2.2.4
Expand Down
1 change: 0 additions & 1 deletion packaging/sunshine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class @PROJECT_NAME@ < Formula
depends_on "libdrm"
depends_on "libnotify"
depends_on "libva"
depends_on "libvdpau"
depends_on "libx11"
depends_on "libxcb"
depends_on "libxcursor"
Expand Down
2 changes: 0 additions & 2 deletions scripts/linux_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ function add_debain_based_deps() {
"libopus-dev"
"libpulse-dev"
"libssl-dev"
"libvdpau-dev"
"libwayland-dev" # Wayland
"libx11-dev" # X11
"libxcb-shm0-dev" # X11
Expand Down Expand Up @@ -162,7 +161,6 @@ function add_fedora_deps() {
"libdrm-devel"
"libevdev-devel"
"libnotify-devel"
"libvdpau-devel"
"libX11-devel" # X11
"libxcb-devel" # X11
"libXcursor-devel" # X11
Expand Down

0 comments on commit 6fa6a7d

Please sign in to comment.