summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg2theora/files/patch-SConstruct
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-06-09 15:29:41 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-06-09 15:29:41 +0000
commit7abf75308009004a4245dfddda72ba44becf134b (patch)
tree932a87ba93d05d4f84683f06edac516f196ed09c /multimedia/ffmpeg2theora/files/patch-SConstruct
parentlibraries are declared with LIB_DEPENDS, not RUN_DEPENDS. (diff)
multimedia/ffmpeg2theora:
- Update to 0.30 - Remove patch-ffmpeg2 (not needed now that 0.30 uses new FFmpeg API) - Tidy up remaining patches (pet portlint) Changes this release: https://git.xiph.org/?p=ffmpeg2theora.git;a=blob;f=ChangeLog;h=7b2c20e19e4ca6d042d8f2bb3d4491e513d422fa;hb=ff86d204adf335b6314ef568b08d4af8799f108d This new version also allows ffmpeg2theora to build successfully once multimedia/ffmpeg is updated to 3.0.x. Note that multimedia/ffmpeg is currently still on the 2.8.x branch, however this update is backwards compatible with ffmpeg 2.8.x. PR: 209375 Approved by: wg (maintainer timeout), mat (mentor) Differential Revision: https://reviews.freebsd.org/D6784
Diffstat (limited to 'multimedia/ffmpeg2theora/files/patch-SConstruct')
-rw-r--r--multimedia/ffmpeg2theora/files/patch-SConstruct8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/ffmpeg2theora/files/patch-SConstruct b/multimedia/ffmpeg2theora/files/patch-SConstruct
index 0a123240ebf0..38b7c79686de 100644
--- a/multimedia/ffmpeg2theora/files/patch-SConstruct
+++ b/multimedia/ffmpeg2theora/files/patch-SConstruct
@@ -1,6 +1,6 @@
---- SConstruct.orig 2012-06-25 17:15:16 UTC
+--- SConstruct.orig 2016-01-10 04:35:56 UTC
+++ SConstruct
-@@ -37,7 +37,7 @@ opts.AddVariables(
+@@ -38,7 +38,7 @@ opts.AddVariables(
BoolVariable('libkate', 'enable libkate support', 1),
BoolVariable('crossmingw', 'Set to 1 for crosscompile with mingw', 0)
)
@@ -9,7 +9,7 @@
Help(opts.GenerateHelpText(env))
pkg_flags="--cflags --libs"
-@@ -151,7 +151,6 @@ if not env.GetOption('clean'):
+@@ -152,7 +152,6 @@ if not env.GetOption('clean'):
"libavcodec >= 52.30.0",
"libpostproc",
"libswscale",
@@ -17,7 +17,7 @@
"libavutil",
]
if os.path.exists("./ffmpeg"):
-@@ -200,9 +199,8 @@ if not env.GetOption('clean'):
+@@ -214,9 +213,8 @@ if not env.GetOption('clean'):
env.Append(CCFLAGS=[
'-DHAVE_ICONV'
])