Package: contextfree / 3.4.2+dfsg-1

Metadata

Package Version Patches format
contextfree 3.4.2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_use_external_libagg.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 context free ships with a local copy of libagg which it uses by
 default. The Makefile can be configured to use a system copy of
 libagg and this patch makes this change to the Makefile.
03_use_dh_strip.patch | (download)

Makefile | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 contextfree fails to cross build from source, because it strips with the
 wrong strip. Such stripping also breaks DEB_BUILD_OPTIONS=nostrip as
 well as generation of -dbgsym packages. stripping is best deferred to
 dh_strip. 
04_enable_ffmpeg.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 context free has an optional ability to generate quicktime
 files using FFmpeg. This is disabled by default. This patch enables
 FFmpeg in Context Free.