Git Product home page Git Product logo

vapoursynth-portage's Introduction

vapoursynth-portage

Unofficial portage tree with all vapoursynth related ebuilds

Install

To make use of this overlay, first install layman (you need git support enabled on this ebuild):

# emerge app-portage/layman

Add layman at the end of your /etc/portage/make.conf:

# echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf

Finally update layman's database and add vapoursynth's overlay to your system.

# layman -L
# layman -a vapoursynth

Usage

First of all to activate default vapoursynth plugins:

# echo 'VAPOURSYNTH_PLUGINS="subtext eedi3 imagemagick morpho ocr removegrain vinverse vivtc"' >> /etc/portage/make.conf

There is a convenient set that will pull all vapoursynth plugins:

# emerge @vapoursynth-plugins

Or if you just want some plugins but not all of them:

# VAPOURSYNTH_PLUGINS="mvtools fmtconv" emerge vapoursynth-plugins-meta

If you are on stable use the provided file to keyword everything:

# cd /etc/portage/package.accept_keywords
# ln -s /var/lib/layman/vapoursynth/Documentation/package.accept_keywords/vapoursynth .

To make use of the live ebuilds:

# cd /etc/portage/package.accept_keywords
# ln -s /var/lib/layman/vapoursynth/Documentation/package.accept_keywords/vapoursynth-live .

In case you are using the live versions, you may want to utilize smart-live-rebuild to update the ebuilds as needed:

# emerge app-portage/smart-live-rebuild
# smart-live-rebuild

This overlay also includes an editor and a modified mpv ebuild with vapoursynth support enabled:

# emerge app-editors/vapoursynth-editor::vapoursynth media-video/mpv::vapoursynth

Troubleshooting

If you want to use python-3.5 you may need to add this to your /etc/portage/package.use/use:

*/*::vapoursynth python_single_target_python3_5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.