multimedia/schroedinger: Updated for version 1.0.9.

This commit is contained in:
Nishant Limbachia 2010-03-23 18:52:26 -05:00 committed by Erik Hanson
parent 38cc93868a
commit c378b83adb
3 changed files with 11 additions and 8 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"