mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
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>
This commit is contained in:
parent
390339f780
commit
a3b2e50468
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue