From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69355138330 for ; Tue, 9 Jan 2018 17:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B338CE0B35; Tue, 9 Jan 2018 17:33:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 840DCE0B35 for ; Tue, 9 Jan 2018 17:33:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C99CB335C4F for ; Tue, 9 Jan 2018 17:33:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F1EF1B2 for ; Tue, 9 Jan 2018 17:33:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515518888.beeee9831132febf0c95d5b14b3171aee20a696b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/avidemux-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild X-VCS-Directories: media-libs/avidemux-plugins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: beeee9831132febf0c95d5b14b3171aee20a696b X-VCS-Branch: master Date: Tue, 9 Jan 2018 17:33:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d19229b2-62c6-4309-81b2-11735218f07a X-Archives-Hash: 8fe22f927a09766745eff0aaf67936ca commit: beeee9831132febf0c95d5b14b3171aee20a696b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 23:10:43 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 9 17:28:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeee983 media-libs/avidemux-plugins: Sorting, style fixes Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../avidemux-plugins/avidemux-plugins-9999.ebuild | 32 ++++++++++------------ 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild index 02d96ecd4ad..c39414c1f97 100644 --- a/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild +++ b/media-libs/avidemux-plugins/avidemux-plugins-9999.ebuild @@ -1,25 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit cmake-utils python-single-r1 - -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" -SLOT="2.6" -IUSE="aac aften a52 alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx opengl nvenc opus oss pulseaudio qt5 vorbis truetype twolame xv xvid x264 x265 vdpau vpx" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/mean00/avidemux2.git" EGIT_CHECKOUT_DIR=${WORKDIR} - inherit git-r3 else MY_PN="${PN/-plugins/}" @@ -27,6 +13,17 @@ else SRC_URI="mirror://sourceforge/${MY_PN}/${MY_PN}/${PV}/${MY_P}.tar.gz" KEYWORDS="~amd64 ~x86" fi +PYTHON_COMPAT=( python2_7 ) +inherit cmake-utils python-single-r1 + +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" +SLOT="2.6" +IUSE="a52 aac aften alsa amr dcaenc debug dts fdk fontconfig fribidi jack lame libsamplerate cpu_flags_x86_mmx nvenc opengl opus oss pulseaudio qt5 truetype twolame vdpau vorbis vpx x264 x265 xv xvid" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} ~media-libs/avidemux-core-${PV}:${SLOT}[vdpau?] @@ -73,7 +70,8 @@ RDEPEND="${PYTHON_DEPS} vpx? ( media-libs/libvpx:0= ) " DEPEND="${RDEPEND} - oss? ( virtual/os-headers:0 )" + oss? ( virtual/os-headers:0 ) +" S="${WORKDIR}/${MY_P}" @@ -82,7 +80,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.6.20-optional-pulse.patch ) src_prepare() { default - #Don't reapply PATCHES during cmake-utils_src_prepare + # Don't reapply PATCHES during cmake-utils_src_prepare unset PATCHES processes="buildPluginsCommon:avidemux_plugins