Okay, your sources.list file has been customised since installation. Most of the changes have been commented out so, hopefully, they aren't the issue. But I see an odd repository for multimedia there, and since gxine is a multimedia app, that is most likely where the issue is.
I don't know the repository you're using there, but I do know that 'debian-multimedia' is an issue as Debian does not authorise the use of the Debian brand name for third party repositories.
The one I use is;
Code:
## Multi-media
#deb ftp://ftp.deb-multimedia.org wheezy main non-free
deb http://www.deb-multimedia.org wheezy main non-free
Another anomaly is that you have a Sun Java url there that was installed using an Ubuntu ppa script, that is definitely not compatible with Crunchbang.
I'm not sure what the best course forward is here as mixed repositories can really fubar a system. I would recommend that you back-up your data and re-install Crunchbang as the only way to guarantee a fix.
Alternatively, you could try to fix your sources.list file by replacing it with one that is known to work, but that may not resolve issues caused by software you've already installed.
Here is my full sources.list file in case you do want to try that. But remember, this is definitely not guaranteed to work.
Code:
## CRUNCHBANG
## Compatible with Debian Wheezy, but use at your own risk.
deb http://packages.crunchbang.org/waldorf waldorf main
# deb-src http://packages.crunchbang.org/waldorf waldorf main
## DEBIAN
deb http://http.debian.net/debian wheezy main contrib non-free
# deb-src http://http.debian.net/debian wheezy main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ wheezy/updates main
deb http://http.us.debian.org/debian/ wheezy contrib non-free main
# deb-src http://security.debian.org/ wheezy/updates main
## backports
deb http://http.us.debian.org/debian wheezy-backports main
## Multi-media
#deb ftp://ftp.deb-multimedia.org wheezy main non-free
deb http://www.deb-multimedia.org wheezy main non-free
Remember, Ubuntu ppa files are not compatible with Crunchbang, even if they seem to work. Don't use any repository that is not specifically intended to be used with Debian Wheezy. Mixed repositories just don't work very well.