[arch-commits] Commit in totem/repos/gnome-i686 (PKGBUILD)
Jan de Groot
jgc at archlinux.org
Sun Aug 31 20:06:42 UTC 2008
Date: Sunday, August 31, 2008 @ 16:06:41
Author: jgc
Revision: 11544
totem 2.23.91 - GNOME 2.23.91
Modified:
totem/repos/gnome-i686/PKGBUILD
----------+
PKGBUILD | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-08-31 20:03:44 UTC (rev 11543)
+++ PKGBUILD 2008-08-31 20:06:41 UTC (rev 11544)
@@ -2,33 +2,23 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=totem
-pkgver=2.22.2
-pkgrel=3
+pkgver=2.23.91
+pkgrel=1
url="http://www.hadess.net/totem.php3"
pkgdesc="A GNOME2 integrated movie player based on Gstreamer."
arch=(i686 x86_64)
license=('GPL2' 'custom')
-depends=('gstreamer0.10-good-plugins' 'totem-plparser>=2.22.3' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=2.0' 'libepc>=0.3.5' 'python>=2.5.2' 'startup-notification' 'libgnomeui>=2.22.1' 'python-gdata' 'gnome-vfs>=2.22.0-2')
-makedepends=('nautilus>=2.22.2' 'xulrunner>=1.9' 'pkgconfig' 'bluez-libs' 'lirc-utils' 'gnome-doc-utils>=0.12.2' 'gnome-control-center>=2.22.1' 'libtracker' 'gnome-common' 'intltool' 'pygtk')
+depends=('gstreamer0.10-good-plugins' 'totem-plparser>=2.23.91' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=2.0' 'libepc>=0.3.5' 'python>=2.5.2' 'startup-notification' 'libgnomeui>=2.23.90' 'python-gdata' 'gnome-vfs>=2.23.0')
+makedepends=('nautilus>=2.23.90' 'xulrunner>=1.9' 'pkgconfig' 'bluez' 'lirc-utils' 'gnome-doc-utils>=0.12.2' 'gnome-control-center>=2.23.90' 'libtracker' 'intltool' 'pygtk')
options=('!libtool' '!emptydirs')
conflicts=('totem-xine')
groups=('gnome-extra')
install=totem.install
-source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.22/${pkgname}-${pkgver}.tar.bz2
- 30_totem_xulrunner19.patch
- video-flv.patch)
-md5sums=('6062080e81b4859f87fee8a592b92489'
- 'ce0b0bdd822ad404bdc24e2fce3e7e21'
- '8c66edc0e4fd64612189e76f57c40873')
+source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.23/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('b6d74d11b732cae8784696a573cb5c44')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np1 -i ${srcdir}/30_totem_xulrunner19.patch || return 1
- patch -Np1 -i ${srcdir}/video-flv.patch || return 1
- libtoolize --force --copy || return 1
- aclocal || return 1
- autoconf || return 1
- automake --add-missing || return 1
./configure --enable-python || return 1
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/totem \
More information about the arch-commits
mailing list