mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/vdpauinfo: Updated for version 0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a138e6c896
commit
a7c57176f7
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=vdpauinfo
|
||||
VERSION=${VERSION:-0.1}
|
||||
VERSION=${VERSION:-0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS ChangeLog COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a ChangeLog COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vdpauinfo"
|
||||
VERSION="0.1"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
|
||||
DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.1.tar.gz"
|
||||
MD5SUM="600d1b405ac5eba1867d68e4c895a698"
|
||||
DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.9.tar.gz"
|
||||
MD5SUM="f48e7ce838146021a138592ca9bdffc8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libvdpau"
|
||||
|
|
Loading…
Reference in a new issue