multimedia/imagination: Updated for version 3.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Klaatu 2018-11-02 12:11:52 +00:00 committed by Willy Sudiarto Raharjo
parent 3375fce00a
commit 62e62a9036
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 12 additions and 17 deletions

View File

@ -1,4 +0,0 @@
23c23
< #define PLUGINS_INSTALLED 0
---
> #define PLUGINS_INSTALLED 1

View File

@ -22,17 +22,15 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Transition patch added by Roberto Metere, Cagliari, Italy <roberto@metere.it>
PRGNAM=imagination
VERSION=${VERSION:-3.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.1}
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
@ -43,8 +41,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"
@ -63,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -72,8 +70,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Enable all transitions with a patch
patch src/support.h -i $CWD/enable_transitions.patch
sed -i -e 's|\$(datadir)/doc|\$(docdir)|' $(find doc/ -name Makefile.am)
autoreconf -vif
LDFLAGS="-lgmodule-2.0 -lm" \
CFLAGS="$SLKCFLAGS" \
@ -81,6 +79,7 @@ CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
# configure.in forces a debug build with -g in CFLAGS,

View File

@ -1,8 +1,8 @@
PRGNAM="imagination"
VERSION="3.0"
VERSION="3.1"
HOMEPAGE="http://imagination.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/imagination/imagination-3.0.tar.gz"
MD5SUM="ec7e6cf234020801a2af0fa04cfefef1"
DOWNLOAD="http://downloads.sourceforge.net/imagination/imagination-3.1.tar.bz2"
MD5SUM="0c430f90a58cbd6c9fcebf1f8385d777"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ffmpeg"