mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
multimedia/x264: Updated for version git_20210613_5db6aa6c
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf6b92e8c6
commit
9c3b29e005
3 changed files with 35 additions and 18 deletions
17
multimedia/x264/x264-mksrctarball.sh
Normal file
17
multimedia/x264/x264-mksrctarball.sh
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git clone https://code.videolan.org/videolan/x264.git
|
||||||
|
|
||||||
|
cd x264
|
||||||
|
git checkout stable
|
||||||
|
VERSION="git_$(git log --format="%ad_%h" --date=short | head -n 1 | tr -d -)"
|
||||||
|
LONGDATE="$(git log -1 --format=%cd --date=format:%c )"
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
mv x264 x264-$VERSION
|
||||||
|
|
||||||
|
tar --exclude-vcs -cf x264-$VERSION.tar x264-$VERSION
|
||||||
|
plzip -9 -v x264-$VERSION.tar
|
||||||
|
touch -d "$LONGDATE" x264-$VERSION.tar.lz
|
||||||
|
|
||||||
|
rm -rf x264-$VERSION
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for x264
|
# Slackware build script for x264
|
||||||
|
|
||||||
# Copyright 2010-2017 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2010-2021 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -11,23 +11,23 @@
|
||||||
# 1. Redistributions of this script must retain the above copyright
|
# 1. Redistributions of this script must retain the above copyright
|
||||||
# notice, this list of conditions and the following disclaimer.
|
# notice, this list of conditions and the following disclaimer.
|
||||||
#
|
#
|
||||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
# Originally written by core (eroc@linuxmail.org)
|
# Originally written by core (eroc@linuxmail.org)
|
||||||
|
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=x264
|
PRGNAM=x264
|
||||||
VERSION=${VERSION:-20170225}
|
VERSION=${VERSION:-git_20210613_5db6aa6c}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -71,9 +71,9 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-snapshot-$VERSION-2245-stable
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-snapshot-$VERSION-2245-stable.tar.bz2
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.lz
|
||||||
cd $PRGNAM-snapshot-$VERSION-2245-stable
|
cd $PRGNAM-$VERSION
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="x264"
|
PRGNAM="x264"
|
||||||
VERSION="20170225"
|
VERSION="git_20210613_5db6aa6c"
|
||||||
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
HOMEPAGE="http://www.videolan.org/developers/x264.html"
|
||||||
DOWNLOAD="http://ftp.videolan.org/x264/snapshots/x264-snapshot-20170225-2245-stable.tar.bz2"
|
DOWNLOAD="http://www.liwjatan.at/files/src/x264/x264-git_20210613_5db6aa6c.tar.lz"
|
||||||
MD5SUM="262d200291935f35669eaac71de180c4"
|
MD5SUM="a8999192fcef7f11b9c98f92c4812c62"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue