Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cccc1ed39d2120a78ae17640f120b4fcea74c6a7)
  • Date: Sun, 26 Apr 2015 18:09:40 -0500

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

video-libs/libass/DETAILS | 11 ++++++-----
video-libs/libass/HISTORY | 4 ++++
video/mpv/BUILD | 5 +----
video/mpv/CONFIGURE | 9 ++++-----
video/mpv/DEPENDS | 10 ----------
video/mpv/DETAILS | 8 ++++----
video/mpv/HISTORY | 5 +++++
7 files changed, 24 insertions(+), 28 deletions(-)

New commits:
commit cccc1ed39d2120a78ae17640f120b4fcea74c6a7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video-libs/libass: version 0.12.1

commit 6ce8f50bc871b718cc254140ea57a095947d561d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

video/mpv: version 0.9.0 + some cleanups

diff --git a/video-libs/libass/DETAILS b/video-libs/libass/DETAILS
index 874eac3..6e30ad2 100755
--- a/video-libs/libass/DETAILS
+++ b/video-libs/libass/DETAILS
@@ -1,10 +1,11 @@
SPELL=libass
- VERSION=0.10.2
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
-
SOURCE_HASH=sha512:450141f5de5125696edbd44019e5eccb8b34f6173692c50abbc3b82b565221d4454760489469542dc4e2a51c7f952b4a565f2e9468b3fa8550a62e2eb1836b77
+ VERSION=0.12.1
+ SOURCE="${SPELL}-${VERSION}.tar.xz"
+
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/releases/download/${VERSION}/${SOURCE}
+ SOURCE_HINTS="no-check-certificate"
+
SOURCE_HASH=sha512:ace022b214cdbd0f043037a6be25c2b58e12630717fe839f3a896462e3c7b0ccbb1e33c0128a09bbd416ec6e1e30230d514341a5c5c9190058fdedcf95082c91
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://code.google.com/p/libass";
+ WEB_SITE="https://github.com/libass/libass";
LICENSE[0]=ISC
ENTERED=20101226
SHORT="portable library for SSA/ASS subtitles rendering"
diff --git a/video-libs/libass/HISTORY b/video-libs/libass/HISTORY
index 9599284..0323427 100644
--- a/video-libs/libass/HISTORY
+++ b/video-libs/libass/HISTORY
@@ -1,3 +1,7 @@
+2015-04-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0] and WEB_SITE, project has been
+ moved to Github, updated spell to 0.12.1, .gz -> .xz
+
2013-11-04 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.10.2
* UP_TRIGGERS: added, for migration from 0.10.1
diff --git a/video/mpv/BUILD b/video/mpv/BUILD
index d53deaf..63c28f8 100755
--- a/video/mpv/BUILD
+++ b/video/mpv/BUILD
@@ -19,7 +19,4 @@ if is_depends_enabled $SPELL $(get_spell_provider $SPELL
OPENGL); then
fi &&

OPTS+=" --confdir=$INSTALL_ROOT/etc/mpv" &&
-./waf configure --prefix=${INSTALL_ROOT}/usr \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- -j $MAKE_NJOBS $OPTS &&
-./waf build
+waf_build
diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index 796487a..35c3290 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -4,10 +4,6 @@ config_query_option MPV_OPTS "Compile-in debugging
information?" y \
"--enable-debug-build" \
"--disable-debug-build" &&

-config_query_option MPV_OPTS "Enable Joystick input support?" n \
- "--enable-joystick" \
- "--disable-joystick" &&
-
config_query_option MPV_OPTS "Enable encoding functionality?" y \
"--enable-encoding" \
"--disable-encoding" &&
@@ -22,4 +18,7 @@ if list_find "$MPV_OPTS" "--enable-dvb"; then
"--disable-dvbin"
else
list_add MPV_OPTS "--disable-dvbin"
-fi
+fi &&
+
+list_remove MPV_OPTS "--enable-joystick" &&
+list_remove MPV_OPTS "--disable-joystick"
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index a83ddc3..92db750 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -119,17 +119,7 @@ optional_depends ladspa \
"--disable-ladspa" \
"for LADSPA plugin support" &&

-optional_depends MPG123 \
- "--enable-mpg123" \
- "--disable-mpg123" \
- "for libmpg123 MP3 decoding support" &&
-
# features
-optional_depends lirc \
- "--enable-lirc" \
- "--disable-lirc" \
- "for LIRC (remote control) support" &&
-
optional_depends v4l-utils \
"--enable-radio --enable-radio-v4l2" \
"--disable-radio --disable-radio-v4l2" \
diff --git a/video/mpv/DETAILS b/video/mpv/DETAILS
index ed2df14..0067e4a 100755
--- a/video/mpv/DETAILS
+++ b/video/mpv/DETAILS
@@ -1,13 +1,13 @@
SPELL=mpv
- VERSION=0.8.3
+ VERSION=0.9.0
SOURCE=${SPELL}-${VERSION}.tar.gz

SOURCE_URL[0]=https://github.com/${SPELL}-player/${SPELL}/archive/v${VERSION}.tar.gz
SOURCE_HINTS="no-check-certificate"
-
SOURCE_HASH=sha512:6b0e1f86032f4f594cee7af7ee7bd577821e948ace442987747a089d32374495abb5cf6bb88c4a1a63db8a36bb4182b30a728f976224263b6a9b4d51e62b1a40
- WAF_VERSION=1.8.8
+
SOURCE_HASH=sha512:e053371bca45136830ee4f285e56ea3a5973a9d1f6ed261d3a03af7f01a691fedaaac7d098fa549384ee6c17e8315458d69be472a5f41243ed0ec977c956d95f
+ WAF_VERSION=1.8.9
SOURCE2=waf-$WAF_VERSION
SOURCE2_URL[0]=http://ftp.waf.io/pub/release/$SOURCE2
-
SOURCE2_HASH=sha512:b06e5095c6a5e1974b699fb8222097289599681dd77610f4b8d83bf666dca6f85de43a9f3ff8da12b69d86830c03fca7f2f9364411fa33a02fb915886cba1c40
+
SOURCE2_HASH=sha512:88ba5d0c299502f17c5e407e6b75cda75153d792e24cc36b31b6b6f578a803d345a7447e643b35b744af5f6497b479c5df66b402d96dbd72303ebf993d2bceed
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 12c6f03..234e04f 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,8 @@
+2015-04-26 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 0.9.0, waf 1.8.9
+ * BUILD: uses waf_build from FUNCTIONS again
+ * CONFIGURE, DEPENDS: removed joystick, mpg123 and lirc flags
+
2015-04-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: update waf to 1.8.8




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (cccc1ed39d2120a78ae17640f120b4fcea74c6a7), Pavel Vinogradov, 04/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page