diff options
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/ffmpeg/ffmpeg-9-r2.ebuild | 21 | ||||
-rw-r--r-- | virtual/ffmpeg/metadata.xml | 10 |
2 files changed, 0 insertions, 31 deletions
diff --git a/virtual/ffmpeg/ffmpeg-9-r2.ebuild b/virtual/ffmpeg/ffmpeg-9-r2.ebuild deleted file mode 100644 index 2abb4da05dfc..000000000000 --- a/virtual/ffmpeg/ffmpeg-9-r2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Virtual package for FFmpeg executable implementation" - -# Please note that this virtual is only suited for packages that call -# ffmpeg/avconv or one of the remaining executables. If your package -# links to one of the libraries, you need to use the following -# dependency instead (adding IUSE=libav): -# libav? ( media-video/libav:0= ) -# !libav? ( media-video/ffmpeg:0= ) - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="X +encode gsm jpeg2k mp3 opus sdl speex theora threads truetype vaapi vdpau x264" - -RDEPEND=" - >=media-video/ffmpeg-1.2.6-r1:0[X?,encode?,gsm?,jpeg2k?,mp3?,opus?,sdl?,speex?,theora?,threads?,truetype?,vaapi?,vdpau?,x264?] -" diff --git a/virtual/ffmpeg/metadata.xml b/virtual/ffmpeg/metadata.xml deleted file mode 100644 index 9638faee4194..000000000000 --- a/virtual/ffmpeg/metadata.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>media-video@gentoo.org</email> -</maintainer> -<use> - <flag name="opus">Use the external opus library for encoding and decoding.</flag> -</use> -</pkgmetadata> |