Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=python26.git;a=commitdiff;h=5f4d193e796eae10d47d8edba9faed21694a4131
commit 5f4d193e796eae10d47d8edba9faed21694a4131 Author: Miklos Vajna <[email protected]> Date: Sat Dec 27 15:39:26 2008 +0100 christine-0.1.6-2-i686 - rebuilt with python-2.6 diff --git a/source/gnome-extra/christine/FrugalBuild b/source/gnome-extra/christine/FrugalBuild index 1a6e3fe..71ef0ef 100644 --- a/source/gnome-extra/christine/FrugalBuild +++ b/source/gnome-extra/christine/FrugalBuild @@ -3,16 +3,25 @@ pkgname=christine pkgver=0.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="This is Christine a new Python, GTK+, GStreamer bassed media player. Is intended to be beautiful, usefull and fat free." _F_sourceforge_ext="-1.tar.bz2" Finclude sourceforge -depends=('gtk+2' 'python' 'gstreamer' 'gst-python' 'mutagen' 'libnotify' 'glibc' 'gnome-python') +depends=('gtk+2' 'python>=2.6' 'gstreamer' 'gst-python' 'mutagen' 'libnotify' 'glibc' 'gnome-python') makedepends=('gconf' 'perl-xml-parser') options=('scriptlet') groups=('gnome-extra') archs=('i686' 'x86_64') sha1sums=('734b76ef2334b071392f3ef04899bac301157012') +build() +{ + # strange, gst module import works by hand, but not in the + # configure script, disable it for now + Fsed ' gst' '' configure.ac + Fautoreconf + Fbuild +} + # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
