Skip to Content.
Sympa Menu

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

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 (8aaf5a666780a31a8fb14ec16b6a6c7487987295)
  • Date: Sun, 21 Apr 2013 15:38:51 -0500

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

audio-players/mpg123/DETAILS | 2 +-
audio-players/mpg123/HISTORY | 3 +++
video/avidemux2/BUILD | 9 ++++++---
video/avidemux2/HISTORY | 6 ++++++
video/avidemux2/INSTALL | 4 ++++
5 files changed, 20 insertions(+), 4 deletions(-)

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

avidemux2: switch to provided build script, enabling avidemux to
actually do something since plugins are not missing

commit b93a3583d34fccd86efc4fdd6380052cee746d93
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mpg123: bump to 1.15.3

diff --git a/audio-players/mpg123/DETAILS b/audio-players/mpg123/DETAILS
index 67d08b9..5c8df1e 100755
--- a/audio-players/mpg123/DETAILS
+++ b/audio-players/mpg123/DETAILS
@@ -1,5 +1,5 @@
SPELL=mpg123
- VERSION=1.15.1
+ VERSION=1.15.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/audio-players/mpg123/HISTORY b/audio-players/mpg123/HISTORY
index 71df869..ddf426a 100644
--- a/audio-players/mpg123/HISTORY
+++ b/audio-players/mpg123/HISTORY
@@ -1,3 +1,6 @@
+2013-04-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: updated spell to 1.15.3
+
2013-02-24 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: updated spell to 1.15.1

diff --git a/video/avidemux2/BUILD b/video/avidemux2/BUILD
index c8d7939..e4e8f01 100755
--- a/video/avidemux2/BUILD
+++ b/video/avidemux2/BUILD
@@ -1,5 +1,8 @@
if is_depends_enabled $SPELL qt4; then
- OPTS="-DQT_QMAKE_EXECUTABLE=${INSTALL_ROOT}/usr/bin/qt4/qmake
-DLRELEASE_EXECUTABLE=${INSTALL_ROOT}/usr/bin/qt4/lrelease $OPTS"
+ PATH="/usr/bin/qt4:$PATH"
fi &&
-
-cmake_build
+# sudo calls would install stuff right away
+sed -i 's:^sudo:# sudo:' bootStrap.sh &&
+# For avidemux 2.6, add $OPTS here and switch to .bash .
+# The 2.5 build script doesn't know any options.
+bash bootStrap.sh
diff --git a/video/avidemux2/HISTORY b/video/avidemux2/HISTORY
index 7a6e685..e27e364 100644
--- a/video/avidemux2/HISTORY
+++ b/video/avidemux2/HISTORY
@@ -1,3 +1,9 @@
+2013-04-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, INSTALL: switch to usage of provided build script
+ Our build was just broken (for me at least): No plugins! Couldn't
+ even play audio. Now we don't have the absolute control to disable
+ any optionals if they are present in system, but at least it works.
+
2012-01-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.5.6

diff --git a/video/avidemux2/INSTALL b/video/avidemux2/INSTALL
new file mode 100755
index 0000000..2b4fca1
--- /dev/null
+++ b/video/avidemux2/INSTALL
@@ -0,0 +1,4 @@
+# bootStrap script contains install commands
+# need to duplicate them here ...
+cd buildMain && make install && cd .. &&
+cd buildPlugins && make install && cd ..



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (8aaf5a666780a31a8fb14ec16b6a6c7487987295), Thomas Orgis, 04/21/2013

Archive powered by MHonArc 2.6.24.

Top of Page