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
ec4b7081
Commit
ec4b7081
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/jack: upgrade to 1.9.21
parent
cc77ec46
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38590
main/jack: upgrade to 1.9.21
Pipeline
#135144
canceled
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/jack/APKBUILD
+22
-11
22 additions, 11 deletions
main/jack/APKBUILD
main/jack/increase-api-version.patch
+2
-2
2 additions, 2 deletions
main/jack/increase-api-version.patch
with
24 additions
and
13 deletions
main/jack/APKBUILD
+
22
−
11
View file @
ec4b7081
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
jack
pkgver
=
1.9.2
0
pkgver
=
1.9.2
1
pkgrel
=
0
pkgdesc
=
"The Jack Audio Connection Kit"
url
=
"https://www.jackaudio.org/"
arch
=
"all"
license
=
"GPL-2.0 GPL-2.0-or-later LGPL-2.0-or-later"
makedepends
=
"
$depends_dev
alsa-lib-dev dbus-dev expat-dev libsamplerate-dev
libsndfile-dev ncurses-dev readline-dev python3 linux-headers"
makedepends
=
"
$depends_dev
alsa-lib-dev
dbus-dev
expat-dev
libsamplerate-dev
libsndfile-dev
linux-headers
ncurses-dev
python3
readline-dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-dbus
$pkgname
-example-clients:_clients"
source
=
"https://github.com/jackaudio/jack2/archive/v
$pkgver
/jack2-v
$pkgver
.tar.gz
fix-execinfo.patch
...
...
@@ -23,7 +33,8 @@ build() {
--libdir
=
/usr/lib
\
--dbus
\
--alsa
\
--classic
--classic
\
--example-tools
./waf build
-v
}
...
...
@@ -34,19 +45,19 @@ package() {
dbus
()
{
pkgdesc
=
"Jack D-Bus launcher"
mkdir
-p
"
$subpkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/share
mv
"
$pkgdir
"
/
usr/bin/jackdbus
"
$subpkgdir
"
/usr/bin/
mv
"
$pkgdir
"
/
usr/share/dbus
*
"
$subpkgdir
"
/usr/share/
amove
usr/bin/jackdbus
amove
usr/share/dbus
*
}
_clients
()
{
pkgdesc
=
"Example clients that use Jack"
mkdir
-p
"
$subpkgdir
"
/usr/bin
mv
"
$pkgdir
"
/usr/bin/
*
_
*
"
$subpkgdir
"
/usr/bin/
amove usr/bin/
*
_
*
}
sha512sums
=
"
e4bffea5fadcf6fc8a40bb88b6f7266bc42d8fa743d5e00be786df00b19b9e02e42ce6cb5db3a9523eb3b2bc319234ac33c00b2c1e2ac7d1c875890d55da30b4
jack2-v1.9.2
0
.tar.gz
0e9ce581fca3c5d9ffb1de22b45cae6d94085c6f92ff3554892e25727baf66a2269f10d338d95d991e8380c4be5e0cc1e1453b9f878c7dc2e8a990f3bd458557
jack2-v1.9.2
1
.tar.gz
b5abec7e67485d1c13f399b5961539177dd35d21c5dd95e0aa767adb0f5b1e588e9ca2f9b29cc4d66fc039311ff7eacc4cf21f6700ef0a2c8de99b63cb00f84d fix-execinfo.patch
d187d6a5e4e5c748d4f5eccf66a76249a4eb7135c22e32ca40eb2ea806ec6877074d8ba91c9cc106ae8e62ada6afda248fa48ebb147c720576ab092904993f51
increase-api-version.patch
1ee0159ea0f75f964baa167fe13031fe82e04b31a1b14122c12161d103e1a3205061fc019bcd978f47eed6efc8ea6ee96188c0eb795e3d83f34481e193086fbe
increase-api-version.patch
"
This diff is collapsed.
Click to expand it.
main/jack/increase-api-version.patch
+
2
−
2
View file @
ec4b7081
...
...
@@ -7,8 +7,8 @@ index e0d32c8d..2c0a7123 100644
+++ b/wscript
@@ -13,7 +13,7 @@
from waflib.Build import BuildContext, CleanContext, InstallContext, UninstallCo
VERSION
=
'1.9.20'
APPNAME
=
'jack'
VERSION
=
'1.9.20'
APPNAME
=
'jack'
-JACK_API_VERSION = '0.1.0'
+JACK_API_VERSION = '0.999.0'
...
...
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