Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ad086b6230ce2b73b54b65128ec18dfd3869bf1a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ad086b6230ce2b73b54b65128ec18dfd3869bf1a)
  • Date: Fri, 25 Aug 2006 06:35:26 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-drivers/portaudio/BUILD | 15 ++++-----------
audio-drivers/portaudio/DETAILS | 2 +-
audio-drivers/portaudio/HISTORY | 4 ++++
audio-drivers/portaudio/INSTALL | 2 ++
4 files changed, 11 insertions(+), 12 deletions(-)

New commits:
commit ad086b6230ce2b73b54b65128ec18dfd3869bf1a
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

portaudio: fixed build to link with the intended flags, converted to
build api 2

diff --git a/audio-drivers/portaudio/BUILD b/audio-drivers/portaudio/BUILD
index 3084ee8..d9d77f1 100755
--- a/audio-drivers/portaudio/BUILD
+++ b/audio-drivers/portaudio/BUILD
@@ -1,11 +1,4 @@
-(
-
- sedit "s:/usr/local:/usr:" Makefile.linux &&
-
- prepare_install &&
- make -f Makefile.linux &&
- make -f Makefile.linux libinstall &&
- cp pa_common/portaudio.h \
- /usr/include
-
-) > $C_FIFO 2>&1
+sedit "s:/usr/local:${INSTALL_ROOT}/usr:" Makefile.linux &&
+# dependent apps should be able to link without specifying -lpthread
+sedit 's:gcc -shared -o:gcc -shared $(LIBS) -o:' Makefile.linux &&
+make -f Makefile.linux sharedlib
diff --git a/audio-drivers/portaudio/DETAILS b/audio-drivers/portaudio/DETAILS
index 470a982..914811d 100755
--- a/audio-drivers/portaudio/DETAILS
+++ b/audio-drivers/portaudio/DETAILS
@@ -7,10 +7,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPEL
WEB_SITE=http://www.portaudio.com
ENTERED=20031118
UPDATED=20040421
+ PATCHLEVEL=1
ARCHIVE="off"
LICENSE[0]=http://www.portaudio.com/license.html
KEYWORDS="drivers audio"
- BUILD_API=1
SHORT="PortAudio is a free, cross platform, open-source, audio I/O
library"
cat << EOF
PortAudio is a free, cross platform, open-source, audio I/O library.
diff --git a/audio-drivers/portaudio/HISTORY b/audio-drivers/portaudio/HISTORY
index eb7e602..9f8c3fb 100644
--- a/audio-drivers/portaudio/HISTORY
+++ b/audio-drivers/portaudio/HISTORY
@@ -1,3 +1,7 @@
+2006-08-25 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, BUILD, INSTALL: converted to build api 2 and fixed
+ the build to actually link with pthread like it intended
+
2006-06-12 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DETAILS: inserted BUILD_API=1 line

diff --git a/audio-drivers/portaudio/INSTALL b/audio-drivers/portaudio/INSTALL
new file mode 100755
index 0000000..a9e9a66
--- /dev/null
+++ b/audio-drivers/portaudio/INSTALL
@@ -0,0 +1,2 @@
+make -f Makefile.linux libinstall &&
+cp pa_common/portaudio.h ${INSTAL_ROOT}/usr/include



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (ad086b6230ce2b73b54b65128ec18dfd3869bf1a), Thomas Orgis, 08/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page