Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
e8233099
Commit
e8233099
authored
2 years ago
by
Magnus Sandin
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/noise-repellent: upgraded to 0.2.2
parent
72c65900
Loading
Loading
1 merge request
!34501
community/noise-repellent: Upgrade to 0.2.2
Pipeline
#122602
passed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/noise-repellent/APKBUILD
+11
-10
11 additions, 10 deletions
community/noise-repellent/APKBUILD
with
11 additions
and
10 deletions
community/noise-repellent/APKBUILD
+
11
−
10
View file @
e8233099
# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
pkgname
=
noise-repellent
pkgver
=
0.
1.5
pkgver
=
0.
2.2
pkgrel
=
0
pkgdesc
=
"An lv2 plug-in for broadband noise reduction"
url
=
"https://github.com/lucianodato/noise-repellent"
arch
=
"all !armhf !armv7 !ppc64le !s390x !riscv64"
# -msse2
license
=
"LGPL-3.0-only"
depends
=
"libspecbleach"
makedepends
=
"
cmake
fftw-dev
libspecbleach-dev
libsndfile-dev
lv2-dev
meson
"
source
=
"https://github.com/lucianodato/noise-repellent/archive/
$pkgver
/noise-repellent-
$pkgver
.tar.gz"
source
=
"
noise-repellent-
$pkgver
.tar.gz::
https://github.com/lucianodato/noise-repellent/archive/
refs/tags/v
$pkgver
.tar.gz"
options
=
"!check"
# No tests available
build
()
{
# XXX: does not use paths correctly,
# override prefix directly instead of using abuild-meson
meson
\
--buildtype
=
plain
\
--prefix
=
/usr/lib/lv2
\
-Db_pie
=
true
\
abuild-meson
\
--buildtype
=
release
\
--prefix
=
/usr/lib
\
.
output
meson compile
-C
output
meson compile
-C
output
-v
}
package
()
{
...
...
@@ -31,5 +32,5 @@ package() {
}
sha512sums
=
"
85fcafdaead400efa3ba9e87f2ecf96c02a41334f933902d456a2d5e714e72ef4124e68534f87b60421ef7139bea4e5e768a89d5ed13e6fcf95a9923cc89e383
noise-repellent-0.
1.5
.tar.gz
68d5e675a5d402c98b4125e2ac48f0e558ffaed2a8036c600aaaec7adcba38c6a0998b489352b0570b7db1fb23e25e74b402ef46ada77fd615f2c5d60821d998
noise-repellent-0.
2.2
.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment