diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2020-06-03 16:15:50 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:27:28 -0500 |
commit | b4d53b9acb0688be1f9ae97f2e15ad05a879129c (patch) | |
tree | 2a60c10bb7bfc57d397281691f9592f074f9c6c9 /python/gst-python/gst-python.SlackBuild | |
parent | f969024e52893e6286b7e6f95e804774f6af94d1 (diff) |
python/gst-python: Updated for version 1.16.2.
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.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/gst-python/gst-python.SlackBuild b/python/gst-python/gst-python.SlackBuild index 9a6c438da5ee4..4a847d9c56d06 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.16.2} 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" |