Compare commits
No commits in common. "8356100b956c4d237eaa7047485660c1b9fb8723" and "05e6b78f2af0c0a22197b4a4493994cc6a59a61d" have entirely different histories.
8356100b95
...
05e6b78f2a
42
.SRCINFO
42
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = audacity
|
pkgbase = audacity-git
|
||||||
pkgdesc = A program that lets you manipulate digital audio waveforms
|
pkgdesc = A program that lets you manipulate digital audio waveforms
|
||||||
pkgver = 3.1.3
|
pkgver = 3.0.2.r299.ge6e81399f
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://www.audacityteam.org/
|
url = https://www.audacityteam.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -8,42 +8,40 @@ pkgbase = audacity
|
||||||
groups = pro-audio
|
groups = pro-audio
|
||||||
license = GPL2
|
license = GPL2
|
||||||
license = CCPL
|
license = CCPL
|
||||||
makedepends = cmake
|
|
||||||
makedepends = conan
|
|
||||||
makedepends = ffmpeg
|
|
||||||
makedepends = gcc
|
|
||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = gst-plugins-bad-libs
|
makedepends = cmake
|
||||||
makedepends = gstreamer
|
makedepends = clang
|
||||||
makedepends = jack
|
|
||||||
makedepends = libnotify
|
|
||||||
makedepends = libsoup
|
|
||||||
makedepends = nasm
|
|
||||||
makedepends = sdl2
|
makedepends = sdl2
|
||||||
|
makedepends = libsoup
|
||||||
|
makedepends = libnotify
|
||||||
|
makedepends = gstreamer
|
||||||
|
makedepends = gst-plugins-bad-libs
|
||||||
|
makedepends = ffmpeg
|
||||||
|
makedepends = jack
|
||||||
|
makedepends = nasm
|
||||||
|
makedepends = conan
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
depends = expat
|
depends = libx11
|
||||||
depends = flac
|
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
|
depends = expat
|
||||||
depends = libid3tag
|
depends = libid3tag
|
||||||
depends = libmad
|
|
||||||
depends = libogg
|
depends = libogg
|
||||||
depends = libsndfile
|
depends = libsndfile
|
||||||
depends = libsoxr
|
|
||||||
depends = libvorbis
|
depends = libvorbis
|
||||||
depends = libx11
|
|
||||||
depends = lilv
|
depends = lilv
|
||||||
depends = lv2
|
depends = lv2
|
||||||
depends = portaudio
|
|
||||||
depends = portsmf
|
depends = portsmf
|
||||||
depends = soundtouch
|
|
||||||
depends = suil
|
depends = suil
|
||||||
|
depends = libmad
|
||||||
depends = twolame
|
depends = twolame
|
||||||
depends = vamp-plugin-sdk
|
depends = vamp-plugin-sdk
|
||||||
depends = zlib
|
depends = libsoxr
|
||||||
|
depends = soundtouch
|
||||||
optdepends = ffmpeg: additional import/export capabilities
|
optdepends = ffmpeg: additional import/export capabilities
|
||||||
provides = audacity
|
provides = audacity
|
||||||
conflicts = audacity
|
conflicts = audacity
|
||||||
source = git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44
|
source = git+https://github.com/audacity/audacity.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = audacity
|
pkgname = audacity-git
|
||||||
|
|
||||||
|
|
67
PKGBUILD
67
PKGBUILD
|
@ -1,72 +1,43 @@
|
||||||
# Maintainer: Ong Yong Xin <ongyongxin2020+github AT gmail DOT com>
|
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
|
||||||
# Contributor: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
|
|
||||||
# Contributor: Bernhard Landauer <oberon@manjaro.org>
|
# Contributor: Bernhard Landauer <oberon@manjaro.org>
|
||||||
# Contributor: Eric Bélanger <eric@archlinux.org>
|
# Contributor: Eric Bélanger <eric@archlinux.org>
|
||||||
|
|
||||||
pkgname=audacity
|
pkgname=audacity-git
|
||||||
pkgver=3.1.3
|
pkgver=3.0.2.r299.ge6e81399f
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
pkgdesc="A program that lets you manipulate digital audio waveforms"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="https://www.audacityteam.org/"
|
url="https://www.audacityteam.org/"
|
||||||
license=(GPL2 CCPL)
|
license=(GPL2 CCPL)
|
||||||
groups=(pro-audio)
|
groups=(pro-audio)
|
||||||
depends=(
|
depends=(alsa-lib libx11 gtk3 expat libid3tag libogg libsndfile
|
||||||
alsa-lib
|
libvorbis lilv lv2 portsmf suil libmad twolame vamp-plugin-sdk libsoxr soundtouch)
|
||||||
expat
|
makedepends=(git cmake clang sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
|
||||||
flac
|
ffmpeg jack nasm conan)
|
||||||
gtk3
|
# can't find system lame portmidi
|
||||||
libid3tag
|
|
||||||
libmad
|
|
||||||
libogg
|
|
||||||
libsndfile
|
|
||||||
libsoxr
|
|
||||||
libvorbis
|
|
||||||
libx11
|
|
||||||
lilv
|
|
||||||
lv2
|
|
||||||
portaudio
|
|
||||||
portsmf
|
|
||||||
soundtouch
|
|
||||||
suil
|
|
||||||
twolame
|
|
||||||
vamp-plugin-sdk
|
|
||||||
zlib
|
|
||||||
)
|
|
||||||
makedepends=(
|
|
||||||
cmake
|
|
||||||
conan
|
|
||||||
ffmpeg
|
|
||||||
gcc
|
|
||||||
git
|
|
||||||
gst-plugins-bad-libs
|
|
||||||
gstreamer
|
|
||||||
jack
|
|
||||||
libnotify
|
|
||||||
libsoup
|
|
||||||
nasm
|
|
||||||
sdl2
|
|
||||||
)
|
|
||||||
optdepends=('ffmpeg: additional import/export capabilities')
|
optdepends=('ffmpeg: additional import/export capabilities')
|
||||||
provides=(audacity)
|
provides=(audacity)
|
||||||
conflicts=(audacity)
|
conflicts=(audacity)
|
||||||
source=(
|
source=("git+https://github.com/audacity/audacity.git")
|
||||||
"git+https://github.com/audacity/audacity.git#tag=ff6d6739fbe73de9c9ad3aa4e07642653604af44"
|
|
||||||
)
|
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
pkgver() {
|
||||||
cd audacity
|
cd audacity
|
||||||
mkdir build && cd build
|
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | cut -d'.' -f2-
|
||||||
CONAN_REVISIONS_ENABLED=1 CC=gcc cmake \
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
mkdir audacity/build
|
||||||
|
cd audacity/build
|
||||||
|
CC=clang cmake \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DwxBUILD_TOOLKIT:STRING=gtk3 \
|
-DwxBUILD_TOOLKIT:STRING=gtk3 \
|
||||||
-Daudacity_use_wxwidgets=local \
|
-Daudacity_use_wxwidgets=local \
|
||||||
-Daudacity_use_ffmpeg:STRING=loaded \
|
audacity_use_ffmpeg:STRING=loaded \
|
||||||
-Daudacity_lib_preference=system \
|
|
||||||
..
|
..
|
||||||
cmake --build .
|
cmake --build .
|
||||||
|
make .
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in New Issue