mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/umplayer: Updated for version 0.97.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
32a7dfeb43
commit
5aeb262ca8
2 changed files with 7 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for UMPlayer
|
||||
|
||||
# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2011-2012 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=umplayer
|
||||
VERSION=${VERSION:-r173}
|
||||
VERSION=${VERSION:-0.97}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -59,12 +59,11 @@ find . \
|
|||
sed -i "s%share/doc/packages/umplayer%doc/$PRGNAM-$VERSION%" Makefile
|
||||
sed -i "s%^CONF_PREFIX%#CONF_PREFIX%" Makefile
|
||||
|
||||
make PREFIX=/usr
|
||||
make PREFIX=/usr
|
||||
make PREFIX=/usr DESTDIR=$PKG install
|
||||
|
||||
strip --strip-unneeded $PKG/usr/bin/*
|
||||
|
||||
# Kill the useless .svn directories
|
||||
find $PKG -type d -name '.svn' | xargs rm -rf
|
||||
|
||||
# Use CONF_PATH
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="umplayer"
|
||||
VERSION="r173"
|
||||
VERSION="0.97"
|
||||
HOMEPAGE="http://www.umplayer.com/"
|
||||
DOWNLOAD="http://sl1200.org/~erik/files/umplayer-r173.tar.bz2"
|
||||
MD5SUM="6b3174fbf2b5ad6ed902cf1e208be417"
|
||||
DOWNLOAD="http://sl1200.org/~erik/files/umplayer-0.97.tar.bz2"
|
||||
MD5SUM="281208e084d900b9d1ff8a9d584832f8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue