summaryrefslogtreecommitdiffstats
path: root/totem/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-14 12:41:29 +0200
committerpiernov <piernov@piernov.org>2011-08-14 12:41:29 +0200
commitf370222782a5ab1e60082048d35b6448286c7f69 (patch)
tree4bcbbbb29331dacd0dd9d9b5c5bb28b36e60c635 /totem/Pkgfile
parent53fe0a031959d41472cf3febb4c7026e1db57847 (diff)
downloadgnome3-f370222782a5ab1e60082048d35b6448286c7f69.tar.gz
gnome3-f370222782a5ab1e60082048d35b6448286c7f69.tar.bz2
gnome3-f370222782a5ab1e60082048d35b6448286c7f69.tar.xz
gnome3-f370222782a5ab1e60082048d35b6448286c7f69.zip
totem 3.1.4-1 màj port
Diffstat (limited to 'totem/Pkgfile')
-rw-r--r--totem/Pkgfile13
1 files changed, 5 insertions, 8 deletions
diff --git a/totem/Pkgfile b/totem/Pkgfile
index e29bc5f..e6bb251 100644
--- a/totem/Pkgfile
+++ b/totem/Pkgfile
@@ -2,19 +2,16 @@
# URL: http://www.gnome.org/projects/totem/
# Maintainer: NuTyX GNOME team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: iso-codes, gst-plugins-good, nautilus, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg, totem-pl-parser
-# Run on: rarian,iso-codes,gst-plugins-good,nautilus,gst-plugins-bad,gst-plugins-ugly,gst-ffmpeg,totem-pl-parser
+# Depends on: iso-codes, gst-plugins-good, nautilus, gst-plugins-bad, gst-plugins-ugly, gst-ffmpeg, totem-pl-parser, firefox
+# Run on: rarian,iso-codes,gst-plugins-good,nautilus,gst-plugins-bad,gst-plugins-ugly,gst-ffmpeg,totem-pl-parser,firefox
name=totem
-version=3.1.0
+version=3.1.4
release=1
-source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2
- libgdata-9.1_api_fix.patch)
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
- patch -p0 < ../libgdata-9.1_api_fix.patch
- autoreconf -if
PYTHON=python2 ./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
@@ -23,7 +20,7 @@ build() {
--disable-scrollkeeper \
--enable-python \
--enable-nautilus \
- --with-dbus
+ --disable-gtk-doc
make
make DESTDIR=$PKG install