rstudio / shinyapps-package-dependencies

Collection of bash scripts that install R package system dependencies
https://www.shinyapps.io/
Other
79 stars 58 forks source link

Find new place to get ffmepg 4 #229

Open jspiewak opened 4 years ago

jspiewak commented 4 years ago

The PPA has been taken down:

I will be removing most of my PPAs from public access due to continued and persistent abuse by companies using these packages for commercial gain with flagrant disregard to the knowledge and effort required to maintain them.

These companies are quite happy to charge thousands of $CURRENCY per month for their product/service but when they make a request will absolutely not pay for someone else's time.

"This is why we can't have nice things."

If you have already been in contact please ping me so I can add your Launchpad ID to the relevant private PPAs. Apologies for the friction.

If you are a company and would like to "sponsor" a PPA (whether directly or indirectly through contributions to an upstream project) then please do get in touch.

halveez commented 4 years ago

I believe this also impacted ffmpeg 3. When deploying my shiny app it fails when trying to install the ppa as follows:

Is there any idea on how to move forward with running a Shiny app that utilizes ffmpeg 3 or 4?

TonyHenrique commented 4 years ago

I am also having this issue while trying to install ffmpeg 3 on Ubuntu on Windows WSL.

sudo add-apt-repository --remove ppa:jonathonf/ffmpeg-3
Cannot add PPA: 'ppa:~jonathonf/ubuntu/ffmpeg-3'.
The user named '~jonathonf' has no PPA named 'ubuntu/ffmpeg-3'
Please choose from the following available PPAs:
 * 'ansible':  Ansible
 * 'atslang':  ATS2 programming language
 * 'backports':  Backport collection
 * 'barrier':  Barrier
 * 'bazel':  Bazel
 * 'byobu':  Byobu
 * 'calibre':  Calibre
 * 'clementine':  Clementine
 * 'compton':  Compton
 * 'cpan':  Packaged CPAN modules
 * 'cuda':  CUDA tools
 * 'debhelper':  debhelper
 * 'debhelper-10':  debhelper 10
 * 'debhelper-11':  debhelper 11
 * 'debhelper-12':  debhelper 12
 * 'debhelper-trusty':  debhelper for trusty

How to install ffmpeg3 on Ubuntu?