mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
multimedia/musique: Updated for version 1.4.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
This commit is contained in:
parent
4a37a1185b
commit
af74f4a34b
2 changed files with 7 additions and 11 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for musique
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
|
||||
# Copyright 2010, 2012 Binh Nguyen <binhvng@gmail.com>
|
||||
# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=musique
|
||||
VERSION=${VERSION:-1.3}
|
||||
VERSION=${VERSION:-1.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,13 +66,9 @@ cd $PRGNAM
|
|||
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 \
|
||||
-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 {} \;
|
||||
|
||||
# Quick fix to build against gcc-4.7.x.
|
||||
# Borrowed from AUR.
|
||||
sed -i '1i #include <unistd.h>' src/qtsingleapplication/qtlocalpeer.cpp
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
qmake PREFIX=/usr
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="musique"
|
||||
VERSION="1.3"
|
||||
VERSION="1.4"
|
||||
HOMEPAGE="http://flavio.tordini.org/musique"
|
||||
DOWNLOAD="http://flavio.tordini.org/files/musique/musique-1.3.tar.gz"
|
||||
MD5SUM="58ff13482701fa5d13eafa14ce6bf0bf"
|
||||
DOWNLOAD="http://flavio.tordini.org/files/musique/musique-1.4.tar.gz"
|
||||
MD5SUM="c8d7146913a91af4c5190084ac9f8182"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gst-plugins-bad gst-plugins-ugly"
|
||||
|
|
Loading…
Reference in a new issue