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

Hello! I recently created some new packages, could you add them to vsrepo? They also are all on PyPi. - [vs-exprtools](https://github.com/Irrational-Encoding-Wizardry/vs-exprtools), [whl](https://files.pythonhosted.org/packages/12/8b/1698191f58b5999eaf4c9187f69580346ac19dc3ab5c0da58aa6e0c6e911/vsexprtools-1.0.1-py3-none-any.whl) - [vs-rgtools](https://github.com/Irrational-Encoding-Wizardry/vs-rgtools), [whl](https://files.pythonhosted.org/packages/0f/24/86de58d6692a8ef627404596b1fb3b2b8e5fb3c4fcba3b474d2deb900b73/vsrgtools-0.1.10-py3-none-any.whl) - [vs-kernels](https://github.com/Irrational-Encoding-Wizardry/vs-kernels), [whl](https://files.pythonhosted.org/packages/bc/c4/cb7abb33e9298b3ae5519e553538592ed6999bc8cd2d98b18454063890c0/vskernels-1.1.3-py3-none-any.whl), (with @LightArrowsExe)...

This PR does a little more than what fits in a short title. - Removes the double pound sign before the License block comment - Code deduplication in both `vsrepo.py`...

When using VapourSynth Portable with Python embeded version, `is_sitepackage_install_portable()` returns `True`, so https://github.com/vapoursynth/vsrepo/blob/1f89e14339122682b7164cd6ce8bc43e4cdb4607/vsrepo.py#L159-L175 will result in `NameError: name 'pluginparent' is not defined` in https://github.com/vapoursynth/vsrepo/blob/1f89e14339122682b7164cd6ce8bc43e4cdb4607/vsrepo.py#L177 If I use `vsrepo {command} -p`,...

``` C:\vsrepo-master>python --version Python 3.9.10 C:\vsrepo-master>vsrepo.py upgrade-all Rebuilding dist-info dirs for other python package installers Updating VapourSynth stubs Nothing done C:\vsrepo-master>vsrepo.py install havsfunc ffms2 d2v Rebuilding dist-info dirs for other...

OSX is probably more interesting since it's easier to distribute binaries. Opinions and the will to support things welcome.

enhancement

Since many plugins also use the GPU for processing, it would be nice to mark packages accordingly. I was thinking something like this: ``` { "name": "MyPlugin", "type": "VSPlugin", "gpu":...

Since earlier today, all installation attempts fail with the following message: No binaries available for win64 in package ..., skipping installation I have no clue what changed in my environment,...

See https://github.com/vapoursynth/vivtc/issues/3 tl-dr; Some file IO calls are implicit with the text-encoding, which defaults to Windows-1252 on Windows systems, and UTF-8 on Linux systems. This is causing problems on some...

Fresh install of Vapoursynth, fresh install of Python 3.9, fresh install of Windows. Lots of packages seem to trigger a Recursion Error with the traceback in crash_a.txt. "upgrade-all" triggers one...

Some plugins are split into a data package and the actual dll. Like NNEDI3 and waifu2x. When these are combined into one package things become weird since the management doesn't...