Skip to content

Commit

Permalink
multimedia/x265: Updated for version 2.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
  • Loading branch information
willysr committed Jul 23, 2016
1 parent 481614e commit 88668a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions multimedia/x265/x265.SlackBuild
Expand Up @@ -23,15 +23,15 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PRGNAM=x265
VERSION=${VERSION:-1.9}
REVISION=${REVISION:-1d3b6e448e01}
VERSION=${VERSION:-2.0}
REVISION=${REVISION:-960c9991d0dc}
SRCNAM=multicoreware
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
Expand All @@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
Expand Down
6 changes: 3 additions & 3 deletions multimedia/x265/x265.info
@@ -1,8 +1,8 @@
PRGNAM="x265"
VERSION="1.9"
VERSION="2.0"
HOMEPAGE="https://www.videolan.org/developers/x265.html"
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/1.9.tar.bz2"
MD5SUM="821ba18977ebaaf48cc334b78125168c"
DOWNLOAD="https://bitbucket.org/multicoreware/x265/get/2.0.tar.bz2"
MD5SUM="d3950c6c6da3432dde42438b68fa0029"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down

0 comments on commit 88668a6

Please sign in to comment.