puhitaku / mtplvcap

Nikon to USB Webcam. Supports older models that Nikon WU does not. Windows/macOS/Linux. No HDMI capture dongle is needed. Ask me on Twitter @puhitaku
https://twitter.com/puhitaku
Other
258 stars 19 forks source link

Feature: Arch Linux AUR package #28

Closed Artiom-M closed 3 years ago

Artiom-M commented 3 years ago

Hi! Thank you for this wonderful tool! Worked like a charm with D7000. I've created an AUR package for Arch Linux https://aur.archlinux.org/packages/mtplvcap-git/

puhitaku commented 3 years ago

@Artiom-M Oh my god, I'm so proud to see it in AUR! Thank you for using mtplvcap and adding it to AUR!

Since I'm not sure about the AUR nature, let me know how to upgrade the AUR'ed mtplvcap when I pushed the new version. Thanks in advance.

Artiom-M commented 3 years ago

AUR is source based packaging system. The package I've created points to your master branch. So each time a user builds the package it takes the latest master. It can have some drawbacks if your master branch is not stable by your branching strategy. In this case we can consider other options.

puhitaku commented 3 years ago

It can have some drawbacks if your master branch is not stable

master branch is considered to be stable so it's not a problem. Thank you for the details!