mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
3c51d130a9
commit
91bd3c6b2d
2 changed files with 4 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue