[arch-commits] Commit in gnome-media (gnome-unstable gnome-unstable/PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Aug 18 18:57:41 UTC 2009


    Date: Tuesday, August 18, 2009 @ 14:57:41
  Author: jgc
Revision: 50039

Update to 2.27.90.
Skip pulse for now, will look at including it in a later stage

Added:
  gnome-media/gnome-unstable/
Modified:
  gnome-media/gnome-unstable/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: gnome-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-08-12 14:48:26 UTC (rev 49569)
+++ gnome-unstable/PKGBUILD	2009-08-18 18:57:41 UTC (rev 50039)
@@ -2,26 +2,26 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-media
-pkgver=2.26.0
+pkgver=2.27.90
 pkgrel=1
 pkgdesc="GNOME Media Tools"
 arch=(i686 x86_64)
 license=('GPL')
 depends=('libgnomeui>=2.24.1' 'gstreamer0.10-good-plugins' 'gstreamer0.10-base-plugins' 'libcanberra')
-makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.16.0' 'libunique')
+makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.17.3' 'libunique')
 url="http://www.gnome.org"
 groups=('gnome')
 options=('!libtool' '!emptydirs')
 install=gnome-media.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('3d519bc7d812aed8f6e4288b6d3cdf26')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.27/${pkgname}-${pkgver}.fix.tar.bz2)
+sha256sums=('efe8dc3ca488ffe565725d5467c77227b918df3d6f4ef83af808eb582c672f97')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}.fix"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --libexecdir=/usr/lib/gnome-media \
-              --localstatedir=/var --disable-static \
-	      --disable-scrollkeeper || return 1
+      --libexecdir=/usr/lib/gnome-media \
+      --localstatedir=/var --disable-static \
+      --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