Skip to content
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

Open
allaire opened this issue Sep 24, 2014 · 5 comments
Open

Multiverse needed #16

allaire opened this issue Sep 24, 2014 · 5 comments

Comments

@allaire
Copy link

allaire commented Sep 24, 2014

This should depends on ubuntu cookbook to install multiverse repos

@allaire
Copy link
Author

allaire commented Sep 24, 2014

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```

@djoos
Copy link
Member

djoos commented Sep 25, 2014

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,
David

@allaire
Copy link
Author

allaire commented Sep 25, 2014

@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!

@djoos
Copy link
Member

djoos commented Sep 25, 2014

Ok, that makes sense @allaire - would you mind sending over a PR?

Thanks in advance!

Kind regards,
David

@allaire
Copy link
Author

allaire commented Sep 26, 2014

Pretty swamped at work lately, will do my best to do this soon ☕

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants