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

Jan de Groot jgc at archlinux.org
Fri Jul 3 18:13:46 UTC 2009


    Date: Friday, July 3, 2009 @ 14:13:46
  Author: jgc
Revision: 44713

Merged revisions 44360 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/totem/trunk

........
  r44360 | jgc | 2009-07-01 21:48:08 +0200 (Wed, 01 Jul 2009) | 2 lines
  
  upgpkg: totem 2.26.3-1
      Update to 2.6.23 - build against new xulrunner, replace totem-xine
........

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

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


Property changes on: totem/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /totem/trunk:1-37795
   + /totem/trunk:1-44712

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-07-03 18:13:20 UTC (rev 44712)
+++ extra-i686/PKGBUILD	2009-07-03 18:13:46 UTC (rev 44713)
@@ -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