|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2008-2013,2015-2017,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2008-2013,2015-2017,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-x264} |
|
|
|
COMMIT=${COMMIT:-1771b556ee45207f8711744ccbd5d42a3949b14c} |
|
|
|
COMMIT=${COMMIT:-22fcbe12046b7d6ed7af5d7a47258f1f2ebd56c1} |
|
|
|
VERSION=r$(echo "$COMMIT" | cut -c1-7) |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$COMMIT.tar.gz} |
|
|
|
WGET=${WGET:-https://code.videolan.org/videolan/x264/-/archive/$COMMIT/$ARCHIVE} |
|
|
|