Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a3601f274c9bf0b9b4e2804f1bf0f27bbf703863)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a3601f274c9bf0b9b4e2804f1bf0f27bbf703863)
  • Date: Thu, 2 Mar 2017 08:46:01 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-players/mpg123/BUILD | 3 +--
audio-players/mpg123/DEPENDS | 6 +-----
audio-players/mpg123/DETAILS | 2 +-
audio-players/mpg123/HISTORY | 3 +++
4 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit a3601f274c9bf0b9b4e2804f1bf0f27bbf703863
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: version 1.24.0

diff --git a/audio-players/mpg123/BUILD b/audio-players/mpg123/BUILD
index 471b0ae..eed40d7 100755
--- a/audio-players/mpg123/BUILD
+++ b/audio-players/mpg123/BUILD
@@ -4,6 +4,5 @@ fi &&
if [[ "$MPG123_SEEKTABLE" != "" ]]; then
OPTS="--with-seektable=$MPG123_SEEKTABLE $OPTS"
fi &&
-# Use .so for modules so it is safe to rip out the .la files.
-OPTS="$MPG123_QUALITY $MPG123_MODULES --with-module-suffix=.so $OPTS" &&
+OPTS="$MPG123_QUALITY $MPG123_MODULES $OPTS" &&
default_build
diff --git a/audio-players/mpg123/DEPENDS b/audio-players/mpg123/DEPENDS
index 36344f0..9d80f37 100755
--- a/audio-players/mpg123/DEPENDS
+++ b/audio-players/mpg123/DEPENDS
@@ -41,8 +41,4 @@ esac &&
if [[ "$add" != "" ]]; then
MPG123_WITH_AUDIO="$MPG123_WITH_AUDIO,$add"
fi
-done &&
-# Use libtool's libltdl.
-if [[ "$MPG123_MODULES" == "--enable-modules" ]]; then
- depends libtool
-fi
+done
diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index a182df1..0f6b133 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=1.23.8
+ VERSION=1.24.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig

SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 1812bde..dbf44f6 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2017-03-02 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS, DEPENDS, build: update to 1.24.0, without libltdl
+
2016-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: update to 1.23.8, SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (a3601f274c9bf0b9b4e2804f1bf0f27bbf703863), Thomas Orgis, 03/02/2017

Archive powered by MHonArc 2.6.24.

Top of Page