From 11c746cbf0755932b35689eb5257443c92ad7bb7 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Tue, 27 Mar 2018 12:33:02 +0000 Subject: multimedia/farsight2: Switch to i586. Signed-off-by: David Spencer --- multimedia/farsight2/README | 6 +++--- multimedia/farsight2/farsight2.SlackBuild | 10 ++++------ 2 files changed, 7 insertions(+), 9 deletions(-) (limited to 'multimedia/farsight2') diff --git a/multimedia/farsight2/README b/multimedia/farsight2/README index 4261031854..cbc5c78772 100644 --- a/multimedia/farsight2/README +++ b/multimedia/farsight2/README @@ -1,6 +1,6 @@ Farsight Audio/Video Communications Framework -The Farsight project is an effort to create a framework to deal with all -known audio/video conferencing protocols. On one side it offers a generic +The Farsight project is an effort to create a framework to deal with all +known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols -and on the other side it offers an API for clients to use those plugins. +and on the other side it offers an API for clients to use those plugins. diff --git a/multimedia/farsight2/farsight2.SlackBuild b/multimedia/farsight2/farsight2.SlackBuild index 7851ff5e8a..cc92826fc9 100644 --- a/multimedia/farsight2/farsight2.SlackBuild +++ b/multimedia/farsight2/farsight2.SlackBuild @@ -24,12 +24,12 @@ PRGNAM=farsight2 VERSION=${VERSION:-0.0.31} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?87) 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" @@ -69,8 +69,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -#automake - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \ -- cgit v1.2.3