From: Erik C.J. L. <el...@dd...> - 2005-12-13 14:29:52
|
Micha wrote: > Hi. > > I'm no more onlist, please cc to me directly. [snip] > To the topic. > I looked for vlc, the videolan project streamer/player, and found > their project site <http://www.videolan.org> features a debian package > repository. The provided path, > deb http://download.videolan.org/pub/videolan/debian sid main > is working. AFAICS anything's ok with the repository structure. > > So i made this entry into ap2 config: > > [videolan] > backends = > http://download.videolan.org/pub/videolan/debian > > ...and inserted a line into apt sources.list: > > deb http://localhost/videolan sid main ^^^^ I think you need to insert the portnumber here, so it looks like this: deb http://localhost:9999/videolan sid main (9999 is the default portnumber). Also, do you really what sid in there, or etch? HTH, Erik. |