Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanket Bhukan
purr-data
Commits
79f39159
Commit
79f39159
authored
17 years ago
by
Miller Puckette
Browse files
Options
Downloads
Patches
Plain Diff
fixes fro new portaudio/portmidi on mac
parent
c6d5e77a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
linux/git-add-pd.sh
+0
-1
0 additions, 1 deletion
linux/git-add-pd.sh
linux/make-release
+8
-9
8 additions, 9 deletions
linux/make-release
src/configure.in
+5
-2
5 additions, 2 deletions
src/configure.in
src/s_midi_pm.c
+0
-1
0 additions, 1 deletion
src/s_midi_pm.c
with
13 additions
and
13 deletions
linux/git-add-pd.sh
+
0
−
1
View file @
79f39159
cd
~/pd
git add INSTALL.txt LICENSE.txt README.txt doc extra man
\
portaudio portmidi src msw linux
This diff is collapsed.
Click to expand it.
linux/make-release
+
8
−
9
View file @
79f39159
#!/bin/sh
#usage: ./make-release
0.34-0 or 0.35-0test11 or 0.37-1test6
#usage: ./make-release
<version>
if
test
x
$1
==
x
then
echo
usage: ./make-release 0.34-0 or 0.35-0test11 or
0.37-1test6
echo
usage: ./make-release 0.34-0 or 0.35-0test11 or
...
exit
1
fi
set
-x
#
set -x
cd
..
ROOTDIR
=
`
pwd
`
find
.
\(
-name
".[a-zA-Z]*"
-o
-name
"core*"
-o
-name
"*.cache"
\)
\
find
.
\(
-name
".[azA-Z]*"
\!
-name
".git"
\
-o
-name
"core"
-o
-name
"core.*"
-o
-name
"*.cache"
\)
\
-ok
rm
-r
{}
\;
cd
src
...
...
@@ -22,17 +23,15 @@ cd ..
TMPPD
=
/tmp/pd-
$1
rm
-rf
/tmp/pd
$TMPPD
mkdir
$TMPPD
cp
-
a
README.txt LICENSE.txt INSTALL.txt src doc extra man
\
cp
-
pR
README.txt LICENSE.txt INSTALL.txt src doc extra man
\
portaudio portmidi
$TMPPD
mkdir
$TMPPD
/obj
$TMPPD
/bin
cd
$TMPPD
/src
autoconf
make distclean
rm
-rf
autom4te.cache
rm
*
.pd
rm
-f
*
.pd
cd
/tmp
tar
cf - pd-
$1
|
gzip
>
$ROOTDIR
/archive/dist/pd-
$1
.src.tar.gz
mv
pd-
$1
pd
tar
cf - pd |
gzip
>
/usr/src/redhat/SOURCES/pd.tar.gz
# rm -rf /tmp/pd $TMPPD
rm
-rf
$TMPPD
ls
-l
$ROOTDIR
/archive/dist/pd-
$1
.src.tar.gz
This diff is collapsed.
Click to expand it.
src/configure.in
+
5
−
2
View file @
79f39159
...
...
@@ -214,7 +214,8 @@ dnl This should be fixed so Pd can use ALSA shared libraries where appropriate.
../portaudio/src/common/pa_skeleton.c \
../portaudio/src/common/pa_stream.c \
../portaudio/src/common/pa_trace.c \
../portaudio/src/common/pa_debugprint.c \
../portaudio/src/common/pa_debugprint.c \
../portaudio/src/common/pa_ringbuffer.c \
../portaudio/src/os/unix/pa_unix_hostapis.c \
../portaudio/src/os/unix/pa_unix_util.c \
../portaudio/src/hostapi/oss/pa_unix_oss.c "$SYSSRC
...
...
@@ -266,7 +267,7 @@ then
-I../portaudio/src/os/mac_osx/ \
-I../portmidi/pm_common -I../portmidi/pm_mac \
-I../portmidi/porttime \
-DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO"
-DUSEAPI_PORTAUDIO -DPA19 -DPA_USE_COREAUDIO
-DNEWBUFFER
"
if test `uname -r` = 7.9.0;
then
MORECFLAGS="-DMACOSX3 -DPA_BIG_ENDIAN -Wno-error"
...
...
@@ -290,6 +291,7 @@ then
../portaudio/src/common/pa_stream.c \
../portaudio/src/common/pa_trace.c \
../portaudio/src/common/pa_debugprint.c \
../portaudio/src/common/pa_ringbuffer.c \
../portaudio/src/os/unix/pa_unix_util.c \
../portaudio/src/os/mac_osx/pa_mac_hostapis.c \
../portaudio/src/hostapi/coreaudio/pa_mac_core.c \
...
...
@@ -361,6 +363,7 @@ then
../portaudio/src/common/pa_stream.c \
../portaudio/src/common/pa_trace.c \
../portaudio/src/common/pa_debugprint.c \
../portaudio/src/common/pa_ringbuffer.c \
../portaudio/src/os/win/pa_win_util.c \
../portaudio/src/os/win/pa_win_hostapis.c \
../portaudio/src/os/win/pa_x86_plain_converters.c \
...
...
This diff is collapsed.
Click to expand it.
src/s_midi_pm.c
+
0
−
1
View file @
79f39159
...
...
@@ -21,7 +21,6 @@
#include
"portaudio.h"
#include
"portmidi.h"
#include
"porttime.h"
#include
"pminternal.h"
static
PmStream
*
mac_midiindevlist
[
MAXMIDIINDEV
];
static
PmStream
*
mac_midioutdevlist
[
MAXMIDIOUTDEV
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment