media-libs/avidemux-plugins: [QA] Add missing python metadata variables
authorDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 09:58:50 +0000 (11:58 +0200)
committerDavid Seifert <soap@gentoo.org>
Sun, 23 Apr 2017 11:25:56 +0000 (13:25 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

media-libs/avidemux-plugins/avidemux-plugins-2.6.8.ebuild
media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild

index 5f55e1d9b10d8f82dc137223e3b35346ebeef3a0..215b8e16ef2148af1fe441f082333fb7ecd2b0bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,12 +9,13 @@ inherit cmake-utils eutils flag-o-matic python-single-r1
 
 SLOT="2.6"
 
-DESCRIPTION="Plugins for avidemux; a video editor designed for simple cutting, filtering and encoding tasks"
+DESCRIPTION="Plugins for the video editor media-video/avidemux"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
 
 # Multiple licenses because of all the bundled stuff.
 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
 IUSE="aac aften a52 alsa amr debug dts fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl oss pulseaudio qt4 vorbis truetype twolame xv xvid x264 vdpau vpx"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 KEYWORDS="~amd64 ~x86"
 
 MY_PN="${PN/-plugins/}"
@@ -28,7 +29,7 @@ else
        SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}/${PV}/${MY_P}.tar.gz"
 fi
 
-DEPEND="
+RDEPEND="
        ~media-libs/avidemux-core-${PV}:${SLOT}[vdpau?]
        ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt4?]
        >=dev-lang/spidermonkey-1.5-r2:0=
@@ -50,7 +51,6 @@ DEPEND="
                libsamplerate? ( media-libs/libsamplerate:0 )
        )
        lame? ( media-sound/lame:0 )
-       oss? ( virtual/os-headers:0 )
        pulseaudio? ( media-sound/pulseaudio:0 )
        truetype? ( media-libs/freetype:2 )
        twolame? ( media-sound/twolame:0 )
@@ -65,7 +65,8 @@ DEPEND="
        vpx? ( media-libs/libvpx:0 )
        ${PYTHON_DEPS}
 "
-RDEPEND="$DEPEND"
+DEPEND="${RDEPEND}
+       oss? ( virtual/os-headers:0 )"
 
 S="${WORKDIR}/${MY_P}"
 
index 5f55e1d9b10d8f82dc137223e3b35346ebeef3a0..215b8e16ef2148af1fe441f082333fb7ecd2b0bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -9,12 +9,13 @@ inherit cmake-utils eutils flag-o-matic python-single-r1
 
 SLOT="2.6"
 
-DESCRIPTION="Plugins for avidemux; a video editor designed for simple cutting, filtering and encoding tasks"
+DESCRIPTION="Plugins for the video editor media-video/avidemux"
 HOMEPAGE="http://fixounet.free.fr/avidemux"
 
 # Multiple licenses because of all the bundled stuff.
 LICENSE="GPL-1 GPL-2 MIT PSF-2 public-domain"
 IUSE="aac aften a52 alsa amr debug dts fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl oss pulseaudio qt4 vorbis truetype twolame xv xvid x264 vdpau vpx"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 KEYWORDS="~amd64 ~x86"
 
 MY_PN="${PN/-plugins/}"
@@ -28,7 +29,7 @@ else
        SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}/${PV}/${MY_P}.tar.gz"
 fi
 
-DEPEND="
+RDEPEND="
        ~media-libs/avidemux-core-${PV}:${SLOT}[vdpau?]
        ~media-video/avidemux-${PV}:${SLOT}[opengl?,qt4?]
        >=dev-lang/spidermonkey-1.5-r2:0=
@@ -50,7 +51,6 @@ DEPEND="
                libsamplerate? ( media-libs/libsamplerate:0 )
        )
        lame? ( media-sound/lame:0 )
-       oss? ( virtual/os-headers:0 )
        pulseaudio? ( media-sound/pulseaudio:0 )
        truetype? ( media-libs/freetype:2 )
        twolame? ( media-sound/twolame:0 )
@@ -65,7 +65,8 @@ DEPEND="
        vpx? ( media-libs/libvpx:0 )
        ${PYTHON_DEPS}
 "
-RDEPEND="$DEPEND"
+DEPEND="${RDEPEND}
+       oss? ( virtual/os-headers:0 )"
 
 S="${WORKDIR}/${MY_P}"