Skip to content

Commit

Permalink
app-pda/gnupod: Replace virtual/ffmpeg
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Apr 26, 2020
1 parent d657fce commit 526084e
Showing 1 changed file with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand All @@ -20,17 +20,21 @@ RDEPEND="dev-perl/TimeDate
dev-perl/Unicode-String
dev-perl/Digest-SHA1
dev-perl/libwww-perl
ffmpeg? ( virtual/ffmpeg )
flac? ( dev-perl/Audio-FLAC-Header
media-libs/flac
aac? ( >=media-libs/faac-1.24 )
mp3? ( media-sound/lame )
!aac? ( media-sound/lame ) )
ogg? ( dev-perl/Ogg-Vorbis-Header-PurePerl
media-sound/vorbis-tools
aac? ( >=media-libs/faac-1.24 )
mp3? ( media-sound/lame )
!aac? ( media-sound/lame ) )"
ffmpeg? ( media-video/ffmpeg )
flac? (
dev-perl/Audio-FLAC-Header
media-libs/flac
aac? ( >=media-libs/faac-1.24 )
mp3? ( media-sound/lame )
!aac? ( media-sound/lame )
)
ogg? (
dev-perl/Ogg-Vorbis-Header-PurePerl
media-sound/vorbis-tools
aac? ( >=media-libs/faac-1.24 )
mp3? ( media-sound/lame )
!aac? ( media-sound/lame )
)"
DEPEND="${RDEPEND}"

src_configure() {
Expand Down

0 comments on commit 526084e

Please sign in to comment.