Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 571844 - dev-php/ffmpeg-php: add gd USE flag
Summary: dev-php/ffmpeg-php: add gd USE flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-14 10:06 UTC by devnull
Modified: 2016-12-15 21:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description devnull 2016-01-14 10:06:51 UTC
When compiling dev-php/ffmpeg-php the option

"ffmpeg-php gd support"

is always disabled because this check:

checking whether to force gd support in ffmpeg-php... no

You can enable it by specifying

EXTRA_ECONF="--enable-skip-gd-check" emerge -av dev-php/ffmpeg-php

After that you´ll have ffmpeg gd support in your php installation:

checking whether to force gd support in ffmpeg-php... yes

php-fpm -i|grep ffm
Additional .ini files parsed => /etc/php/fpm-php5.5/ext-active/ffmpeg.ini,
ffmpeg-php version => 0.6.0-svn
ffmpeg-php built on => Jan 14 2016 10:52:19
ffmpeg-php gd support  => enabled

Suggested solution:

Add a use flag for gd support, which seems to be pretty common in case of image or video manipulation.
Comment 1 Michael Orlitzky gentoo-dev 2016-12-15 21:31:54 UTC
Since ffmpeg-php is on its way out, this won't get fixed -- sorry!

# Brian Evans <grknight@gentoo.org> (09 Dec 2016)
# Masked for removal, wrt bug 602164.
# See https://github.com/PHP-FFMpeg/PHP-FFMpeg for a code based replacement
dev-php/ffmpeg-php