There are several applications floating around based on nonfree multimedia stuff and usually not enabled within the normal repos. I just looked for a DVD shrink program (I don’t use wine and DVDShrink) and it came up to k9copy which is listed within www.debian-multimedia.org.
So we add the package key first:
$ wget http://www.debian-multimedia.org/pool/main/d/debian-multimedia-keyring/debian-multimedia-keyring_2008.10.16_all.deb $ sudo dpkg -i debian-multimedia-keyring_2008.10.16_all.deb
and then create a new sources list (for sidux, we’ll take sid)
$ sudo vim /etc/apt/sources.list.d/debianmultimedia.list deb http://78.104.112.12:8081/www.debian-multimedia.org sid main deb-src http://78.104.112.12:8081/www.debian-multimedia.org sid main
Then update and install.
$ sudo apt-get update $ sudo apt-get install k9copy
(Still k9copy does not create a menu entry just do it yourself with searching the path and adding a new menu entry)
Source: http://www.debian-multimedia.org