diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2023-01-24 03:09:01 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2023-01-24 04:34:56 +0100 |
commit | 92998aedbd1bb7ad7e3663790ad723df0d7e9e64 (patch) | |
tree | 9ca2604bb25d097fa443b8aa40c82064b6d6bf90 /source/l/gst-plugins-bad-free | |
parent | 67bd0c850959391de5307011abfff74b4f599b11 (diff) | |
download | current-92998aedbd1bb7ad7e3663790ad723df0d7e9e64.tar.gz current-92998aedbd1bb7ad7e3663790ad723df0d7e9e64.tar.xz |
Tue Jan 24 03:09:01 UTC 202320230124030901
l/gst-plugins-bad-free-1.22.0-x86_64-1.txz: Upgraded.
l/gst-plugins-base-1.22.0-x86_64-1.txz: Upgraded.
l/gst-plugins-good-1.22.0-x86_64-1.txz: Upgraded.
l/gst-plugins-libav-1.22.0-x86_64-1.txz: Upgraded.
l/gstreamer-1.22.0-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/gst-plugins-bad-free')
-rwxr-xr-x | source/l/gst-plugins-bad-free/fetch-sources.sh | 2 | ||||
-rwxr-xr-x | source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh | 1 | ||||
-rwxr-xr-x | source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/source/l/gst-plugins-bad-free/fetch-sources.sh b/source/l/gst-plugins-bad-free/fetch-sources.sh index 26a23a233..3d5293f34 100755 --- a/source/l/gst-plugins-bad-free/fetch-sources.sh +++ b/source/l/gst-plugins-bad-free/fetch-sources.sh @@ -26,7 +26,7 @@ # # Example: VERSION=1.18.5 ./fetch-sources.sh -VERSION=${VERSION:-1.20.5} +VERSION=${VERSION:-1.22.0} rm -rf rm -rf gst-plugins-bad-free-$VERSION gst-plugins-bad-$VERSION diff --git a/source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh b/source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh index 15aba8210..bf40af2bc 100755 --- a/source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh +++ b/source/l/gst-plugins-bad-free/gst-p-bad-cleanup.sh @@ -33,6 +33,7 @@ camerabin camerabin2 cdxaparse codecalpha +codectimestamper coloreffects colorspace compositor diff --git a/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild b/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild index f6e40311b..17d9735ba 100755 --- a/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild +++ b/source/l/gst-plugins-bad-free/gst-plugins-bad-free.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=gst-plugins-bad-free VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |