SOURCES: aubio-python.patch (NEW) - install arch module in proper ...

qboosh qboosh at pld-linux.org
Sun Jun 24 17:21:59 CEST 2007


Author: qboosh                       Date: Sun Jun 24 15:21:59 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- install arch module in proper place

---- Files affected:
SOURCES:
   aubio-python.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/aubio-python.patch
diff -u /dev/null SOURCES/aubio-python.patch:1.1
--- /dev/null	Sun Jun 24 17:21:59 2007
+++ SOURCES/aubio-python.patch	Sun Jun 24 17:21:54 2007
@@ -0,0 +1,20 @@
+--- aubio-0.3.2/python/aubio/Makefile.am.orig	2006-10-10 16:40:23.000000000 +0200
++++ aubio-0.3.2/python/aubio/Makefile.am	2007-06-24 17:03:32.342879923 +0200
+@@ -38,7 +38,7 @@
+ 	web/browser.py \
+ 	web/html.py
+ 
+-nodist_pkgpython_PYTHON = aubiowrapper.py _aubiowrapper.so
++nodist_pkgpython_PYTHON = aubiowrapper.py
+ 
+ _aubiowrapper.so: _aubiowrapper.la
+ 
+@@ -68,7 +68,7 @@
+ 	-L$(top_builddir)/ext -laubioext \
+ 	-L$(top_builddir)/src -laubio
+ 
+-pkgpython_LTLIBRARIES = _aubiowrapper.la
++pkgpyexec_LTLIBRARIES = _aubiowrapper.la
+ 
+ _aubiowrapper_la_LDFLAGS = -module -avoid-version $(AUBIO_LDFLAGS) 
+ _aubiowrapper_la_SOURCES = aubio_wrap.c
================================================================


More information about the pld-cvs-commit mailing list