-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiverse needed #16
Comments
Also, why not installing FFMpeg from package? apt_repository "ffmpeg" do
uri "http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu"
distribution node["lsb"]["codename"]
components ["main"]
keyserver "keyserver.ubuntu.com"
key "C300EE8C"
end
apt_package "ffmpeg" do
options "--force-yes"
:upgrade
end``` |
Hi @allaire, thanks for getting in touch! In order to install from the multiverse repos, I'd recommend writing a wrapper cookbook around this one. Also: if you'd rather want to install from package than from source, you can make use of the package-recipe... Hope this helps! Kind regards, |
@djoos I think we should add the apt repo that ffmpeg propose on their website for the package option, since it's now not available in ubuntu 14.04 anymore! |
Ok, that makes sense @allaire - would you mind sending over a PR? Thanks in advance! Kind regards, |
Pretty swamped at work lately, will do my best to do this soon ☕ |
This should depends on ubuntu cookbook to install multiverse repos
The text was updated successfully, but these errors were encountered: