Hi there, apt-get install moc only offers 2.5.0-alpha4. How can I install 2.5.0-beta1 ? apt-get install moc=2.5.0-beta1 doesn't work either.
Any advice?
Thanks.
moc-beta1 resides in experimental. You have to add an respective entry to your sources.list, i.e.
deb ftp://ftp.de.debian.org/debian/ experimental main
Then run as root:
# apt-get update
# apt-get install -t experimental moc
If this is to hot for you just be patient and wait. I'll upload the latest svn version to unstable within the next 2 weeks.
I have to add a certain url to my sources.list in order to be able to install this version on the Raspberry Pi, I take it (?)
Can you please shed some light on this (?)
I'm sure that's exactly what I had done before asking. Beat me to death but I'm not going any further http://pastebin.com/gnDytryg
Edit: Never mind, I've just switched to ArchLinux, sorted.
It looks like RaspPi doesn't like 'libc6 2.17-3'. I am not maintaining the Raspian distro, but it should be easy to compile the Debian unstable package against RaspPies libc6 ;-)
riesebie
Thu, 2013-05-16 11:23
Permalink
moc-beta1 resides in experimental
moc-beta1 resides in experimental. You have to add an respective entry to your sources.list, i.e.
deb ftp://ftp.de.debian.org/debian/ experimental main
Then run as root:
# apt-get update
# apt-get install -t experimental moc
If this is to hot for you just be patient and wait. I'll upload the latest svn version to unstable within the next 2 weeks.
Elimar
Debian's moc maintainer
jtr
Fri, 2013-05-17 08:48
Permalink
2.5.0-beta1
Thanks a lot Elimar.
riesebie
Tue, 2013-05-21 06:12
Permalink
The beta1 version plus last
The beta1 version plus last svn commits stays now in sid:
https://buildd.debian.org/status/package.php?p=moc&suite=sid
jtr
Tue, 2013-05-21 11:58
Permalink
armhf version
I have to add a certain url to my sources.list in order to be able to install this version on the Raspberry Pi, I take it (?)
Can you please shed some light on this (?)
riesebie
Wed, 2013-05-22 06:36
Permalink
deb
deb ftp://ftp.de.debian.org/debian/ unstable main
# apt-get update
# apt-get install -t unstable moc-ffmpeg-plugin
Elimar
jtr
Wed, 2013-05-22 10:44
Permalink
armhf version
I'm sure that's exactly what I had done before asking. Beat me to death but I'm not going any further http://pastebin.com/gnDytryg
Edit: Never mind, I've just switched to ArchLinux, sorted.
riesebie
Wed, 2013-05-22 11:19
Permalink
It looks like RaspPi doesn't
It looks like RaspPi doesn't like 'libc6 2.17-3'. I am not maintaining the Raspian distro, but it should be easy to compile the Debian unstable package against RaspPies libc6 ;-)
riesebie
Thu, 2013-05-16 17:08
Permalink
The armhf version will be
The armhf version will be build from our build daemons and be available as usual after the upload.
https://buildd.debian.org/status/package.php?p=moc&suite=experimental
https://buildd.debian.org/status/package.php?p=moc&suite=sid
jtr
Fri, 2013-05-17 08:47
Permalink
armhf version
Thank you very much indeed.