Skip to content

Commit

Permalink
media-video/pipewire: migrate from libav
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed Apr 26, 2020
1 parent 521d0f1 commit 42aef97
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions media-video/pipewire/pipewire-0.2.7.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand All @@ -18,7 +18,7 @@ HOMEPAGE="https://pipewire.org/"

LICENSE="LGPL-2.1+"
SLOT="0/0.2"
IUSE="bluetooth doc ffmpeg libav gstreamer sdl systemd vaapi X"
IUSE="bluetooth doc ffmpeg gstreamer sdl systemd vaapi X"

BDEPEND="
app-doc/xmltoman
Expand All @@ -32,10 +32,7 @@ DEPEND="
sys-apps/dbus
virtual/libudev
bluetooth? ( media-libs/sbc )
ffmpeg? (
!libav? ( media-video/ffmpeg:= )
libav? ( media-video/libav:= )
)
ffmpeg? ( media-video/ffmpeg:= )
gstreamer? (
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
Expand Down

0 comments on commit 42aef97

Please sign in to comment.