mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
Audacious: bump version
* fix crash on exit
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="2010-2018 Błażej Szczygieł"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/audacious-media-player/audacious/archive/audacious-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="82710d6ac90931c2cc4a0f0fcb6380ac21ed42a7a50856d16a67d3179a96e9ae"
|
||||
CHECKSUM_SHA256="c478939b4bcf6704c26eee87d48cab26547e92a83741f437711178c433373fa1"
|
||||
SOURCE_DIR="audacious-audacious-$portVersion"
|
||||
PATCHES="audacious-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="audacious.rdef.in"
|
||||
@@ -74,7 +74,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
./autogen.sh
|
||||
runConfigure ./configure --disable-gtk --enable-qt --disable-dbus
|
||||
runConfigure ./configure --disable-gtk --enable-qt --disable-dbus --enable-valgrind
|
||||
make $jobArgs
|
||||
true
|
||||
}
|
||||
Reference in New Issue
Block a user