Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 537892

Summary: media-libs/vapoursynth-DFTTest media-libs/vapoursynth-plugin - 2D/3D frequency domain denoiser
Product: Gentoo Linux Reporter: Oliver Freyermuth <o.freyermuth>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: UNCONFIRMED ---    
Severity: enhancement Keywords: EBUILD
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/HomeOfVapourSynthEvolution/VapourSynth-DFTTest
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 537092    
Bug Blocks:    
Attachments: Live ebuild
Live ebuild

Description Oliver Freyermuth 2015-01-26 18:43:34 UTC
A frequency domain denoiser plugin for vapoursynth. 

All current releases with configure-issues, git trunk works fine (they use a custom configure script). The ebuild is a live-ebuild, but should also work for releases (once working ones exist). 

After installation, all vapoursynth-plugins which are installed to system directories should place a symlink to their library in "${EPREFIX}"/usr/$(get_libdir)/vapoursynth to make themselves known as vapoursynth plugins (see comment in ebuild). 

Reproducible: Always
Comment 1 Oliver Freyermuth 2015-01-26 18:44:32 UTC
Created attachment 394950 [details]
Live ebuild
Comment 2 Oliver Freyermuth 2015-02-16 23:27:42 UTC
Created attachment 396642 [details]
Live ebuild

Updated live ebuild, upstream now explicitly requires fftw:3.0 with threads, fixup linking against fftw3f_threads by sed'ing their custom configure-script.