diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-06-01 17:48:30 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-06-02 01:03:58 +0700 |
commit | df1b79032d83d971010b2acacd12b90240eb9a15 (patch) | |
tree | a396fdbdc3961a7141395eeec14f4843d1836eba /audio | |
parent | 3f771f9c8d3eb6723e68b78d4801bd5ffc5e5804 (diff) |
audio/deadbeef: Updated for version 1.8.7.
Add the dep libdispatch, use clang for building
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef/deadbeef.SlackBuild | 5 | ||||
-rw-r--r-- | audio/deadbeef/deadbeef.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/deadbeef/deadbeef.SlackBuild b/audio/deadbeef/deadbeef.SlackBuild index 29a0a75b698d..ebded3a04631 100644 --- a/audio/deadbeef/deadbeef.SlackBuild +++ b/audio/deadbeef/deadbeef.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=deadbeef -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-1.8.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,6 +70,9 @@ 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 {} \; +export CC=${CC:-clang} +export CXX=${CXX:-clang++} + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/audio/deadbeef/deadbeef.info b/audio/deadbeef/deadbeef.info index cd6fc8a8249e..1464f832d80c 100644 --- a/audio/deadbeef/deadbeef.info +++ b/audio/deadbeef/deadbeef.info @@ -1,10 +1,10 @@ PRGNAM="deadbeef" -VERSION="1.8.1" +VERSION="1.8.7" HOMEPAGE="http://deadbeef.sourceforge.net" -DOWNLOAD="http://downloads.sourceforge.net/deadbeef/deadbeef-1.8.1.tar.bz2" -MD5SUM="9c087836aa67b7bc7a873e312b04ce24" +DOWNLOAD="http://downloads.sourceforge.net/deadbeef/deadbeef-1.8.7.tar.bz2" +MD5SUM="87af281b5811f2411454501381268606" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="libdispatch" MAINTAINER="Ruoh-Shoei Lin" EMAIL="lin.ruohshoei@gmail.com" |