Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (1d70b6a466ec7d456c1b92a79efe72c46cec7481)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (1d70b6a466ec7d456c1b92a79efe72c46cec7481)
  • Date: Sun, 27 Nov 2011 13:18:14 -0600

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

audio-drivers/portaudio19/DEPENDS | 11 +++++++++--
audio-drivers/portaudio19/DETAILS | 6 +++---
audio-drivers/portaudio19/HISTORY | 5 +++++
audio-drivers/portaudio19/pa_stable_v19_20110326.tgz.sig |binary
4 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 79812b995a7a58028304e9ec015132dcd32e7ebc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

portaudio19: corrected order of SOURCE and SOURCE_GPG

commit 3956be962903c9a4bd831bfdb4304698c5e36e9c
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

portaudio19: updated to v19_20110326

diff --git a/audio-drivers/portaudio19/DEPENDS
b/audio-drivers/portaudio19/DEPENDS
index 09f217a..d331cd5 100755
--- a/audio-drivers/portaudio19/DEPENDS
+++ b/audio-drivers/portaudio19/DEPENDS
@@ -1,5 +1,12 @@
if [[ $PORTAUDIO19_BRANCH == scm ]]; then
depends subversion
fi &&
-optional_depends alsa-lib "--with-alsa" "--without-alsa" "for alsa sound
support"
-optional_depends JACK-DRIVER "--with-jack" "--without-jack" "for jack
support"
+
+optional_depends -sub CXX gcc "--enable-cxx" "--disable-cxx" \
+ "Enable C++ bindings" &&
+
+optional_depends alsa-lib "--with-alsa" "--without-alsa" \
+ "for alsa sound support" &&
+
+optional_depends JACK-DRIVER "--with-jack" "--without-jack" \
+ "for jack support"
diff --git a/audio-drivers/portaudio19/DETAILS
b/audio-drivers/portaudio19/DETAILS
index 839cec0..6fc2125 100755
--- a/audio-drivers/portaudio19/DETAILS
+++ b/audio-drivers/portaudio19/DETAILS
@@ -20,9 +20,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${VERSION}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
;;
*)
- VERSION=stable_v19_20071207
-
SOURCE_HASH=sha512:75d0ef6c94d609729d004eb0153d4dba3646c8045538358533f11b97e0cf2657bacebdb6d1a47e94b09a0b2b5ab5732d3f3d5b20761c5c505eed107e98a5be68
- SOURCE=pa_${VERSION}.tar.gz
+ VERSION=stable_v19_20110326
+ SOURCE=pa_${VERSION}.tgz
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_URL=http://www.portaudio.com/archives/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/portaudio
;;
diff --git a/audio-drivers/portaudio19/HISTORY
b/audio-drivers/portaudio19/HISTORY
index da654e7..3c3bfac 100644
--- a/audio-drivers/portaudio19/HISTORY
+++ b/audio-drivers/portaudio19/HISTORY
@@ -1,3 +1,8 @@
+2011-11-27 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: udated stable to v19_20110326
+ * DEPENDS: added C++ option
+ added missing &&
+
2011-09-29 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: Removed, now sorcery supports Subversion URLs
* DEPENDS, DETAILS, PREPARE: Use prepare_select_branch
diff --git a/audio-drivers/portaudio19/pa_stable_v19_20110326.tgz.sig
b/audio-drivers/portaudio19/pa_stable_v19_20110326.tgz.sig
new file mode 100644
index 0000000..1413f10
Binary files /dev/null and
b/audio-drivers/portaudio19/pa_stable_v19_20110326.tgz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (1d70b6a466ec7d456c1b92a79efe72c46cec7481), Robin Cook, 11/27/2011

Archive powered by MHonArc 2.6.24.

Top of Page