mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/audacity: upgrade to 3.3.2
gcc13 fix merged in this release
This commit is contained in:
parent
4a7e8e5cbc
commit
a3a9662548
@ -1,7 +1,7 @@
|
||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=audacity
|
||||
pkgver=3.3.1
|
||||
pkgver=3.3.2
|
||||
pkgrel=0
|
||||
pkgdesc="Multitrack audio editor"
|
||||
url="https://tenacityaudio.org/"
|
||||
@ -39,9 +39,7 @@ makedepends="
|
||||
zlib-dev
|
||||
"
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="https://github.com/audacity/audacity/releases/download/Audacity-$pkgver/audacity-sources-$pkgver.tar.gz
|
||||
gcc13.patch
|
||||
"
|
||||
source="https://github.com/audacity/audacity/releases/download/Audacity-$pkgver/audacity-sources-$pkgver.tar.gz"
|
||||
# no tests
|
||||
options="!check"
|
||||
ldpath="/usr/lib/audacity"
|
||||
@ -99,6 +97,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
7def0553a37f3cfb3751da8332bcd8829f91d83f4247c9eb5ac1cd37ab67f7ac2e590516339a2f6c7e6f6ba9a850b14b9b4a80850c4222ef83596c18093562c7 audacity-sources-3.3.1.tar.gz
|
||||
fc113c05e60ea07a56d224792f8f37dce49f6c4e072ccc101ff40b97b9cbf62aa85830bc2856995a04e9279e6e6af6d0474986c648adb7943e15088a3e61de05 gcc13.patch
|
||||
8b6214289b2aa2a9524d895ffd782ac1a55f31ac03da1bf8f52dc35ccf1ea46e2f27bb3b4e01ec20b039ea670aed9e2af55949d636e5c8b0168cab3f16877aeb audacity-sources-3.3.2.tar.gz
|
||||
"
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff --git a/lib-src/portsmf/allegro.h b/lib-src/portsmf/allegro.h
|
||||
index 674049c..e2200ed 100644
|
||||
--- a/lib-src/portsmf/allegro.h
|
||||
+++ b/lib-src/portsmf/allegro.h
|
||||
@@ -49,6 +49,7 @@
|
||||
#ifndef ALLEGRO_H
|
||||
#define ALLEGRO_H
|
||||
#include <assert.h>
|
||||
+#include <cstdint>
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
|
Loading…
Reference in New Issue
Block a user