media-video/qmplay2: fix CMake flags

No revbump since it was unused and had no affect on build.

Closes: https://bugs.gentoo.org/932628
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-05-25 07:50:39 +03:00
parent bacb95f828
commit 664e39be4f
2 changed files with 4 additions and 7 deletions

View File

@@ -82,7 +82,6 @@ src_configure() {
local mycmakeargs=(
-DBUILD_WITH_QT6=$(usex qt6)
# core
-DUSE_LINK_TIME_OPTIMIZATION=false
-DUSE_UPDATES=OFF
-DUSE_ALSA=$(usex alsa)
-DUSE_AUDIOCD=$(usex cdio)

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,7 +22,7 @@ SLOT="0"
IUSE="avdevice +audiofilters +alsa cdio cuvid extensions gme inputs libass
modplug notifications opengl pipewire portaudio pulseaudio qt6 sid
shaders +taglib vaapi vdpau videofilters visualizations vulkan xv"
shaders +taglib vaapi videofilters visualizations vulkan xv"
REQUIRED_USE="
audiofilters? ( || ( alsa pipewire portaudio pulseaudio ) )
@@ -30,7 +30,7 @@ REQUIRED_USE="
"
RDEPEND="
media-video/ffmpeg:=[vaapi?,vdpau?]
media-video/ffmpeg:=[vaapi?]
!qt6? (
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -82,11 +82,10 @@ src_configure() {
local mycmakeargs=(
-DBUILD_WITH_QT6=$(usex qt6)
# core
-DUSE_LINK_TIME_OPTIMIZATION=false
-DUSE_UPDATES=OFF
-DUSE_ALSA=$(usex alsa)
-DUSE_AUDIOCD=$(usex cdio)
-DUSE_DBUS_SUSPEND=ON
-DUSE_DBUS_PM=ON
-DUSE_FREEDESKTOP_NOTIFICATIONS=ON
-DUSE_LIBASS=$(usex libass)
-DUSE_NOTIFY=$(usex notifications)
@@ -98,7 +97,6 @@ src_configure() {
# ffmpeg
-DUSE_FFMPEG_AVDEVICE=$(usex avdevice)
-DUSE_FFMPEG_VAAPI=$(usex vaapi)
-DUSE_FFMPEG_VDPAU=$(usex vdpau)
# chiptune
-DUSE_CHIPTUNE_GME=$(usex gme)