Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (136880d68695a7994264186561b26f2f6723b302)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (136880d68695a7994264186561b26f2f6723b302)
  • Date: Fri, 20 Jul 2012 20:39:01 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

video/mplayer2/BUILD | 6 ++++++
video/mplayer2/DEPENDS | 4 +++-
video/mplayer2/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 1 deletion(-)

New commits:
commit 136880d68695a7994264186561b26f2f6723b302
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/mplayer2: fixed scm branch dependencies

diff --git a/video/mplayer2/BUILD b/video/mplayer2/BUILD
index 4c90659..8574d6b 100755
--- a/video/mplayer2/BUILD
+++ b/video/mplayer2/BUILD
@@ -2,6 +2,12 @@

OPTS="$MPLAYER_OPTS $MPLAYER_IVTV $OPTS" &&

+if [ "$MPLAYER2_BRANCH" == "scm" ]; then
+ local PYVER=$(installed_version python3) &&
+ sed -i "s:python3:python${PYVER%\.*}:" \
+ TOOLS/{file2string,matroska,vdpau_functions}.py
+fi &&
+
CFLAGS= ./configure --prefix=${INSTALL_ROOT}/usr \
--confdir=${TRACK_ROOT}/etc/mplayer \
$OPTS &&
diff --git a/video/mplayer2/DEPENDS b/video/mplayer2/DEPENDS
index c4cf995..c18802f 100755
--- a/video/mplayer2/DEPENDS
+++ b/video/mplayer2/DEPENDS
@@ -50,7 +50,9 @@ fi &&
optional_depends libxv "--enable-xv" "--disable-xv" "for xv output support"
&&
optional_depends xf86-video-mga "--enable-xmga" "--disable-xmga" "for xmga
output support" &&

-if [ "$MPLAYER_SVN" == "y" ]; then
+if [ "$MPLAYER2_BRANCH" == "scm" ]; then
+ depends git &&
+ depends python3 &&
optional_depends libxscrnsaver "" "--disable-xss" "to inhibit screensaver
start while playing"
fi &&

diff --git a/video/mplayer2/HISTORY b/video/mplayer2/HISTORY
index 457812c..a9b74b2 100644
--- a/video/mplayer2/HISTORY
+++ b/video/mplayer2/HISTORY
@@ -1,3 +1,7 @@
+2012-07-20 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD: fixed python3 detection
+ * DEPENDS: corrected scm check, added git and python3 for scm branch
+
2012-05-29 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: git_http -> git in scm branch
* DEPENDS: esound and arts are for stable branch only now



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (136880d68695a7994264186561b26f2f6723b302), Pol Vinogradov, 07/20/2012

Archive powered by MHonArc 2.6.24.

Top of Page