[arch-commits] Commit in totem-xine/repos (extra-i686 extra-i686/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Jul 7 16:49:24 UTC 2008


    Date: Monday, July 7, 2008 @ 12:49:24
  Author: jgc
Revision: 4465

Merged revisions 3319-4464 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/totem-xine/trunk

........
  r4464 | jgc | 2008-07-07 16:49:12 +0000 (Mon, 07 Jul 2008) | 2 lines
  
  upgpkg: totem-xine 2.22.2-2
      Fix python detection, add some makedepends
........

Modified:
  totem-xine/repos/extra-i686/	(properties)
  totem-xine/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)


Property changes on: totem-xine/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /totem-xine/trunk:1-3318
   + /totem-xine/trunk:1-4464

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-07 16:49:12 UTC (rev 4464)
+++ extra-i686/PKGBUILD	2008-07-07 16:49:24 UTC (rev 4465)
@@ -3,13 +3,13 @@
 
 pkgname=totem-xine
 pkgver=2.22.2
-pkgrel=1
+pkgrel=2
 url="http://www.hadess.net/totem.php3"
 pkgdesc="A GNOME2 integrated movie player based on xine."
 arch=(i686 x86_64)
 license=('GPL')
 depends=('xine-lib>=1.1.12' 'totem-plparser>=2.22.3' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'libepc>=0.3.5' 'libgnomeui>=2.22.1' 'startup-notification' 'iso-codes>=2.0' 'python-gdata')
-makedepends=('perlxml' 'gnome-control-center>=2.22.0' 'nautilus>=2.22.0' 'xulrunner>=1.9' 'pkgconfig' 'bluez-libs' 'lirc-utils' 'gnome-doc-utils>=0.12.2')
+makedepends=('gnome-control-center>=2.22.0' 'nautilus>=2.22.0' 'xulrunner>=1.9' 'pkgconfig' 'bluez-libs' 'lirc-utils' 'gnome-doc-utils>=0.12.2' 'pygtk' 'gnome-common' 'intltool')
 options=('!libtool' '!emptydirs')
 conflicts=('totem')
 provides=("totem=${pkgver}")
@@ -26,11 +26,13 @@
   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-nautilus --enable-xine \
 	      --enable-mozilla --with-dbus \
+	      --enable-python \
 	      --disable-scrollkeeper || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \





More information about the arch-commits mailing list