[arch-commits] Commit in totem-plugin/repos (extra-i686 extra-i686/PKGBUILD)
Jan de Groot
jgc at archlinux.org
Tue Nov 4 18:17:15 UTC 2008
Date: Tuesday, November 4, 2008 @ 13:17:15
Author: jgc
Revision: 18393
Merged revisions 18347,18392 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/totem-plugin/trunk
........
r18347 | jgc | 2008-11-04 15:25:53 +0100 (Tue, 04 Nov 2008) | 2 lines
upgpkg: totem-plugin 2.24.3-1
Update plugin (fixes: FS#11981)
........
r18392 | jgc | 2008-11-04 19:16:56 +0100 (Tue, 04 Nov 2008) | 1 line
upgpkg: totem-plugin 2.24.3-1
........
Modified:
totem-plugin/repos/extra-i686/ (properties)
totem-plugin/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Property changes on: totem-plugin/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /totem-plugin/trunk:1-14586
+ /totem-plugin/trunk:1-18392
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-11-04 18:16:56 UTC (rev 18392)
+++ extra-i686/PKGBUILD 2008-11-04 18:17:15 UTC (rev 18393)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=totem-plugin
-pkgver=2.24.2
+pkgver=2.24.3
pkgrel=1
url="http://www.hadess.net/totem.php3"
pkgdesc="Totem mozilla/firefox plugin"
@@ -12,14 +12,13 @@
makedepends=('perlxml' 'iso-codes' 'gnome-icon-theme>=2.24.0' 'xulrunner>=1.9' 'gstreamer0.10-base' 'gstreamer0.10-good-plugins' 'gnome-doc-utils>=0.14.0' 'pkgconfig' 'diffutils')
options=('!libtool' '!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/totem/2.24/totem-${pkgver}.tar.bz2)
-md5sums=('e85064c48fe28e8e87c1da04a06173df')
+md5sums=('261bae2586c3bb6a55bfa2704d7e3b14')
build() {
cd "${srcdir}/totem-${pkgver}"
LD_PRELOAD="" ./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/totem \
- --localstatedir=/var --disable-static \
- --enable-mozilla --with-gecko=mozilla || return 1
+ --localstatedir=/var --disable-static || return 1
make || return 1
pushd browser-plugin || return 1
make plugindir=/usr/lib/mozilla/plugins \
More information about the arch-commits
mailing list