mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/x265: Updated for version 1.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
189b46f0c7
commit
b70c06569f
2 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=x265
|
||||
VERSION=${VERSION:-0.9}
|
||||
REVISION=${REVISION:-82bbd2bf3b49}
|
||||
VERSION=${VERSION:-1.0}
|
||||
REVISION=${REVISION:-cea97c4d7945}
|
||||
SRCNAM=multicoreware
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -90,7 +90,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
rm -f $PKG/usr/lib${LIBDIRSUFFIX}/libx265.a
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING doc/intra/ $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING doc/intra/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="x265"
|
||||
VERSION="0.9"
|
||||
VERSION="1.0"
|
||||
HOMEPAGE="https://www.videolan.org/developers/x265.html"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/0.9.tar.bz2"
|
||||
MD5SUM="0cc0b0189cf9ed7422aad98633c6de8f"
|
||||
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.0.tar.bz2"
|
||||
MD5SUM="80efe963d3460caa051fe0b10d36bc10"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue