diff options
author | John Vogel <jvogel4@stny.rr.com> | 2015-03-10 23:55:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-10 23:55:55 +0700 |
commit | 401df620d7d654d07c2cb40df2c497e53e700f82 (patch) | |
tree | 1f5bc5629cabdc12c74c59997946977ab5f43495 /multimedia/avidemux/README | |
parent | 1c7c84dc98b3f17a6b97444fcf018f3dd8a8cd69 (diff) |
multimedia/avidemux: Fix build issue.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/avidemux/README')
-rw-r--r-- | multimedia/avidemux/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/avidemux/README b/multimedia/avidemux/README index c42dcc5692870..2f6ab5c1bec2f 100644 --- a/multimedia/avidemux/README +++ b/multimedia/avidemux/README @@ -3,4 +3,17 @@ encoding tasks. It supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. Tasks can be automated using projects, job queue and powerful scripting capabilities. +By default only the cli and qt4 interfaces are built. Upstream currently +does not support the gtk interface and while it may build, the gtk gui +crashes during startup. To enable (or disable) an interface, use the +WITH_CLI, WITH_QT4, and WITH_GTK variables as such: + +WITH_CLI=NO sh ./avidemux.SlackBuild + +or, if you use fakeroot: + +fakeroot env WITH_GTK=YES sh ./avidemux.SlackBuild + +though building the gtk is not recommended or supported. + Optional dependencies are aften, amrnb, and jack-audio-connection-kit. |