You are not logged in.

#1 2005-01-21 07:39:46

nggalai
Member
From: Switzerland
Registered: 2004-08-01
Posts: 215
Website

[new] Totem 0.100

New totem is out, here's the changed PKGBUILD:

# $Id: PKGBUILD,v 1.21 2004/11/29 19:41:59 arjan Exp $
# Maintainer: Arjan Timmerman <arjan@archlinux.org>
# Committer: Dale Blount <dale@archlinux.org>

pkgname=totem
pkgver=0.100
pkgrel=1
url="http://www.hadess.net/totem.php3"
pkgdesc="A GNOME2 integrated movie player based on Xine."
depends=('x-server' 'xine-lib' 'nautilus-cd-burner' 'gnome-common')
makedepends=('intltool')
install=totem.install
source=(http://ftp.gnome.org/pub/gnome/sources/totem/0.100/$pkgname-$pkgver.tar.gz 
     totem.install Makefile)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome --disable-lirc 
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

Seems to work without a hitch, here. Other comments?

93,
-Sascha.rb

Offline

#2 2005-02-06 02:15:41

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

Re: [new] Totem 0.100

Fails to play sound files, crashes when it tries to play a Quicktime movies, no sound output.

(The "no sound output" thing seems to be some sort of massive problem with my system though, because as of right now the only way to get any sound is to play something directly from a CD.)

Offline

Board footer

Powered by FluxBB