Archiv > Development

Entwickler System auf den neusten stand gebracht und jetzt das libavcodec55

(1/1)

det:
Entwickler System auf den neusten stand gebracht und jetzt das


--- Code: ---mld@mld-IMEDIA-MC-2569:~/mld-entw/MLD.4$ sudo apt-get install $(make deps)

You must first add a ppa repository before you can install ffmpeg:
sudo add-apt-repository ppa:samrog131/ppa && sudo apt-get update


You must first add a repository, before you can install plexmediaserver:
sudo add-apt-repository 'deb http://plex.r.worldssl.net/PlexMediaServer/ubuntu-repo lucid main' && sudo apt-get update && sudo apt-get install plex-archive-keyring && sudo apt-get update


You must first add a ppa repository before you can install tvheadend:
sudo add-apt-repository http://apt.tvheadend.org/stable && curl http://apt.tvheadend.org/repo.gpg.key | sudo apt-key add - && sudo apt-get update


You must run a command, after you install libdvdread4:
sudo /usr/share/doc/libdvdread4/install-css.sh


You must first add a ppa repository before you can install ffmpeg:
sudo add-apt-repository ppa:samrog131/ppa && sudo apt-get update


You must first add a ppa repository before you can install ffmpeg:
sudo add-apt-repository ppa:samrog131/ppa && sudo apt-get update


You must first add a ppa repository before you can install ffmpeg:
sudo add-apt-repository ppa:samrog131/ppa && sudo apt-get update


You must first add a ppa repository before you can install xbmc:
sudo add-apt-repository ppa:team-xbmc/ppa && sudo apt-get update

[sudo] password for mld:
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
E: Paket libavcodec55 kann nicht gefunden werden.
mld@mld-IMEDIA-MC-2569:~/mld-entw/MLD.4$ apt-cache search libavcodec55
libavcodec55-ffmpeg - ffmpeg codec library
mld@mld-IMEDIA-MC-2569:~/mld-entw/MLD.4$
--- End code ---

ok tvheadend Bau ich aus den System aber das ist ja nicht das Problem sondern ffmpeg 

mfg det

clausmuus:
was hast Du denn für denn für nen Paket erstellt, das die Lib libavcodec55 in den deps stehen hat? Keines der eingecheckten Pakete hat so ne dep.

Claus

det:
hi
hab den Fehler gefunden wer den eingebaut hat wies ich nicht  .

--- Code: ---mld@mld-IMEDIA-MC-2569:~/mld-entw/MLD.4$ grep libavcodec */Makefile
makemkv/Makefile:#deps := build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev curl libexpat1-dev libavcodec-dev
makemkv/Makefile:deps := build-essential libc6-dev libssl-dev libgl1-mesa-dev libqt4-dev curl libexpat1-dev libavcodec-ffmpeg-dev
vdr-plugin-markad/Makefile:#deps := libavcodec54 libavutil52 libavcodec-dev libavutil-dev libavformat54 libavformat-dev
vdr-plugin-markad/Makefile:deps := libavcodec55-ffmpeg libavutil52-ffmpeg libavcodec-ffmpeg-dev libavutil-ffmpeg-dev libavformat-ffmpeg-dev
vdr-plugin-softhddevice/Makefile:#deps = libx11-xcb-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-randr0-dev libxcb-screensaver0-dev libxcb-xv0-dev libxcb-image0-dev libxcb-util0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-ewmh-dev libavcodec54 libavutil52 libavcodec-dev libasound2-dev libvdpau1 libvdpau-dev libxext6 libxext-dev libc6-dev zlib1g zlib1g-dev libogg0 libavresample1 libavresample-dev
vdr-plugin-softhddevice/Makefile:deps = libx11-xcb-dev libxcb-dpms0-dev libxcb-glx0-dev libxcb-randr0-dev libxcb-screensaver0-dev libxcb-xv0-dev libxcb-image0-dev libxcb-util0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libxcb-ewmh-dev libasound2-dev libvdpau1 libvdpau-dev libxext6 libxext-dev libc6-dev zlib1g zlib1g-dev libogg0 libavcodec-ffmpeg-dev libavformat-ffmpeg-dev libswresample-ffmpeg-dev libavutil-ffmpeg-dev libavcodec55-ffmpeg libavutil52-ffmpeg
--- End code ---

sind 3 plugins vdr-plugin-softhddevice vdr-plugin-markad & makemkv
mfg det

MegaX:
@Claus
ich hab dir in Hangouts schon geschrieben aber du hast es anscheinend heute nicht an gehabt.
Der Fehler liegt an deiner Variable $(ffmpeg) die du eingebaut hast. Bei einem sudo apt-get install $(make deps) wird diese nicht mit ausgewertet.
Er sucht deshalb nicht nach libavcodec55-ffmpeg sondern nach libavcodec55.

clausmuus:
OK, Danke für den Hinweis. Hab's korrigiert, im Makefile.default.

Claus

Navigation

[0] Message Index

Go to full version