diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-06-04 06:03:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-04 06:03:32 +0700 |
commit | 4b2b07402af532bd230bebdf9dca2963a0bce49c (patch) | |
tree | 97e2596adb946342b7c58fce6576ab398127555f /multimedia | |
parent | 349d4cb29560299c3c5fb0545508adf186390379 (diff) | |
download | slackbuilds-4b2b07402af532bd230bebdf9dca2963a0bce49c.tar.gz |
multimedia/pitivi: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/pitivi/pitivi.SlackBuild | 10 | ||||
-rw-r--r-- | multimedia/pitivi/pitivi.info | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/multimedia/pitivi/pitivi.SlackBuild b/multimedia/pitivi/pitivi.SlackBuild index 2bee46a728..9820f6eb74 100644 --- a/multimedia/pitivi/pitivi.SlackBuild +++ b/multimedia/pitivi/pitivi.SlackBuild @@ -2,6 +2,8 @@ # Slackware build script for PiTiVi +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com> # All rights reserved. # @@ -64,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/multimedia/pitivi/pitivi.info b/multimedia/pitivi/pitivi.info index 7571b13bcc..469072b6a2 100644 --- a/multimedia/pitivi/pitivi.info +++ b/multimedia/pitivi/pitivi.info @@ -6,5 +6,5 @@ MD5SUM="e0e379fca759025140ac1316819b2173" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnonlin gst-python pygoocanvas zope.interface" -MAINTAINER="Binh Nguyen" -EMAIL="binhvng@gmail.com" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" |