summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/vdpauinfo/vdpauinfo.SlackBuild9
-rw-r--r--misc/vdpauinfo/vdpauinfo.info8
2 files changed, 8 insertions, 9 deletions
diff --git a/misc/vdpauinfo/vdpauinfo.SlackBuild b/misc/vdpauinfo/vdpauinfo.SlackBuild
index 9c253c1d9d..5adc09375a 100644
--- a/misc/vdpauinfo/vdpauinfo.SlackBuild
+++ b/misc/vdpauinfo/vdpauinfo.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vdpauinfo
-VERSION=0.0.6
+VERSION=${VERSION:-0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@@ -82,12 +82,11 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| 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 NEWS README \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a AUTHORS ChangeLog COPYING INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/misc/vdpauinfo/vdpauinfo.info b/misc/vdpauinfo/vdpauinfo.info
index ed8ceb2947..472f583c2c 100644
--- a/misc/vdpauinfo/vdpauinfo.info
+++ b/misc/vdpauinfo/vdpauinfo.info
@@ -1,10 +1,10 @@
PRGNAM="vdpauinfo"
-VERSION="0.0.6"
+VERSION="0.1"
HOMEPAGE="http://cgit.freedesktop.org/~aplattner/vdpauinfo"
-DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.0.6.tar.gz"
-MD5SUM="513df206613cbd061b6d49cdbfe927ef"
+DOWNLOAD="http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-0.1.tar.gz"
+MD5SUM="600d1b405ac5eba1867d68e4c895a698"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libvdpau"
-MAINTAINER="Edward W. Koenig"
+MAINTAINER="Edward Koenig"
EMAIL="kingbeowulf@gmail.com"