Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=wipv.git;a=commitdiff;h=bc0e967c44398836b8e104fed040673595ab9963

commit bc0e967c44398836b8e104fed040673595ab9963
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Sep 2 00:55:12 2010 +0200

farsight2-0.0.21-2-i686

- rebuilt with python-2.7

diff --git a/source/xlib/farsight2/FrugalBuild 
b/source/xlib/farsight2/FrugalBuild
index c94d6ae..477c2e8 100644
--- a/source/xlib/farsight2/FrugalBuild
+++ b/source/xlib/farsight2/FrugalBuild
@@ -3,16 +3,17 @@

pkgname=farsight2
pkgver=0.0.21
-pkgrel=1
+pkgrel=2
pkgdesc="Farsight2 is an audio/video conferencing framework"
url="http://farsight.freedesktop.org/";
depends=('dbus-glib>=0.78' 'gst-plugins-good' 'gst-plugins-bad' \
-       'glib2' 'pygtk' 'nice' 'gst-python')
+       'glib2' 'pygtk>=2.16.0-5' 'nice' 'gst-python')
groups=('xlib')
archs=('i686' 'x86_64' 'ppc')
replaces=('farsight')
up2date="lynx -dump http://farsight.freedesktop.org/releases/$pkgname | 
Flasttar"
-source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('baf51f52eeeb81214b376ce1b9f33a22ccac7298')
+source=(http://farsight.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz
 make.patch)
+sha1sums=('baf51f52eeeb81214b376ce1b9f33a22ccac7298' \
+          '82bc526142d70fd4f70c0cc9e442e1e097a34b4f')

# optimization OK
diff --git a/source/xlib/farsight2/make.patch b/source/xlib/farsight2/make.patch
new file mode 100644
index 0000000..5d889da
--- /dev/null
+++ b/source/xlib/farsight2/make.patch
@@ -0,0 +1,30 @@
+$NetBSD: patch-ae,v 1.3 2010/08/09 11:09:24 wiz Exp $
+
+Whitespace fix for gmake-3.82.
+
+--- docs/libs/Makefile.in.orig 2010-07-16 23:00:58.000000000 +0000
++++ docs/libs/Makefile.in
+@@ -766,7 +766,7 @@ dist-hook: dist-check-gtkdoc dist-hook-l
+       -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/
+       -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/
+       cd $(distdir) && rm -f $(DISTCLEANFILES)
+-        -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
++      -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
+
+ .PHONY : dist-hook-local docs
+
+$NetBSD: patch-ad,v 1.5 2010/08/09 11:09:24 wiz Exp $
+
+gmake-3.82 allows no code outside of targets.
+
+--- python/Makefile.in.orig    2010-07-16 23:00:59.000000000 +0000
++++ python/Makefile.in
+@@ -677,7 +677,7 @@ uninstall-am: uninstall-pyfarsightLTLIBR
+       mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+       tags uninstall uninstall-am uninstall-pyfarsightLTLIBRARIES
+
+-[ -z "$PYDEFS" && PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`]
++PYDEFS=`pkg-config --variable=defsdir pygtk-2.0`
+
+ pyfarsight.c: pyfarsight.override pyfarsight.defs
+       $(PYCODEGEN)                                            \
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to