libraries/libde265: Remove tests. Update README.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2022-04-29 12:32:36 +01:00 committed by Willy Sudiarto Raharjo
parent 3c51d130a9
commit 91bd3c6b2d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 6 deletions

View file

@ -6,5 +6,3 @@ By default, sherlock265 visual inspection program is not built.
Building of sherlock265 can be enabled by setting the SHERLOCK265
environment variable to "yes": SHERLOCK265=yes ./libde265.SlackBuild
This requires ffmpeg or ffmpeg4. If qt5 is installed sherlock265 will be
built with qt5 instead of qt4.

View file

@ -2,7 +2,7 @@
# Slackware build script for libde265
# Copyright 2020, Alexander Verbovetsky, Moscow, Russia
# Copyright 2020-2022, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -105,6 +102,9 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la
# useless
rm -f $PKG/usr/bin/tests
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc