Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d06505367c3cccfc694bf6e9ee716f6e52b39b84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d06505367c3cccfc694bf6e9ee716f6e52b39b84)
  • Date: Thu, 1 Feb 2018 14:42:15 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

audio-libs/libebur128/DETAILS | 4 ++--
audio-libs/libebur128/HISTORY | 3 +++
video/mlt/DEPENDS | 16 +++++++++++-----
video/mlt/DETAILS | 4 ++--
video/mlt/HISTORY | 5 +++++
video/mlt/PRE_BUILD | 3 ---
video/mlt/xlocale.patch | 26 --------------------------
7 files changed, 23 insertions(+), 38 deletions(-)

New commits:
commit d06505367c3cccfc694bf6e9ee716f6e52b39b84
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libebur128: => 1.2.4

commit 93cfb70d66feedf9921dc19a19611e2bd22b8223
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mlt: => 6.6.0

diff --git a/audio-libs/libebur128/DETAILS b/audio-libs/libebur128/DETAILS
index 018b4cb..823439b 100755
--- a/audio-libs/libebur128/DETAILS
+++ b/audio-libs/libebur128/DETAILS
@@ -1,6 +1,6 @@
SPELL=libebur128
- VERSION=1.2.2
-
SOURCE_HASH=sha512:76cf92824498cc0f73676ce4bf8e58156a0b2d5c686c6a483bbbdba95f879d651a2a3bb3b836e6409e0821aa165dc3c71827f47fd952407fb3e421a0c2c7ebf6
+ VERSION=1.2.4
+
SOURCE_HASH=sha512:d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/jiixyj/$SPELL
diff --git a/audio-libs/libebur128/HISTORY b/audio-libs/libebur128/HISTORY
index d8321d0..d282602 100644
--- a/audio-libs/libebur128/HISTORY
+++ b/audio-libs/libebur128/HISTORY
@@ -1,3 +1,6 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.2.4
+
2017-02-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.2
spell created
diff --git a/video/mlt/DEPENDS b/video/mlt/DEPENDS
index 194e235..0b78ac3 100755
--- a/video/mlt/DEPENDS
+++ b/video/mlt/DEPENDS
@@ -2,6 +2,7 @@ if [[ $VERSION == git ]] ;then
depends git
fi &&
depends -sub CXX gcc &&
+depends libebur128 &&
optional_depends LIBAVCODEC \
"--avformat-shared --avformat-ldextra" \
"--disable-avformat" \
@@ -32,6 +33,11 @@ optional_depends sdl \
"--disable-sdl" \
"Enable SDL module" &&

+optional_depends sdl2 \
+ "--enable-sdl2" \
+ "--disable-sdl2" \
+ "Enable SDL module" &&
+
optional_depends sox \
"--enable-sox" \
"--disable-sox" \
@@ -42,10 +48,10 @@ optional_depends libvorbis \
"--disable-vorbis" \
"Enable ogg/vorbis module" &&

-optional_depends libxml2 \
- "--enable-westley" \
- "--disable-westley" \
- "Enable westley (xml) Module" &&
+optional_depends libxml2 \
+ '--enable-xml' \
+ '--disable-xml' \
+ "Enable xml Module" &&

optional_depends xine-lib \
"--enable-xine" \
@@ -58,7 +64,7 @@ optional_depends frei0r-plugins \
"Enable the frei0r module?" &&


-optional_depends QT '' '' 'QT4/5 support' &&
+optional_depends qtbase '--enable-qt' '--disable-qt' 'QT5 support' &&
optional_depends libexif '' '' 'enable auto rotate' &&

optional_depends python \
diff --git a/video/mlt/DETAILS b/video/mlt/DETAILS
index 20963fb..01e753c 100755
--- a/video/mlt/DETAILS
+++ b/video/mlt/DETAILS
@@ -8,8 +8,8 @@ if [[ $MLT_BRANCH == scm ]];then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
FORCE_DOWNLOAD=on
else
- VERSION=6.4.1
-
SOURCE_HASH=sha512:b082274e2184a0496f496517ddbcae33bab44cd1f50c1708942b7a24e5861ba97cae9fa21ec41ea21d662cbf56e2e2e66caa707a100077ef6e13aa7140f7a9fb
+ VERSION=6.6.0
+
SOURCE_HASH=sha512:06e553d2deb36deddd9e0f2269ee0529bf768e73d2160ee16a4cd36ed3fba5be145165f0b21278623afece046351264269509ff05f24fbbb2f163be1f4d48845
SOURCE=$SPELL-v$VERSION.tar.gz
SOURCE_URL[0]=https://github.com/mltframework/mlt/archive/v$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/video/mlt/HISTORY b/video/mlt/HISTORY
index b956d45..409f722 100644
--- a/video/mlt/HISTORY
+++ b/video/mlt/HISTORY
@@ -1,3 +1,8 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 6.6.0
+ * xlocale.patch PRE_BUILD: deleted
+ * DEPENDS: add sdl2 libebur128; tweak some flags
+
2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
* PRE_BUILD, xlocale.patch: fix build with current glibc

diff --git a/video/mlt/PRE_BUILD b/video/mlt/PRE_BUILD
deleted file mode 100755
index e6fb423..0000000
--- a/video/mlt/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-patch -p1 < "$SCRIPT_DIRECTORY/xlocale.patch"
diff --git a/video/mlt/xlocale.patch b/video/mlt/xlocale.patch
deleted file mode 100644
index ee3dcc3..0000000
--- a/video/mlt/xlocale.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-diff --git a/src/framework/mlt_property.h b/src/framework/mlt_property.h
-index 404d513f..043f530b 100644
---- a/src/framework/mlt_property.h
-+++ b/src/framework/mlt_property.h
-@@ -3,7 +3,7 @@
- * \brief Property class declaration
- * \see mlt_property_s
- *
-- * Copyright (C) 2003-2014 Meltytech, LLC
-+ * Copyright (C) 2003-2017 Meltytech, LLC
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
-@@ -31,7 +31,11 @@
- #endif
-
- #if defined(__GLIBC__) || defined(__APPLE__) || (__FreeBSD_version >=
900506)
--#include <xlocale.h>
-+# if __GLIBC_MINOR__ >= 26 && !defined(__APPLE__)
-+# include <locale.h>
-+# else
-+# include <xlocale.h>
-+# endif
- #else
- typedef char* locale_t;
- #endif



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d06505367c3cccfc694bf6e9ee716f6e52b39b84), Treeve Jelbert, 02/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page