Skip to Content.
Sympa Menu

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

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 (bb2c64f7bbecf040d074ac79444fcfdae76d867a)
  • Date: Thu, 30 May 2019 19:01:12 +0000

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

audio-libs/libmad/HISTORY | 3 +++
audio-libs/libmad/PRE_BUILD | 3 ++-
graphics/unpaper/DEPENDS | 1 +
graphics/unpaper/HISTORY | 3 +++
4 files changed, 9 insertions(+), 1 deletion(-)

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

unpaper: Add missing dependency on LIBAVCODEC

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

libmad: Fix build against musl

diff --git a/audio-libs/libmad/HISTORY b/audio-libs/libmad/HISTORY
index 40be11c..08702f7 100644
--- a/audio-libs/libmad/HISTORY
+++ b/audio-libs/libmad/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/audio-libs/libmad/PRE_BUILD b/audio-libs/libmad/PRE_BUILD
index 089e189..d551d57 100755
--- a/audio-libs/libmad/PRE_BUILD
+++ b/audio-libs/libmad/PRE_BUILD
@@ -6,4 +6,5 @@ sedit 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
libtoolize -c -f &&
aclocal &&
autoconf &&
-automake --foreign --add-missing
+automake --foreign --add-missing &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/graphics/unpaper/DEPENDS b/graphics/unpaper/DEPENDS
new file mode 100755
index 0000000..7e1da60
--- /dev/null
+++ b/graphics/unpaper/DEPENDS
@@ -0,0 +1 @@
+depends LIBAVCODEC
diff --git a/graphics/unpaper/HISTORY b/graphics/unpaper/HISTORY
index a92b860..ca2d356 100644
--- a/graphics/unpaper/HISTORY
+++ b/graphics/unpaper/HISTORY
@@ -1,3 +1,6 @@
+2019-05-30 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS: Added LIBAVCODEC
+
2018-01-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 6.1
fixed WEB_SITE



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

Archive powered by MHonArc 2.6.24.

Top of Page