Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7257bbba529b4373fa367de8c3f8c883f75533b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7257bbba529b4373fa367de8c3f8c883f75533b0)
  • Date: Tue, 7 Feb 2017 05:28:38 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

libs/sdl2/DEPENDS | 5 ++++-
libs/sdl2/DETAILS | 1 +
libs/sdl2/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 7257bbba529b4373fa367de8c3f8c883f75533b0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

sdl2: Add optional dependency on sdl2, PATCHLEVEL++

diff --git a/libs/sdl2/DEPENDS b/libs/sdl2/DEPENDS
index 45ec1e0..d5e993d 100755
--- a/libs/sdl2/DEPENDS
+++ b/libs/sdl2/DEPENDS
@@ -55,7 +55,10 @@ optional_depends pulseaudio \
"--enable-pulseaudio" "--disable-pulseaudio" \
"for PulseAudio output support?" &&

-# --enable-sndio support the sndio audio API [[default=yes]]
+optional_depends sndio \
+ "--enable-sndio" "--disable-sndio" \
+ "for sndio support" &&
+
# --enable-sndio-shared dynamically load sndio audio support
[[default=yes]]
# --enable-oss support the OSS audio API [[default=maybe]]
# --enable-arts support the Analog Real Time Synthesizer
[[default=yes]]
diff --git a/libs/sdl2/DETAILS b/libs/sdl2/DETAILS
index b8c0b41..be5ff89 100755
--- a/libs/sdl2/DETAILS
+++ b/libs/sdl2/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-2.0-hg
SOURCE_IGNORE=volatile
else
VERSION=2.0.5
+ PATCHLEVEL=1
SOURCE=SDL2-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
diff --git a/libs/sdl2/HISTORY b/libs/sdl2/HISTORY
index 06c7ad7..c48487e 100644
--- a/libs/sdl2/HISTORY
+++ b/libs/sdl2/HISTORY
@@ -1,3 +1,7 @@
+2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added optional dependency on sndio
+ * DETAILS: PATCHLEVEL++
+
2016-10-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.5
update desc



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (7257bbba529b4373fa367de8c3f8c883f75533b0), Ismael Luceno, 02/07/2017

Archive powered by MHonArc 2.6.24.

Top of Page