Skip to Content.
Sympa Menu

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

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 (f8abd674aef9393aaf09e1ddd5108a1062194dc2)
  • Date: Tue, 29 May 2012 16:11:38 -0500

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

video/mplayer2/DEPENDS | 6 ++++--
video/mplayer2/DETAILS | 2 +-
video/mplayer2/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 3 deletions(-)

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

video/mplayer2: changed git url, disabled esound and arts dependencies
for scm branch

diff --git a/video/mplayer2/DEPENDS b/video/mplayer2/DEPENDS
index a28ed50..c4cf995 100755
--- a/video/mplayer2/DEPENDS
+++ b/video/mplayer2/DEPENDS
@@ -32,8 +32,10 @@ optional_depends x264 "" "" "for x264 codec"
optional_depends twolame "" "" "Twolame (MPEG layer 2 audio) support in
mencoder" &&

# audio devices
-optional_depends esound "" "--disable-esd" "for direct esd audio output" &&
-optional_depends arts "" "--disable-arts" "for arts audio output" &&
+if [ "$MPLAYER2_BRANCH" != "scm" ]; then
+ optional_depends esound "" "--disable-esd" "for direct esd audio output"
&&
+ optional_depends arts "" "--disable-arts" "for arts audio output"
+fi &&
optional_depends alsa-lib "" "--disable-alsa" "for alsa audio output" &&
optional_depends nas "" "--disable-nas" "for NAS audio output" &&
optional_depends pulseaudio "" "--disable-pulse" "for pulseaudio audio
output" &&
diff --git a/video/mplayer2/DETAILS b/video/mplayer2/DETAILS
index e64d3d5..018512a 100755
--- a/video/mplayer2/DETAILS
+++ b/video/mplayer2/DETAILS
@@ -6,7 +6,7 @@ if [ "$MPLAYER2_BRANCH" == "scm" ]; then
VERSION=git
fi
SOURCE=$SPELL-git.tar.bz2
- SOURCE_URL[0]=git_http://git.mplayer2.org/$SPELL:$SPELL-git
+ SOURCE_URL[0]=git://git.mplayer2.org/$SPELL:$SPELL-git
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
diff --git a/video/mplayer2/HISTORY b/video/mplayer2/HISTORY
index caa59db..457812c 100644
--- a/video/mplayer2/HISTORY
+++ b/video/mplayer2/HISTORY
@@ -1,3 +1,7 @@
+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
+
2012-01-01 Pol Vinogradov <vin.public AT gmail.com>
* DEPENDS: added LIBAVCODEC, fixed some flags




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f8abd674aef9393aaf09e1ddd5108a1062194dc2), Pol Vinogradov, 05/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page