You are not logged in.
Pages: 1
Offline
Oy JGC, what's up?
Offline
I think you forgot your smiley, Gullible.....
Offline
Meh? :?
Offline
Well, IMO, without a smiley, it looks like you're asking JGC to explain the delay between the release of the 1.2.1. source and the availability of the 1.2.1 Arch package. Of course, you weren't really doing that - were you?!
Offline
Okay, maybe I shouldn't have bumped this thread. :oops:
Offline
I swear I heard Gullible on IRC volunteering to work on a new PKGBUILD to send to JGC to clean up when he has time! Gee I love how these guys are so helpful...
Offline
I swear I heard Gullible on IRC volunteering to work on a new PKGBUILD to send to JGC to clean up when he has time! Gee I love how these guys are so helpful...
Extremely well said!!!
Offline
Here it is:
pkgname=totem-xine
pkgver=1.2.1
pkgrel=1
url="http://www.gnome.org/projects/totem"
pkgdesc="GNOME2 integrated movie player based on Xine"
depends=('xine-lib' 'musicbrainz' 'nautilus' 'iso-codes')
makedepends=('intltool' 'mozilla-firefox')
install=totem.install
conflicts=(totem)
provides=(totem)
source=(http://ftp.gnome.org/pub/gnome/sources/totem/1.2/totem-$pkgver.tar.bz2)
md5sums=('7915469973500dba01d51edfd9e49cf3')
build() {
[ "$GNOMEDIR" = "" ] && . /etc/profile.d/gnome.sh
cd $startdir/src/totem-$pkgver
find . -name Makefile.in -exec sed -i -e 's/-scrollkeeper-update.*//' {} ;
if [ -f omf.make ]; then
sed -i -e 's/-scrollkeeper-update.*//' omf.make
fi
./configure --prefix=/opt/gnome --disable-lirc
--enable-nautilus --enable-vanity
--enable-mozilla --disable-gstreamer
make LDFLAGS+=-Wl,--export-dynamic || return 1
make LDFLAGS+=-Wl,--export-dynamic
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
DESTDIR=$startdir/pkg
plugindir=/opt/mozilla-plugins
typelibdir=/opt/mozilla-plugins install
find $startdir/pkg -name '*.la' -exec rm {} ;
}
No changes to totem.install seem to be necessary, but iso-codes is now a required dependency.
Bizarrely, the Totem-Mozilla plugin still fails to start at all, under *any* condition. Reports from the Totem maintainers say that the plugin does indeed start, and reports from users of other distros would seem to indicate the same. It appears that this is an Arch-specific problem. Let's see... Mozilla can see the plugin, so it can't be that it's being installed to the wrong place... Does anyone have any idea what causes this?
*bangs head on wall trying to figure out what is wrong with the plugin*
Offline
Okay, a screenshot of the Totem plugin in action, or lack thereof:
Also, here is a Gentoo ebuild for Totem 1.2.0. It mentions 3 patches - the first is a fix to make the Totem plugin compile with gecko-sdk, the second fixes a problem with support for Italian, and I have no idea what the third does. There's also mention of nsplugins - Netscape plugin support for Konqueror. I wonder if that's needed for the Mozilla plugin to work? It shouldn't be... :?
Offline
Hey guys, can anyone confirm this bug on another distro? Does it happen on, say, Ubuntu?
Offline
Pages: 1