ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
293 stars 65 forks source link

Couldn't install via the provided PPA #53

Closed jarrettgilliam closed 1 year ago

jarrettgilliam commented 8 years ago

Hi,

I just tried to install VobSub2SRT via the provided PPA and the install failed.

jarrett@eddy:~% sudo add-apt-repository ppa:ruediger-c-plusplus/vobsub2srt
 VobSub2SRT is a simple command line program to convert .idx / .sub subtitles into .srt text subtitles by using OCR. It is based on code from the MPlayer project - a really really great movie player. Tesseract is used as OCR software.
 More info: https://launchpad.net/~ruediger-c-plusplus/+archive/ubuntu/vobsub2srt
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpofuhag0z/secring.gpg' created
gpg: keyring `/tmp/tmpofuhag0z/pubring.gpg' created
gpg: requesting key 7E0A5F1D from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpofuhag0z/trustdb.gpg: trustdb created
gpg: key 7E0A5F1D: public key "Launchpad PPA for Rüdiger Sonderfeld" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
jarrett@eddy:~% sudo apt-get update
...
W: Failed to fetch http://ppa.launchpad.net/ruediger-c-plusplus/vobsub2srt/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/ruediger-c-plusplus/vobsub2srt/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
jarrett@eddy:~% sudo apt-get install vobsub2srt
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package vobsub2srt

I'm using ubuntu server 14.04.3 LTS.

jarrett@eddy:~% lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:        14.04
Codename:       trusty

Here's what /etc/apt/sources.list.d/ruediger-c-plusplus-vobsub2srt-trusty.list looks like:

deb http://ppa.launchpad.net/ruediger-c-plusplus/vobsub2srt/ubuntu trusty main
# deb-src http://ppa.launchpad.net/ruediger-c-plusplus/vobsub2srt/ubuntu trusty main

I can install using another method. I just figured the issue should be logged :)

Thanks, Jarrett

chkuendig commented 8 years ago

same issue here, gave up and installed on osx instead (homebrew)

Dechcaudron commented 8 years ago

Same problem on Ubuntu 15.10