Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d72b04097bc01513b280464cb389ecd23e371b92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d72b04097bc01513b280464cb389ecd23e371b92)
  • Date: Sun, 13 Jul 2014 06:55:15 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

video/mpv/CONFIGURE | 6 +-----
video/mpv/DEPENDS | 4 ++--
video/mpv/DETAILS | 4 ++--
video/mpv/HISTORY | 3 +++
4 files changed, 8 insertions(+), 9 deletions(-)

New commits:
commit d72b04097bc01513b280464cb389ecd23e371b92
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

video/mpv: version 0.4.1

diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index dc74197..796487a 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -22,8 +22,4 @@ if list_find "$MPV_OPTS" "--enable-dvb"; then
"--disable-dvbin"
else
list_add MPV_OPTS "--disable-dvbin"
-fi &&
-
-config_query_option MPV_OPTS "Enable VCD (VideoCD) support?" y \
- "--enable-vcd" \
- "--disable-vcd"
+fi
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 80585e4..8de2b92 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -50,8 +50,8 @@ optional_depends openal \
"for OpenAL audio output" &&

optional_depends sdl \
- "--enable-sdl" \
- "--disable-sdl" \
+ "--enable-sdl1" \
+ "--disable-sdl1" \
"for SDL audio output" &&

optional_depends sdl2 \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index 693a4fa..0a9a646 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,10 +1,10 @@
SPELL=mpv
- VERSION=0.3.11
+ VERSION=0.4.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCEX=v${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/${SOURCEX}
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:da4a55af98f178624ec66e48e314f045b61aef75fc9b654f39011879b0eb5b59a86870b9ed05bc11b831fbb5ec2084c5e842743d3040a155713a802908816374
+
SOURCE_HASH=sha512:154a27198c1690d5d1b3c097163e97eff6f375496c9fb7f7958936c84c776afd78b392df8e136798a1f5a1fc4924af3069cc7dbef36bfa8ff84aff9d7a0b8735
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOCS="Copyright DOCS/tech-overview.txt DOCS/OUTDATED-tech/*
$DOCS"
WEB_SITE=http://mpv.io/
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index d4a8529..3598cba 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2014-07-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, CONFIGURE: version 0.4.1
+
2014-06-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.3.11




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d72b04097bc01513b280464cb389ecd23e371b92), Florian Franzmann, 07/13/2014

Archive powered by MHonArc 2.6.24.

Top of Page