Skip to Content.
Sympa Menu

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

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 (dd4f1f2bb46a1695035d3db2bb0b7d0d7bc7c02f)
  • Date: Sun, 24 Jul 2016 19:23:22 +0000

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

video/ffmpeg-svn/HISTORY | 3 +++
video/ffmpeg-svn/UP_TRIGGERS | 6 +++++-
2 files changed, 8 insertions(+), 1 deletion(-)

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

video/ffmpeg-svn: mpv needs a recast trigger since 0.18.1

diff --git a/video/ffmpeg-svn/HISTORY b/video/ffmpeg-svn/HISTORY
index 3931af4..9729319 100644
--- a/video/ffmpeg-svn/HISTORY
+++ b/video/ffmpeg-svn/HISTORY
@@ -1,3 +1,6 @@
+2016-07-24 Pavel Vinogradov <public AT sourcemage.org>
+ * UP_TRIGGERS: mpv wants a recast
+
2015-11-08 Eric Sandall <sandalle AT sourcemage.org>
* UP_TRIGGERS: Add for checking dependent libraries for all udpates
as SVN is unversioned.
diff --git a/video/ffmpeg-svn/UP_TRIGGERS b/video/ffmpeg-svn/UP_TRIGGERS
index ce4b02a..317f033 100755
--- a/video/ffmpeg-svn/UP_TRIGGERS
+++ b/video/ffmpeg-svn/UP_TRIGGERS
@@ -3,7 +3,11 @@ if spell_ok $SPELL; then
for each in $(show_up_depends $SPELL 1); do
if gaze install $each | xargs readelf -d 2> /dev/null |
grep -q
"NEEDED.*lib\(\(swscale\)\|\(avcodec\)\|\(avdevice\)\|\(avfilter\)\|\(avutil\)\|\(postproc\)\|\(swresample\)\)";
then
- up_trigger $each check_self
+ if [[ "mpv" == ${each} ]]; then
+ up_trigger ${each} cast_self
+ else
+ up_trigger ${each} check_self
+ fi
fi
done
fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (dd4f1f2bb46a1695035d3db2bb0b7d0d7bc7c02f), Pavel Vinogradov, 07/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page