jschmid1 / gopro_as_webcam_on_linux

Allows to use your GoPro camera as a webcam on linux
Apache License 2.0
517 stars 64 forks source link

Arch Linux package (AUR) #21

Closed Trollwut closed 2 years ago

Trollwut commented 3 years ago

Hey mates!

Any chance on getting an AUR package for this nice piece of software?

NewoIsTaken commented 3 years ago

Hey @Trollwut, I made my own copy of this project based on this code and put it on the AUR. It is right here! @jschmid1, if you see this, please let me know if there are any changes you do not like or if you would like to be added as a maintainer.

Trollwut commented 3 years ago

Nice, thank you!!

The "Upstream URL" in the AUR site is broken btw :)

NewoIsTaken commented 3 years ago

@Trollwut, thanks for catching that! I think you can close this issue now.

jschmid1 commented 3 years ago

Hey @Trollwut, I made my own copy of this project based on this code and put it on the AUR. It is right here!

Thanks for doing that after seeing these requests!

@jschmid1, if you see this, please let me know if there are any changes you do not like or if you would like to be added as a maintainer.

Any reason you didn't fork the repo but rather created a new one?

NewoIsTaken commented 3 years ago

Any reason you didn't fork the repo but rather created a new one?

Hi @jschmid1, the AUR requires that the repository that you push has the .SRCINFO file on every commit. I wasn't able to figure out how to put it onto the root commit so I just created a new repository so every commit would have the file on it.

jschmid1 commented 3 years ago

ok, got it. if you like you can add my name/github handle as a maintainer. Happy to help. @NewoIsTaken

Keep in mind that you will have to manually sync changes to your repository when this repo gets updated

NewoIsTaken commented 3 years ago

Keep in mind that you will have to manually sync changes to your repository when this repo gets updated

Yeah, that's something I'll have to deal with. Is it possible that you merge my changes? Let me open a pull request.

jschmid1 commented 3 years ago

https://github.com/jschmid1/gopro_as_webcam_on_linux/pull/24 addressed here