Changes between Version 5 and Version 6 of DebianSVNSnapshots

Show
Ignore:
Timestamp:
10/16/08 01:44:12 (23 months ago)
Author:
toots
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebianSVNSnapshots

    v5 v6  
    1818}}} 
    1919 
    20 If you are using etch and the package refuses to install because of a missing libspeex1 or libtheora0, you should add this source: 
     20If you are using etch and the package refuses to install because of a missing libspeex1, you should add this source: 
    2121{{{ 
    2222deb http://www.backports.org/debian etch-backports main contrib non-free 
    2323}}} 
    2424 
    25 Then update and install libspeex1 and libtheora0 from etch-backports: 
     25Then update and install libspeex1 from etch-backports: 
    2626{{{ 
    27 apt-get install -t etch-backports libspeex1 libtheora0 
     27apt-get install -t etch-backports libspeex1 
    2828}}}