You are not logged in.

#1 2005-12-14 22:06:32

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Offline

#2 2005-12-16 20:18:37

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

Oy JGC, what's up?

Offline

#3 2005-12-16 21:30:02

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Totem 1.2.1 released

I think you forgot your smiley, Gullible.....  wink

Offline

#4 2005-12-16 22:56:16

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

Meh? :?

Offline

#5 2005-12-16 23:20:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Totem 1.2.1 released

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?! yikes  yikes

Offline

#6 2005-12-17 00:06:22

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

Okay, maybe I shouldn't have bumped this thread. :oops:

Offline

#7 2005-12-17 00:37:39

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: Totem 1.2.1 released

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

#8 2005-12-17 00:48:10

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: Totem 1.2.1 released

Cam wrote:

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

#9 2005-12-17 01:29:30

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

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

#10 2005-12-17 01:54:34

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

Okay, a screenshot of the Totem plugin in action, or lack thereof:

screen6eg.th.png

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

#11 2005-12-19 10:19:16

Gullible Jones
Member
Registered: 2004-12-29
Posts: 4,863

Re: Totem 1.2.1 released

Hey guys, can anyone confirm this bug on another distro? Does it happen on, say, Ubuntu?

Offline

Board footer

Powered by FluxBB