[arch-commits] Commit in totem/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Jul 1 19:48:08 UTC 2009


    Date: Wednesday, July 1, 2009 @ 15:48:08
  Author: jgc
Revision: 44360

upgpkg: totem 2.26.3-1
    Update to 2.6.23 - build against new xulrunner, replace totem-xine

Modified:
  totem/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-01 19:45:26 UTC (rev 44359)
+++ PKGBUILD	2009-07-01 19:48:08 UTC (rev 44360)
@@ -2,32 +2,33 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=totem
-pkgver=2.26.2
+pkgver=2.26.3
 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.26.2' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.8' 'libepc>=0.3.9' 'python>=2.6' 'startup-notification' 'python-gdata')
-makedepends=('nautilus>=2.26.1' 'xulrunner>=1.9.0.8' 'pkgconfig' 'bluez>=4.30' 'lirc-utils' 'gnome-doc-utils>=0.16.0' 'gnome-control-center>=2.26.0' 'libtracker' 'intltool' 'pygtk')
+depends=('gstreamer0.10-good-plugins' 'totem-plparser>=2.26.2' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes>=3.10.1' 'libepc>=0.3.10' 'python>=2.6' 'startup-notification' 'python-gdata')
+makedepends=('nautilus>=2.26.3' 'xulrunner>=1.9.1' 'pkgconfig' 'bluez>=4.30' 'lirc-utils' 'gnome-doc-utils>=0.16.0' 'gnome-control-center>=2.26.0' 'libtracker' 'intltool' 'pygtk')
 optdepends=('gstreamer0.10-ugly-plugins: Extra media codecs'
             'gstreamer0.10-bad-plugins: Extra media codecs'
-	    'gstreamer0.10-ffmpeg: Extra media codecs')
+            'gstreamer0.10-ffmpeg: Extra media codecs')
 options=('!libtool' '!emptydirs')
 conflicts=('totem-xine')
+replaces=('totem-xine')
 groups=('gnome-extra')
 install=totem.install
 source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('aa9905e84c7a15354baa2de529afde86')
+md5sums=('f8f7390f5d93268cd200086a1b4f765a')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   LD_PRELOAD="" ./configure --enable-python || return 1
   LD_PRELOAD="" ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/totem \
-              --localstatedir=/var --disable-static \
-	      --enable-python --enable-nautilus \
-	      --with-dbus --disable-scrollkeeper || return 1
+                    --libexecdir=/usr/lib/totem \
+                    --localstatedir=/var --disable-static \
+                    --enable-python --enable-nautilus \
+                    --with-dbus --disable-scrollkeeper || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
        DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list