From 26dceaebced3d049d5234de197b7d36f15832f86 Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Mon, 16 Oct 2017 19:03:53 -0500 Subject: media-video/ffmpeg: use get_exeext on fftools_* Otherwise build will fail at building tools/aviocat instead of tools/aviocat.exe and so on. Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- media-video/ffmpeg/ffmpeg-3.2.6.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-3.2.7.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-3.3.3.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-3.3.4.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-3.4.ebuild | 4 ++-- media-video/ffmpeg/ffmpeg-9999.ebuild | 4 ++-- media-video/ffmpeg/metadata.xml | 20 ++++++++++---------- 7 files changed, 22 insertions(+), 22 deletions(-) (limited to 'media-video/ffmpeg') diff --git a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild index b80c746f8b2c..4ff6951374b4 100644 --- a/media-video/ffmpeg/ffmpeg-3.2.6.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.2.6.ebuild @@ -433,7 +433,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done fi @@ -445,7 +445,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done fi diff --git a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild index 15961769e9ce..5cf850715a9e 100644 --- a/media-video/ffmpeg/ffmpeg-3.2.7.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.2.7.ebuild @@ -433,7 +433,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done fi @@ -445,7 +445,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done fi diff --git a/media-video/ffmpeg/ffmpeg-3.3.3.ebuild b/media-video/ffmpeg/ffmpeg-3.3.3.ebuild index 7152de0c54a7..9c490223fed4 100644 --- a/media-video/ffmpeg/ffmpeg-3.3.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.3.3.ebuild @@ -466,7 +466,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done @@ -485,7 +485,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done diff --git a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild index 527fc20e356f..d3e881309387 100644 --- a/media-video/ffmpeg/ffmpeg-3.3.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.3.4.ebuild @@ -467,7 +467,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done @@ -486,7 +486,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done diff --git a/media-video/ffmpeg/ffmpeg-3.4.ebuild b/media-video/ffmpeg/ffmpeg-3.4.ebuild index 265ef86db52c..5fc93de56d55 100644 --- a/media-video/ffmpeg/ffmpeg-3.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-3.4.ebuild @@ -446,7 +446,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done @@ -465,7 +465,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 41b89ca5e011..fa68683f56f8 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -446,7 +446,7 @@ multilib_src_compile() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - emake V=1 tools/${i} + emake V=1 tools/${i}$(get_exeext) fi done @@ -465,7 +465,7 @@ multilib_src_install() { if multilib_is_native_abi; then for i in "${FFTOOLS[@]}" ; do if use fftools_${i} ; then - dobin tools/${i} + dobin tools/${i}$(get_exeext) fi done diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml index a0b4d7e7ad73..a23d63c7c238 100644 --- a/media-video/ffmpeg/metadata.xml +++ b/media-video/ffmpeg/metadata.xml @@ -1,10 +1,10 @@ - - media-video@gentoo.org - - + + media-video@gentoo.org + + Enables Adaptive Multi-Rate Audio support Enables Adaptive Multi-Rate Audio encoding support with media-libs/vo-amrwbenc. Enables optimizations for armv5te processors. @@ -56,10 +56,10 @@ Enables net-libs/zeromq support with the zmq/azmq filters. Enables media-libs/zimg based scale filter. Enables media-libs/zvbi based teletext decoder. - - - For building against. This is the only slot that provides - headers and command line tools. Binary compatibility slots come and go - as required, so always pin dependencies to this slot when appropriate. - + + + For building against. This is the only slot that provides + headers and command line tools. Binary compatibility slots come and go + as required, so always pin dependencies to this slot when appropriate. + -- cgit v1.2.3-65-gdbad