ffmpeg2theora is no longer used
This commit is contained in:
parent
6e52b42f56
commit
75be99e11e
2 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ Documentation at: https://code.0x2620.org/0x2620/pandora_client/wiki
|
||||||
|
|
||||||
- install dependencies
|
- install dependencies
|
||||||
|
|
||||||
sudo apt install python3 python3-pip git ffmpeg ffmpeg2theora
|
sudo apt install python3 python3-pip ffmpeg
|
||||||
|
|
||||||
- install pandora_client
|
- install pandora_client
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@ Documentation at: https://code.0x2620.org/0x2620/pandora_client/wiki
|
||||||
- install dependencies
|
- install dependencies
|
||||||
|
|
||||||
brew instlal python3
|
brew instlal python3
|
||||||
brew instlal git
|
|
||||||
brew install libvpx libvorbis
|
brew install libvpx libvorbis
|
||||||
brew install ffmpeg --with-libvpx --with-libvorbis --with-libopus
|
brew install ffmpeg --with-libvpx --with-libvorbis --with-libopus
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -8,7 +8,7 @@ Standards-Version: 3.9.1
|
||||||
|
|
||||||
Package: pandora-client
|
Package: pandora-client
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3, ${misc:Depends}, ${python3:Depends}, ffmpeg2theora, ffmpeg | libav-tools,
|
Depends: python3, ${misc:Depends}, ${python3:Depends}, ffmpeg | libav-tools,
|
||||||
python3-ox, python3-six, python3-requests, python3-twisted, python3-zeroconf, python3-netifaces
|
python3-ox, python3-six, python3-requests, python3-twisted, python3-zeroconf, python3-netifaces
|
||||||
Description: pandora_client is a commandline client for pan.do/ra.
|
Description: pandora_client is a commandline client for pan.do/ra.
|
||||||
You can use it to import videos into a pan.do/ra system.
|
You can use it to import videos into a pan.do/ra system.
|
||||||
|
|
Loading…
Reference in a new issue