diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-12-20 22:48:57 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:31 +0700 |
commit | 36963161e3cb55f75865217f9d0423f8acabb8a0 (patch) | |
tree | 0bbb5f6342304d23b03046bc7b71cba209578d14 /audio/flacon/flacon.SlackBuild | |
parent | 665896188e6c74294def4f33c67f606179d39fef (diff) |
audio/flacon: Updated for version 4.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/flacon/flacon.SlackBuild')
-rw-r--r-- | audio/flacon/flacon.SlackBuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/flacon/flacon.SlackBuild b/audio/flacon/flacon.SlackBuild index 74742054fdb9d..4c9dce28c0514 100644 --- a/audio/flacon/flacon.SlackBuild +++ b/audio/flacon/flacon.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=flacon -VERSION=${VERSION:-3.1.1} +VERSION=${VERSION:-4.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,13 +69,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/audioformat_segfault.diff - cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DUSE_QT5=No \ . make make install DESTDIR=$PKG @@ -83,7 +80,6 @@ make install DESTDIR=$PKG 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 -# only moving gzipped manpage: mv $PKG/usr/share/man $PKG/usr/man mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |