summaryrefslogtreecommitdiffstats
path: root/x264
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-11 18:46:55 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-11 18:46:55 +0000
commit827df9f3ee391bbb9ef0313e627bb5dcc1df679a (patch)
treeeb095a56ab8919aea05a37be68974020b2befa48 /x264
parent3f51b19dd4ec0143df106f1a85b6878e78a1b228 (diff)
downloadasb-827df9f3ee391bbb9ef0313e627bb5dcc1df679a.tar.gz
asb-827df9f3ee391bbb9ef0313e627bb5dcc1df679a.tar.xz
Update to 20110510 snapshot
Diffstat (limited to 'x264')
-rwxr-xr-xx264/build/x264.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x264/build/x264.SlackBuild b/x264/build/x264.SlackBuild
index fbb41378..fd03bddc 100755
--- a/x264/build/x264.SlackBuild
+++ b/x264/build/x264.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009, 2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -39,6 +39,8 @@
# compliant video!
# 20100530-1: 31/may/2010 by Eric Hameleers <alien@slackware.com>
# * Updated for Slackware 13.1.
+# 20110510-1: 11/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Updated for Slackware 13.37.
#
# Run 'sh x264.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -49,12 +51,12 @@
# Set initial variables:
PRGNAM=x264
-VERSION=${VERSION:-20100530}
+VERSION=${VERSION:-20110510}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
-DOCS=" AUTHORS COPYING doc/*.txt"
+DOCS="AUTHORS COPYING doc/*.txt"
# Where do we look for sources?
SRCDIR=$(cd $(dirname $0); pwd)