summaryrefslogtreecommitdiffstats
path: root/python/gst-python/gst-python.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-02-23 07:59:47 +0100
committer Matteo Bernardini2019-02-23 07:59:47 +0100
commit1e0504fb667c2e46b7658648e95f6bec2232b005 (patch)
tree59f57dadb63234845f17b82010dc7c5fc11e1446 /python/gst-python/gst-python.SlackBuild
parent56fec0e2e3a00a31f6b83d66093db60a3bbb19f4 (diff)
downloadslackbuilds-current-20190223.1.tar.gz
20190223.1 global branch merge.current-20190223.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/gst-python/gst-python.SlackBuild')
-rw-r--r--python/gst-python/gst-python.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild
index 9a6c438da5..7e82b385c1 100644
--- a/python/gst-python/gst-python.SlackBuild
+++ b/python/gst-python/gst-python.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gst-python
-VERSION=${VERSION:-1.6.2}
+VERSION=${VERSION:-1.14.0}
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
@@ -40,8 +40,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"