xap/qpdfpresenterconsole: Rebuilt against ffmpeg-3.2.4.
parent
24d887008a
commit
792ba53f83
|
@ -1 +0,0 @@
|
|||
8ae46b2730165d3efd12cf8158e3ced5f2c122cb qpdfpresenterconsole-v2.5.13.tar.bz2
|
|
@ -0,0 +1 @@
|
|||
f836da19cf6f617241e0e319e7d89da347bec935c1ac82590f5eacbaa67b96b5 qpdfpresenterconsole-v2.5.13.tar.bz2
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Build script for Slackware
|
||||
# Copyright (C) 2013 Damien Goutte-Gattat
|
||||
# Copyright (C) 2013,2017 Damien Goutte-Gattat
|
||||
#
|
||||
# Redistribution and use of this script, with or without modifications,
|
||||
# is permitted provided that the following conditions are met:
|
||||
|
@ -35,7 +35,7 @@ WGET=${WGET:-http://downloads.sourceforge.net/qpdfpresenter/$ARCHIVE}
|
|||
|
||||
# Build infos
|
||||
NAMEPKG=${NAMEPKG:-qpdfpresenterconsole}
|
||||
BUILD=${BUILD:-1GGD}
|
||||
BUILD=${BUILD:-2GGD}
|
||||
ARCH=${ARCH:-$(uname -m | sed 's/^i.86$/i486/;s/^arm.*/arm/')}
|
||||
JOBS=${JOBS:-1}
|
||||
EXT=${EXT:-txz}
|
||||
|
@ -78,7 +78,7 @@ if [ ! -r $ARCHIVE ]; then
|
|||
wget -c -O $ARCHIVE.part "$WGET"
|
||||
mv $ARCHIVE.part $ARCHIVE
|
||||
fi
|
||||
sha1sum -c $ARCHIVE.sha1
|
||||
sha256sum -c $ARCHIVE.sha256
|
||||
NAME=$(tar ft $ARCHIVE | head -n 1 | cut -d / -f 1)
|
||||
|
||||
# Compile
|
||||
|
@ -110,6 +110,11 @@ install -m 644 ../LICENSE.txt ../README.txt ../beamer.tex \
|
|||
install -D -m 644 $CWD/slack-desc $PKG/install/slack-desc
|
||||
install -m 755 $CWD/doinst.sh $PKG/install/doinst.sh
|
||||
|
||||
# Add dependency infos
|
||||
cat <<EOF > $PKG/install/slack-required
|
||||
vlc
|
||||
EOF
|
||||
|
||||
# Package the tree
|
||||
cd $PKG
|
||||
mkdir -p $OUT
|
||||
|
|
Loading…
Reference in New Issue