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
dda0b5a1
Commit
dda0b5a1
authored
1 week ago
by
Marian Buschsieweke
Committed by
Patrycja Rosa
1 week ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libfreeaptx: upgrade to 0.2.2
https://github.com/regularhunter/libfreeaptx/releases/tag/0.2.2
parent
d38ace43
No related branches found
No related tags found
1 merge request
!81286
community/libfreeaptx: upgrade to 0.2.2
Pipeline
#306827
canceled
1 week ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/libfreeaptx/0001-Fixed-libfreeaptx-reporting-wrong-version-number.patch
+0
-24
0 additions, 24 deletions
...01-Fixed-libfreeaptx-reporting-wrong-version-number.patch
community/libfreeaptx/APKBUILD
+4
-7
4 additions, 7 deletions
community/libfreeaptx/APKBUILD
with
4 additions
and
31 deletions
community/libfreeaptx/0001-Fixed-libfreeaptx-reporting-wrong-version-number.patch
deleted
100644 → 0
+
0
−
24
View file @
d38ace43
From c176b7de9c2017d0fc1877659cea3bb6c330aafa Mon Sep 17 00:00:00 2001
From: Hunter <wardlawhunter@gmail.com>
Date: Mon, 9 Aug 2021 23:51:49 -0400
Subject: [PATCH] Fixed libfreeaptx reporting wrong version number
---
freeaptx.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/freeaptx.h b/freeaptx.h
index c022919..23440c8 100644
--- a/freeaptx.h
+++ b/freeaptx.h
@@ -22,8 +22,8 @@
#define freeaptx_H
#define freeaptx_MAJOR 0
-#define freeaptx_MINOR 2
-#define freeaptx_PATCH 0
+#define freeaptx_MINOR 1
+#define freeaptx_PATCH 1
#include <stddef.h>
This diff is collapsed.
Click to expand it.
community/libfreeaptx/APKBUILD
+
4
−
7
View file @
dda0b5a1
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Marian Buschsieweke <marian.buschsieweke@posteo.net>
# Maintainer: Marian Buschsieweke <marian.buschsieweke@posteo.net>
pkgname
=
libfreeaptx
pkgname
=
libfreeaptx
pkgver
=
0.
1.1
pkgver
=
0.
2.2
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Free implementation of Audio Processing Technology codec (aptX)"
pkgdesc
=
"Free implementation of Audio Processing Technology codec (aptX)"
url
=
"https://github.com/iamthehorker/libfreeaptx"
url
=
"https://github.com/iamthehorker/libfreeaptx"
arch
=
"all"
arch
=
"all"
license
=
"LGPL-2.1-or-later"
license
=
"LGPL-2.1-or-later"
subpackages
=
"
$pkgname
-dev
$pkgname
-tools"
subpackages
=
"
$pkgname
-dev
$pkgname
-tools"
source
=
"https://github.com/iamthehorker/libfreeaptx/archive/
$pkgver
/libfreeaptx-
$pkgver
.tar.gz
source
=
"https://github.com/iamthehorker/libfreeaptx/archive/
$pkgver
/libfreeaptx-
$pkgver
.tar.gz"
0001-Fixed-libfreeaptx-reporting-wrong-version-number.patch
"
options
=
"!check"
# No testsuite
options
=
"!check"
# No testsuite
build
()
{
build
()
{
...
@@ -28,6 +26,5 @@ tools() {
...
@@ -28,6 +26,5 @@ tools() {
}
}
sha512sums
=
"
sha512sums
=
"
53dd7f348120fea0425b365f26668925dd435a8a3a0c5e98476764a452c7d729f2a3556e953c557d0ccaaa65391265c8c3c61fc29377cf60079fa0bed2cc20b1 libfreeaptx-0.1.1.tar.gz
b3f2cc449da0269971f5be4bb0c027ba5e6630405abb8c67f4d9d4b651332d1ae184271e3830c661d9b165624460a15c1b678dbab81212e2f507e4f2e63194a8 libfreeaptx-0.2.2.tar.gz
372a1e9dd837ac4b74ab95e002b44ed1141db55b1bf47285f6a8adda57072700646d6d1dd4ccea52be7bc2c49906a9e517b59087f13c512fb0b03a20206535c6 0001-Fixed-libfreeaptx-reporting-wrong-version-number.patch
"
"
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