Skip to Content.
Sympa Menu

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

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 (fb03363d7e76857d56b1d066e837270cf6ad2810)
  • Date: Fri, 31 May 2019 23:38:07 +0000

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

audio-libs/libcdaudio/DETAILS | 5 ++---
audio-libs/libcdaudio/HISTORY | 4 ++++
audio-libs/libcdaudio/PRE_BUILD | 3 ++-
3 files changed, 8 insertions(+), 4 deletions(-)

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

libcdaudio 0.99.12p2

commit d731cb35096ef38688469d6cd9de7ade1565e0d3
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libcdaudio: Fix build against musl

diff --git a/audio-libs/libcdaudio/DETAILS b/audio-libs/libcdaudio/DETAILS
index 781ace0..408f128 100755
--- a/audio-libs/libcdaudio/DETAILS
+++ b/audio-libs/libcdaudio/DETAILS
@@ -1,12 +1,11 @@
SPELL=libcdaudio
- VERSION=0.99.12
+ VERSION=0.99.12p2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:c00fbea7776e847da93bfbf4cbe74ccb3ee826da80e74eef84575fc211729e6a09599f5bfa332c91d678a31f9de5e5b333bdafe51438f266f6dea519652f5247
+
SOURCE_HASH=sha512:200526ded600e4803066e1f35cfdd01959f18b142e23774279f91a8be9252179e69cb14e69d39fefbdcd9b93a45321869a228527aa336e76852da43ec96cc1e9
WEB_SITE=http://libcdaudio.sourceforge.net/
ENTERED=20040223
- UPDATED=20050422
LICENSE[0]=GPL
KEYWORDS="audio libs"
SHORT="a library for controlling cd drives"
diff --git a/audio-libs/libcdaudio/HISTORY b/audio-libs/libcdaudio/HISTORY
index 91568ed..5726998 100644
--- a/audio-libs/libcdaudio/HISTORY
+++ b/audio-libs/libcdaudio/HISTORY
@@ -1,3 +1,7 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+ * DETAILS: updated spell to 0.99.12p2
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/audio-libs/libcdaudio/PRE_BUILD b/audio-libs/libcdaudio/PRE_BUILD
index aa2c1fd..c195f22 100755
--- a/audio-libs/libcdaudio/PRE_BUILD
+++ b/audio-libs/libcdaudio/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
-patch -p1 < ${SCRIPT_DIRECTORY}/libcdaudio-CAN-2005-0706.patch
+patch -p1 < ${SCRIPT_DIRECTORY}/libcdaudio-CAN-2005-0706.patch &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fb03363d7e76857d56b1d066e837270cf6ad2810), Ismael Luceno, 05/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page