[arch-commits] Commit in totem/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Mon Jul 7 16:46:20 UTC 2008
Date: Monday, July 7, 2008 @ 12:46:20
Author: jgc
Revision: 4463
Merged revisions 3315-4462 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/totem/trunk
........
r4462 | jgc | 2008-07-07 16:46:08 +0000 (Mon, 07 Jul 2008) | 2 lines
upgpkg: totem 2.22.2-2
Fix makedepends, add an extra run of configure to fix python detection
........
Modified:
totem/repos/extra-i686/ (properties)
totem/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Property changes on: totem/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /totem/trunk:1-3314
+ /totem/trunk:1-4462
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-07-07 16:46:08 UTC (rev 4462)
+++ extra-i686/PKGBUILD 2008-07-07 16:46:20 UTC (rev 4463)
@@ -3,13 +3,13 @@
pkgname=totem
pkgver=2.22.2
-pkgrel=1
+pkgrel=2
url="http://www.hadess.net/totem.php3"
pkgdesc="A GNOME2 integrated movie player based on Gstreamer."
arch=(i686 x86_64)
license=('GPL')
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=('perlxml' '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')
+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')
options=('!libtool' '!emptydirs')
conflicts=('totem-xine')
groups=('gnome-extra')
@@ -25,9 +25,11 @@
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 \
--localstatedir=/var --disable-static \
+ --enable-python \
--enable-nautilus \
--enable-mozilla --with-dbus \
--disable-scrollkeeper || return 1
More information about the arch-commits
mailing list