File tree 3 files changed +6
-32
lines changed
3 files changed +6
-32
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = sneedacity-git
2
2
pkgdesc = Audacity fork without any telemetry (git-version)
3
- pkgver = 3.0.2.r344.gd5a54f152
3
+ pkgver = 3.0.2.r18.g9e6196510
4
4
pkgrel = 1
5
5
url = https://github.com/Sneeds-Feed-and-Seed/sneedacity
6
6
arch = i686
@@ -10,7 +10,6 @@ pkgbase = sneedacity-git
10
10
license = CCPL
11
11
makedepends = git
12
12
makedepends = cmake
13
- makedepends = clang
14
13
makedepends = sdl2
15
14
makedepends = libsoup
16
15
makedepends = libnotify
@@ -43,8 +42,6 @@ pkgbase = sneedacity-git
43
42
conflicts = audacity
44
43
conflicts = sneedacity
45
44
source = git+https://github.com/Sneeds-Feed-and-Seed/sneedacity.git
46
- source = sneedacity.patch
47
- sha256sums = SKIP
48
- sha256sums = c06c60a9ae17b9265840fcd619d2c7a5668f26a94cec80c8785c7997afd4bc96
45
+ md5sums = SKIP
49
46
50
47
pkgname = sneedacity-git
Original file line number Diff line number Diff line change 1
1
# Maintainer: Ckat <ckat@teknik.io>
2
2
3
3
pkgname=sneedacity-git
4
- pkgver=3.0.2.r16.g8cd14a070
4
+ pkgver=3.0.2.r18.g9e6196510
5
5
pkgrel=1
6
6
pkgdesc=" Audacity fork without any telemetry (git-version)"
7
7
arch=(i686 x86_64)
@@ -10,32 +10,26 @@ license=(GPL2 CCPL)
10
10
groups=(pro-audio)
11
11
depends=(alsa-lib libx11 gtk3 expat libid3tag libogg libsndfile
12
12
libvorbis lilv lv2 portsmf suil libmad twolame vamp-plugin-sdk libsoxr soundtouch)
13
- makedepends=(git cmake clang sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
13
+ makedepends=(git cmake sdl2 libsoup libnotify gstreamer gst-plugins-bad-libs
14
14
ffmpeg jack nasm conan)
15
15
# can't find system lame portmidi
16
16
optdepends=(' ffmpeg: additional import/export capabilities' )
17
17
provides=(audacity sneedacity)
18
18
conflicts=(audacity sneedacity)
19
19
source=(
20
20
" git+https://github.com/Sneeds-Feed-and-Seed/sneedacity.git"
21
- " sneedacity.patch"
22
21
)
23
- sha256sums =(' SKIP' ' c06c60a9ae17b9265840fcd619d2c7a5668f26a94cec80c8785c7997afd4bc96 ' )
22
+ md5sums =(' SKIP' )
24
23
25
24
pkgver () {
26
25
cd sneedacity
27
26
git describe --long --tags | sed ' s/\([^-]*-g\)/r\1/;s/-/./g' | cut -d' .' -f2-
28
27
}
29
28
30
- prepare () {
31
- cd sneedacity
32
- patch --forward --strip=1 --input=" ${srcdir} /sneedacity.patch"
33
- }
34
-
35
29
build () {
36
30
mkdir sneedacity/build
37
31
cd sneedacity/build
38
- CC=clang cmake \
32
+ cmake \
39
33
-DCMAKE_BUILD_TYPE=Release \
40
34
-DCMAKE_INSTALL_PREFIX=/usr \
41
35
-DwxBUILD_TOOLKIT:STRING=gtk3 \
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments