vsrepo icon indicating copy to clipboard operation
vsrepo copied to clipboard

A simple package repository for VapourSynth

Results 24 vsrepo issues
Sort by recently updated
recently updated
newest added

Descale is an example of this. The python module and namespace of the plugin is the same. In this case it mostly works out fine since the modulename takes precedence...

enhancement

Uninstall doesn't remove all packages that also depend on the package being uninstalled. This is probably not expected and definitely should be rectified. Or at least some warnings implemented.

enhancement

Adding a hook and some clever guessing should make it possible to have the cython side automatically fetch, install, load and retry a statement where a plugin is missing.

enhancement

As the title says, it's not a fix, i just rewrote everything since the stubs were outdated, and the actual module was missing features. Files changelog: - `.gitignore`: Mainly to...

fftw3 already updated to 3.3.10. But the repository only has old 3.3.5 editions. So I build the 3.3.10 follow by filler56789's post: https://forum.doom9.org/showthread.php?t=174470&page=6 MSVC build by vcpkg with Visual Studio...

This has been an issue for a while now, but pip will continually warn the user about certain plugins installed through vsrepo. ![image](https://user-images.githubusercontent.com/42927908/221465533-73567556-4b04-4031-a2c8-e6f18d18c8df.png) This seems to crop up for any...

When trying to install VSUtil with vsrepo it fails to download it. I had to manually install it via pip to get havsfunc running.

``` Rebuilding dist-info dirs for other python package installers Updating VapourSynth stubs Failed to load C:\Users\Tezu\AppData\Roaming\VapourSynth\plugins64\Bilateral.dll. GetLastError() returned 126. The file you tried to load or one of its dependencies...