LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Sources.list (https://www.linuxquestions.org/questions/linux-software-2/sources-list-640775/)

Tommo 05-08-2008 06:35 AM

Sources.list
 
Hi there.

I recently re-installed Debian stable:
Code:

$ uname -a
Linux debian 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux

Now, I am trying to install mencoder and having no luck. aptitude can't find it which means I need to find a repo which has it. I tried adding

Code:

deb http://www.debian-multimedia.org stable main
to my sources.list but I receive the error:

Code:

# aptitude install mencoder
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
Building tag database... Done
The following packages are BROKEN:
  mencoder
The following NEW packages will be automatically installed:
  libdvdnav4 liblzo2-2 libmpcdec3 libtwolame0
The following packages have been kept back:
  cpio linux-image-2.6.18-6-686
The following NEW packages will be installed:
  libdvdnav4 liblzo2-2 libmpcdec3 libtwolame0
0 packages upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
Need to get 234kB of archives. After unpacking 758kB will be used.
The following packages have unmet dependencies:
  mencoder: Depends: libavcodeccvs51 (>= 3:20070329) which is a virtual package.
            Depends: libavformatcvs51 (>= 3:20070329) which is a virtual package.
            Depends: libavutilcvs49 (>= 3:20070329) which is a virtual package.
            Depends: libfaac0 (>= 1.25) which is a virtual package.
            Depends: liblame0 (>= 3.97) which is a virtual package.
            Depends: libpostproccvs51 (>= 3:20070329) which is a virtual package.
            Depends: libxvidcore4 (>= 1:1.0.0-0.0) which is a virtual package.
Resolving dependencies...
The following actions will resolve these dependencies:

Remove the following packages:
mencoder

Score is -10299

Accept this solution? [Y/n/q/?] Y
The following packages will be automatically REMOVED:
  mencoder
The following packages have been kept back:
  cpio linux-image-2.6.18-6-686
The following packages will be REMOVED:
  mencoder
0 packages upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 5226kB will be freed.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
(Reading database ... 86974 files and directories currently installed.)
Removing mencoder ...
W: Couldn't stat source package list http://www.debian-multimedia.org stable/main Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_stable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://www.debian-multimedia.org stable/main Packages (/var/lib/apt/lists/www.debian-multimedia.org_dists_stable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to update the package lists to correct these missing files

Sorry for the lengthy output. Any ideas on how to resolve this?

Tommo 05-08-2008 07:16 AM

I ought to be more patient.

Added the following to my sources.list:
Code:

deb http://debian-multimedia.fx-services.com/ stable main
Then
Code:

# aptitude install debian-multimedia-keyring
# aptitude update
# aptitude install mencoder

Success.


All times are GMT -5. The time now is 02:44 PM.