Skip to Content.
Sympa Menu

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

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 (ff01d1e8d24c4bfd7e2d318c59d9d9326294708a)
  • Date: Sun, 29 Sep 2019 10:42:39 +0000

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

haskell/haskell-x11/DETAILS | 4 ++--
haskell/haskell-x11/HISTORY | 3 +++
python-pypi/python-sphinx/DEPENDS | 2 +-
python-pypi/python-sphinx/DETAILS | 4 ++--
python-pypi/python-sphinx/HISTORY | 4 ++++
video/mpv/CONFIGURE | 4 ----
video/mpv/DEPENDS | 2 +-
video/mpv/HISTORY | 4 ++++
8 files changed, 17 insertions(+), 10 deletions(-)

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

haskell/haskell-x11: version 1.9.1

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

python-pypi/python-sphinx: version 2.2.0

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

video/mpv: depend on luajit instead of LUA

diff --git a/haskell/haskell-x11/DETAILS b/haskell/haskell-x11/DETAILS
index c1eba5c..e0e73ce 100755
--- a/haskell/haskell-x11/DETAILS
+++ b/haskell/haskell-x11/DETAILS
@@ -1,8 +1,8 @@
SPELL=haskell-x11
- VERSION=1.9
+ VERSION=1.9.1
SOURCE="X11-${VERSION}.tar.gz"

SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
-
SOURCE_HASH=sha512:6d6cc42e2b4a996478f40511876ef07b36bb047673da8f0471d37f9dc4f50bf763b484aa421c987be6fe7726fad0127f9ceb558435af3550622b9e7649e91516
+
SOURCE_HASH=sha512:6fc3c8b71681ba45d14c4b709c58760d7bfcb3e6363ef6c79e3d3ecce8f5a30bda877141cea9de73094fc00fa064d23d36f1f8fa61aa65f2d9d75acd1808eaa7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/X11-${VERSION}"

WEB_SITE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11";
LICENSE[0]=BSD3
diff --git a/haskell/haskell-x11/HISTORY b/haskell/haskell-x11/HISTORY
index a78063a..3112ae9 100644
--- a/haskell/haskell-x11/HISTORY
+++ b/haskell/haskell-x11/HISTORY
@@ -1,3 +1,6 @@
+2019-09-29 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.9.1
+
2019-02-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Fix SOURCE_URL[0]

diff --git a/python-pypi/python-sphinx/DEPENDS
b/python-pypi/python-sphinx/DEPENDS
index 5c07359..7b10a43 100755
--- a/python-pypi/python-sphinx/DEPENDS
+++ b/python-pypi/python-sphinx/DEPENDS
@@ -1,2 +1,2 @@
-depends PYTHON &&
+depends python3 &&
depends docutils
diff --git a/python-pypi/python-sphinx/DETAILS
b/python-pypi/python-sphinx/DETAILS
index 0d29e21..20d63a8 100755
--- a/python-pypi/python-sphinx/DETAILS
+++ b/python-pypi/python-sphinx/DETAILS
@@ -1,8 +1,8 @@
SPELL=python-sphinx
- VERSION=1.8.3
+ VERSION=2.2.0
SOURCE="Sphinx-${VERSION}.tar.gz"
SOURCE_URL[0]=http://pypi.python.org/packages/source/S/Sphinx/${SOURCE}
-
SOURCE_HASH=sha512:f0a0aa9f6c57001c0c5326d941aa81cd49ec79abd15b217b121750c405a8f5bd6ab965e5eaf15c8be3d681aa711bac0405ff13f2b0a1d58b03c44be4335ed8e3
+
SOURCE_HASH=sha512:5d5832a6e966782ced58ecfe26e164636ef9433862c3ed299663f69c90d5d1173bbaf9d29410939d35163e740a1aeb6db460e8fdcf6b92eadfcb6e88a2fbcc38
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Sphinx-${VERSION}"
WEB_SITE="http://sphinx.pocoo.org/index.html";
LICENSE[0]=PYTHON
diff --git a/python-pypi/python-sphinx/HISTORY
b/python-pypi/python-sphinx/HISTORY
index 5ef55ad..8ef261b 100644
--- a/python-pypi/python-sphinx/HISTORY
+++ b/python-pypi/python-sphinx/HISTORY
@@ -1,3 +1,7 @@
+2019-09-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.2.0
+ * DEPENDS: depend on python3
+
2019-01-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 1.8.3

diff --git a/video/mpv/CONFIGURE b/video/mpv/CONFIGURE
index 7479328..70880f5 100755
--- a/video/mpv/CONFIGURE
+++ b/video/mpv/CONFIGURE
@@ -1,9 +1,5 @@
default_configure &&

-config_query_option MPV_OPTS "Compile-in debugging information?" y \
- "--enable-debug-build" \
- "--disable-debug-build" &&
-
config_query_option MPV_OPTS "Enable DVB (Digital Video Broadcast) support?"
y \
"--enable-dvb" \
"--disable-dvb" &&
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 93b3ecc..22811a4 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -2,7 +2,7 @@ depends perl &&
depends python3 &&
depends LIBAVCODEC &&

-optional_depends LUA \
+optional_depends luajit \
"--enable-lua" \
"--disable-lua" \
"for Lua scripting support" &&
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 560535f..82f49a8 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,7 @@
+2019-09-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE: remove obsolete debug-build option
+ * DEPENDS: depend on luajit instead of LUA
+
2019-07-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: waf version 2.0.17
* DEPENDS: python -> python3



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (ff01d1e8d24c4bfd7e2d318c59d9d9326294708a), Florian Franzmann, 09/29/2019

Archive powered by MHonArc 2.6.24.

Top of Page