summaryrefslogtreecommitdiffstats
path: root/avidemux
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2022-10-17 13:09:32 +0000
committer Eric Hameleers <alien@slackware.com>2022-10-17 13:09:32 +0000
commit766a169f3f09857d8e07f39e0d67af01012f0def (patch)
tree0f5c7b4d15b313d6ad21d6afa4f978c99752159e /avidemux
parent3060a7ea1a3760e7dcfd1687468ea4d657b47b2d (diff)
downloadasb-766a169f3f09857d8e07f39e0d67af01012f0def.tar.gz
asb-766a169f3f09857d8e07f39e0d67af01012f0def.tar.xz
avidemux: update to 2.8.1
Diffstat (limited to 'avidemux')
-rwxr-xr-xavidemux/build/avidemux.SlackBuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/avidemux/build/avidemux.SlackBuild b/avidemux/build/avidemux.SlackBuild
index 89c49cb7..6069a357 100755
--- a/avidemux/build/avidemux.SlackBuild
+++ b/avidemux/build/avidemux.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010, 2011, 2013, 2017, 2021 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011, 2013, 2017, 2021, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -28,7 +28,8 @@
# For: avidemux
# Descr: versatile video editor with a Qt gui
# URL: http://avidemux.org/
-# Needs: aften,faac,faad2,libdca,libfdk-aac,opencore-amr,x264,x265,xvidcore
+# Needs: aften,faac,faad2,libdca,libfdk-aac,opencore-amr,
+# twolame,x264,x265,xvidcore
# Changelog:
# 2.4.4-1: 19/May/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build. If Qt4 is present the Qt4 GUI will be built
@@ -49,6 +50,8 @@
# * Update.
# 2.8.0-1: 29/dec/2021 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 2.8.1-1: 17/oct/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh avidemux.SlackBuild' to build a Slackware package.
# The package (.txz) and .txt file as well as build logs are created in /tmp .
@@ -59,7 +62,7 @@
# Set initial variables:
PRGNAM=avidemux
-VERSION=${VERSION:-2.8.0}
+VERSION=${VERSION:-2.8.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}