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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
knuxify
aports
Commits
2af4c207
Commit
2af4c207
authored
5 years ago
by
TBK
Committed by
Rasmus Thomsen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/faudio: upgrade to 20.02
* Enable on ppc64le since that builds now * Use tabs instead of spaces for indention
parent
217c6452
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/faudio/APKBUILD
+17
-17
17 additions, 17 deletions
testing/faudio/APKBUILD
with
17 additions
and
17 deletions
testing/faudio/APKBUILD
+
17
−
17
View file @
2af4c207
# Contributor: TBK <alpine@jjtc.eu>
# Contributor: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
# Maintainer: TBK <alpine@jjtc.eu>
pkgname
=
faudio
pkgname
=
faudio
pkgver
=
19.06
.0
7
pkgver
=
20
.0
2
pkgrel
=
1
pkgrel
=
0
pkgdesc
=
"Accuracy-focused XAudio reimplementation for open platforms"
pkgdesc
=
"Accuracy-focused XAudio reimplementation for open platforms"
url
=
"https://fna-xna.github.io/"
url
=
"https://fna-xna.github.io/"
arch
=
"all
!ppc64le
"
arch
=
"all"
license
=
"Zlib"
license
=
"Zlib"
makedepends
=
"cmake ffmpeg-dev sdl2-dev"
makedepends
=
"cmake ffmpeg-dev sdl2-dev"
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev"
...
@@ -13,25 +13,25 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgv
...
@@ -13,25 +13,25 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/FNA-XNA/FAudio/archive/$pkgv
builddir
=
"
$srcdir
/FAudio-
$pkgver
"
builddir
=
"
$srcdir
/FAudio-
$pkgver
"
build
()
{
build
()
{
mkdir
build
&&
cd
build
mkdir
build
&&
cd
build
cmake ..
\
cmake ..
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
"/usr"
\
-DCMAKE_INSTALL_PREFIX
=
"/usr"
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_INSTALL_INCLUDEDIR
=
include/FAudio
\
-DCMAKE_INSTALL_INCLUDEDIR
=
include/FAudio
\
-DFFMPEG
=
ON
\
-DFFMPEG
=
ON
\
-DBUILD_TESTS
=
1
-DBUILD_TESTS
=
1
make
make
}
}
check
()
{
check
()
{
cd
"
$builddir
/build"
cd
"
$builddir
/build"
./faudio_tests
./faudio_tests
}
}
package
()
{
package
()
{
cd
"
$builddir
/build"
cd
"
$builddir
/build"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"
9ac26aca314d94e1c9c234022a966026d98dfd1ef27b3720e20f992b674a472d06c5c78d58b6225b994ac869eec7a5ca9e55dd0934fb440e1741f8da969330c8
faudio-
19.06
.0
7
.tar.gz"
sha512sums
=
"
69995fa1fb9ea41182e47f8143252db517adf4e9dc4a0556c9032af5c867259cc7edc81196b10ef043e6118a2e3687b34368f3ac8ffe9294398c5143b9928476
faudio-
20
.0
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