diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-04-29 12:32:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:56 +0700 |
commit | 91bd3c6b2d4ac9ecb57f4acc71ee84adf57baa37 (patch) | |
tree | 052bbc271914238c5395810d1857c1bd8049c997 /libraries | |
parent | 3c51d130a9fd36fe75f37525d8f1506da8d2972f (diff) |
libraries/libde265: Remove tests. Update README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libde265/README | 2 | ||||
-rw-r--r-- | libraries/libde265/libde265.SlackBuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/libraries/libde265/README b/libraries/libde265/README index a52dbf56991c3..17f0530044df0 100644 --- a/libraries/libde265/README +++ b/libraries/libde265/README @@ -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. diff --git a/libraries/libde265/libde265.SlackBuild b/libraries/libde265/libde265.SlackBuild index 76e288dee60ee..f34fa5be352e5 100644 --- a/libraries/libde265/libde265.SlackBuild +++ b/libraries/libde265/libde265.SlackBuild @@ -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 |