wimpysworld / obs-studio-flaking-loaded

OBS Studio for NixOS ❄️ that bundles an extensive collection of 3rd party plugins
MIT License
5 stars 0 forks source link

Waveform [In Review] #13

Open takov751 opened 1 year ago

takov751 commented 1 year ago

https://github.com/phandasm/waveform

takov751 commented 1 year ago

nixpkgs PR created builds, but haven't been tested further yet:

takov751 commented 1 year ago

└── waveform
    ├── bin
    │   └── 64bit
    │       └── waveform.so
    └── data
        ├── gradient.effect
        └── locale
            ├── en-US.ini
            └── zh-CN.ini

@flexiondotorg Do I need to move the files after build into some other directory?

Im trying to figure out the workflow . Its still new to me

flexiondotorg commented 1 year ago

You do. Take a look at obs-vintage-filter post install.

takov751 commented 1 year ago

Corrected my silly mistake.

result
├── lib
│   └── obs-plugins
│       └── waveform.so
└── share
    └── obs
        └── obs-plugins
            └── waveform
                ├── gradient.effect
                └── locale
                    ├── en-US.ini
                    └── zh-CN.ini
takov751 commented 1 year ago

Closed my PR as it was recreated in a more cleaner manner

https://github.com/NixOS/nixpkgs/pull/230461