| View previous topic :: View next topic |
| Author |
Message |
SDNick484 Tux's lil' helper

Joined: 05 Dec 2005 Posts: 123
|
Posted: Fri Feb 19, 2010 7:43 pm Post subject: |
|
|
| scan2006 wrote: | | http://www.fancast.com/ has all the same shows/streams (in fact is says Hulu while watching shows) and will play with amd64. |
I'm seeing errors similar to Hulu (this is on content from Fox, e.g. Family Guy, so it's being sourced from hulu.com), anyways, interesting site, but no go for me. |
|
| Back to top |
|
 |
bobTheAvenger n00b

Joined: 08 Dec 2004 Posts: 7
|
Posted: Wed Jun 09, 2010 11:55 pm Post subject: Huludesktop |
|
|
| I'm having the same problem in huludesktop. I use 64bit flash. I've tried telling huludesktop to use the 32 bit libs, only to have it tell me that flash is not installed. Is there a 32 bit version of desktop? |
|
| Back to top |
|
 |
BitJam Advocate

Joined: 12 Aug 2003 Posts: 2248 Location: Silver City, NM
|
Posted: Thu Jun 10, 2010 12:43 am Post subject: |
|
|
The huludesktop has been working fine here on amd64 for many weeks. I'm using huludesktop-0.9.4, from an ebuild under /usr/local/portage. There's a 0.9.3 ebuild there too and the contents are identical. I'm not sure where I got it from but it's short: | Code: | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit eutils multilib rpm
DESCRIPTION="Hulu desktop"
HOMEPAGE="http://www.hulu.com/labs/hulu-desktop-linux"
SRC_URI="amd64? ( http://download.hulu.com/${PN}.x86_64.rpm -> ${P}.x86_64.rpm )
x86? ( http://download.hulu.com/${PN}.i386.rpm -> ${P}.i386.rpm )"
LICENSE="Hulu-EULA"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="www-plugins/adobe-flash
x11-libs/gtk+:2
dev-libs/glib"
src_install() {
insinto /etc/${PN}
doins etc/${PN}/hd_keymap.ini || die "Failed doins"
dobin usr/bin/${PN} || die "Failed dobin"
domenu usr/share/applications/${PN}.desktop || die "Failed domenu"
doicon usr/share/pixmaps/${PN}.png || die "Failed doicon"
dodoc usr/share/doc/${PN}/README || die "Failed dodoc"
}
pkg_postinst() {
einfo "This program can utilize a remote control. Please install"
einfo "app-misc/lirc if you wish to use a remote with ${PN}."
einfo
ewarn "The file ~/.${PN} should be created for you if you start Hulu Desktop"
ewarn "but the path to the flash plugin is not set by default."
ewarn
ewarn "You need to add the following to ~/.${PN}:"
ewarn "[flash]"
ewarn "flash_location = /usr/$(get_libdir)/nsbrowser/plugins/libflashplayer.so"
} |
I just checked my logs and I see that I installed 0.9.4 in early January. |
|
| Back to top |
|
 |
BitJam Advocate

Joined: 12 Aug 2003 Posts: 2248 Location: Silver City, NM
|
Posted: Thu Jun 24, 2010 5:59 pm Post subject: |
|
|
With the latest update to adobe-flash-0.1.53.64 huludesktop has stopped working, giving an error message saying it can't find the flash plugin. I changed .huludesktop to make sure it is pointing to the new 32-bit libflashplayer.so but that didn't help.
Edit: I was able to get it to work again with the 32-bit flash plugin by emerging nspluginwrapper and changing the flash_location in ~/.huludesktop: | Code: | [flash]
flash_location = /usr/lib64/nsbrowser/plugins/npwrapper.libflashplayer.so |
|
|
| Back to top |
|
 |
|