summaryrefslogtreecommitdiffstats
path: root/totem/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
committerpiernov <piernov@piernov.servegame.org>2011-07-23 00:25:03 +0200
commit457ba45f1f7d291d5881f18786b6a876573a8320 (patch)
tree0cb3caa3241b510b8a377f683aaa559342424471 /totem/Pkgfile
downloadgnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.gz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.bz2
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.tar.xz
gnome3-457ba45f1f7d291d5881f18786b6a876573a8320.zip
Création du dépôt
Diffstat (limited to 'totem/Pkgfile')
-rw-r--r--totem/Pkgfile31
1 files changed, 31 insertions, 0 deletions
diff --git a/totem/Pkgfile b/totem/Pkgfile
new file mode 100644
index 0000000..e29bc5f
--- /dev/null
+++ b/totem/Pkgfile
@@ -0,0 +1,31 @@
+# Description: Le lecteur multimédia de GNOME
+# 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
+
+name=totem
+version=3.1.0
+release=1
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2
+ libgdata-9.1_api_fix.patch)
+
+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 \
+ --enable-browser-plugins \
+ --disable-debug \
+ --disable-scrollkeeper \
+ --enable-python \
+ --enable-nautilus \
+ --with-dbus
+ make
+ make DESTDIR=$PKG install
+
+ sed -i "s|#!/usr/bin/python$|#!/usr/bin/python2|" $PKG/usr/lib/totem/{totem/totem-bugreport.py,plugins/iplayer/iplayer2.py}
+}