Changes between Version 5 and Version 6 of DebianSVNSnapshots
- Timestamp:
- 10/16/08 01:44:12 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebianSVNSnapshots
v5 v6 18 18 }}} 19 19 20 If you are using etch and the package refuses to install because of a missing libspeex1 or libtheora0, you should add this source:20 If you are using etch and the package refuses to install because of a missing libspeex1, you should add this source: 21 21 {{{ 22 22 deb http://www.backports.org/debian etch-backports main contrib non-free 23 23 }}} 24 24 25 Then update and install libspeex1 and libtheora0from etch-backports:25 Then update and install libspeex1 from etch-backports: 26 26 {{{ 27 apt-get install -t etch-backports libspeex1 libtheora027 apt-get install -t etch-backports libspeex1 28 28 }}}
