Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (9bd9dc1f031b9c72f445a7e39e7f60c24d1c3495)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (9bd9dc1f031b9c72f445a7e39e7f60c24d1c3495)
  • Date: Tue, 25 Sep 2012 16:18:59 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

video/handbrake/DEPENDS | 5 +++++
video/handbrake/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 9bd9dc1f031b9c72f445a7e39e7f60c24d1c3495
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

handbrake: Optionally depend on LIBAVCODEC for ffmpeg support

diff --git a/video/handbrake/DEPENDS b/video/handbrake/DEPENDS
index d79ee86..b707b75 100755
--- a/video/handbrake/DEPENDS
+++ b/video/handbrake/DEPENDS
@@ -19,4 +19,9 @@ optional_depends 'yasm' \
'--disable-local-yasm' \
'build and use local yasm' &&

+optional_depends 'LIBAVCODEC' \
+ '--enable-ff-mpeg2' \
+ '--disable-ff-mpeg2' \
+ 'for ffmpeg MPEG2 decoding' &&
+
suggest_depends 'libdvdcss' '' '' 'for DVD CSS decryption'
diff --git a/video/handbrake/HISTORY b/video/handbrake/HISTORY
index 0f18b31..aa78664 100644
--- a/video/handbrake/HISTORY
+++ b/video/handbrake/HISTORY
@@ -1,3 +1,6 @@
+2012-09-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depend on LIBAVCODEC for ffmpeg support
+
2012-08-03 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 0.9.8
Matches upstream posted MD5



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (9bd9dc1f031b9c72f445a7e39e7f60c24d1c3495), Eric Sandall, 09/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page