summaryrefslogtreecommitdiffstats
path: root/avidemux
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-05-28 19:45:13 +0000
committer Eric Hameleers <alien@slackware.com>2009-05-28 19:45:13 +0000
commit496c743ce8e92740c9a4be3c3ca1195784f4984c (patch)
tree768799b1e46bc8fd9c70af440a5cb34f8d28d9d1 /avidemux
parent129a95cfdcb064a5bb72b7fb67ea3ff52d3d8ca4 (diff)
downloadasb-496c743ce8e92740c9a4be3c3ca1195784f4984c.tar.gz
asb-496c743ce8e92740c9a4be3c3ca1195784f4984c.tar.xz
Also build against aften (ac3 encoder)
Diffstat (limited to 'avidemux')
-rwxr-xr-xavidemux/build/avidemux.SlackBuild11
1 files changed, 8 insertions, 3 deletions
diff --git a/avidemux/build/avidemux.SlackBuild b/avidemux/build/avidemux.SlackBuild
index f6f6f4f1..3e38163d 100755
--- a/avidemux/build/avidemux.SlackBuild
+++ b/avidemux/build/avidemux.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2009 Eric Hameleers <alien@slackware.com>
+# Copyright 2009 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,7 +31,10 @@
# Needs: a52dec, faac, faad2, lame, libdca, x264, xvidcore
# Changelog:
# 2.4.4-1: 19/May/2009 by Eric Hameleers <alien@slackware.com>
-# * Initial build.
+# * Initial build. If Qt4 is present the Qt4 GUI will be built
+# and used by default from the menu entry.
+# 2.4.4-2: 28/May/2009 by Eric Hameleers <alien@slackware.com>
+# * Add aften (ac3 encoder) as a dependency
#
# Run 'sh avidemux.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -44,7 +47,7 @@
PRGNAM=avidemux
VERSION=${VERSION:-2.4.4}
ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -159,6 +162,8 @@ mkdir -p $PKG/usr/share/{applications,pixmaps}
if [ -x $PKG/usr/bin/avidemux2_qt4 ]; then
cat avidemux2.desktop | sed -e 's/_gtk/_qt4/' \
> $PKG/usr/share/applications/avidemux2.desktop
+else
+ install -m644 avidemux2.desktop $PKG/usr/share/applications/avidemux2.desktop
fi
install -m644 avidemux_icon.png $PKG/usr/share/pixmaps/avidemux.png