mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/schroedinger: Updated for version 1.0.9.
This commit is contained in:
parent
38cc93868a
commit
c378b83adb
3 changed files with 11 additions and 8 deletions
|
@ -3,3 +3,7 @@ Please refer to project FAQ at http://diracvideo.org/wiki/FAQ
|
|||
|
||||
Some info about actual usage using ffmpeg:
|
||||
http://www.diracvideo.org/wiki/index.php/Schroedinger_and_FFmpeg
|
||||
|
||||
Requires: orc (available at SBo)
|
||||
|
||||
Orc is only required for schrodinger version 1.0.9 or higher.
|
|
@ -25,7 +25,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=schroedinger
|
||||
VERSION=1.0.8
|
||||
VERSION=1.0.9
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -76,9 +76,9 @@ make install DESTDIR=$PKG
|
|||
|
||||
( cd $PKG
|
||||
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
|
||||
xargs strip --strip-unneeded 2> /dev/null
|
||||
xargs strip --strip-unneeded 2> /dev/null || true
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
PRGNAM="schroedinger"
|
||||
VERSION="1.0.8"
|
||||
VERSION="1.0.9"
|
||||
HOMEPAGE="http://diracvideo.org/"
|
||||
DOWNLOAD="http://diracvideo.org/download/schroedinger/schroedinger-1.0.8.tar.gz"
|
||||
MD5SUM="a76a7094f80419f81377b63432c64d01"
|
||||
DOWNLOAD="http://diracvideo.org/download/schroedinger/schroedinger-1.0.9.tar.gz"
|
||||
MD5SUM="d67ec48b7c506db8c8b49156bf409e60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="Erik Hanson"
|
||||
EMAIL="nishant@mnspace.net"
|
Loading…
Reference in a new issue