Browse Source
audio/audacious-aac: Updated for version 4.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/168/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
5 additions and
5 deletions
-
audio/audacious-aac/audacious-aac.SlackBuild
-
audio/audacious-aac/audacious-aac.info
-
audio/audacious-aac/patches/enable_only_aac_plugin.diff
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=audacious-aac |
|
|
|
VERSION=${VERSION:-3.8.2} |
|
|
|
VERSION=${VERSION:-4.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="audacious-aac" |
|
|
|
VERSION="3.8.2" |
|
|
|
VERSION="4.1" |
|
|
|
HOMEPAGE="https://audacious-media-player.org/" |
|
|
|
DOWNLOAD="https://distfiles.audacious-media-player.org/audacious-plugins-3.8.2.tar.bz2" |
|
|
|
MD5SUM="20710cd19fa08c4bffb6cb33002872df" |
|
|
|
DOWNLOAD="https://distfiles.audacious-media-player.org/audacious-plugins-4.1.tar.bz2" |
|
|
|
MD5SUM="740d83757b49b82bc75e256c96b09bfd" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="faad2" |
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
+++ audacious-plugins-3.6.1/Makefile 2015-04-23 19:59:48.072721987 +0200
|
|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
-SUBDIRS = src po
|
|
|
|
+SUBDIRS = src/aac-raw
|
|
|
|
+SUBDIRS = src/aac
|
|
|
|
|
|
|
|
DISTCLEAN = buildsys.mk config.h config.log config.status extra.mk |
|
|
|
|