summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2006-01-24 21:39:19 +0000
committerPatrick McLean <chutzpah@gentoo.org>2006-01-24 21:39:19 +0000
commite9af7608b21e68f968e8a3ac19c40d6a8e51781a (patch)
tree89deefc81ea31496dcdc04b9605657fa305c52c3 /dev-python/pyifp/files
parentStable on sparc wrt #114587 (diff)
downloadgentoo-2-e9af7608b21e68f968e8a3ac19c40d6a8e51781a.tar.gz
gentoo-2-e9af7608b21e68f968e8a3ac19c40d6a8e51781a.tar.bz2
gentoo-2-e9af7608b21e68f968e8a3ac19c40d6a8e51781a.zip
New package, python bindings for media-libs/libifp
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python/pyifp/files')
-rw-r--r--dev-python/pyifp/files/digest-pyifp-0.2.21
-rw-r--r--dev-python/pyifp/files/pyifp-0.2.2-setup-fix.patch11
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-python/pyifp/files/digest-pyifp-0.2.2 b/dev-python/pyifp/files/digest-pyifp-0.2.2
new file mode 100644
index 000000000000..c4186c5228eb
--- /dev/null
+++ b/dev-python/pyifp/files/digest-pyifp-0.2.2
@@ -0,0 +1 @@
+MD5 32afb70684d45215f4c91fc498d8d338 pyifp-0.2.2.tar.gz 21378
diff --git a/dev-python/pyifp/files/pyifp-0.2.2-setup-fix.patch b/dev-python/pyifp/files/pyifp-0.2.2-setup-fix.patch
new file mode 100644
index 000000000000..2582e0fd8841
--- /dev/null
+++ b/dev-python/pyifp/files/pyifp-0.2.2-setup-fix.patch
@@ -0,0 +1,11 @@
+--- pyifp-0.2.2/setup.py 2005-02-21 01:36:05.000000000 -0500
++++ pyifp-0.2.2-fixed/setup.py 2005-10-15 13:29:26.000000000 -0400
+@@ -54,7 +54,7 @@
+ self.swig_inc = 'SWIG'
+ self.swig_shadow = None
+
+- def swig_sources(self, sources):
++ def swig_sources(self, sources, extension=None):
+ """Override the definition of 'swig_sources' in build_ext. This
+ is essentially the same function but with better swig support.
+ I will now quote the original docstring: