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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Bart Ribbers
aports
Commits
47eb2599
Commit
47eb2599
authored
9 years ago
by
Stuart Cardall
Committed by
Timo Teräs
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/opus-tools: new aport
ref #5365
parent
e418687b
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/opus-tools/APKBUILD
+37
-0
37 additions, 0 deletions
testing/opus-tools/APKBUILD
with
37 additions
and
0 deletions
testing/opus-tools/APKBUILD
0 → 100644
+
37
−
0
View file @
47eb2599
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname
=
opus-tools
pkgver
=
0.1.9
pkgrel
=
0
pkgdesc
=
"Collection of tools for Opus audio codec"
url
=
"http://wiki.xiph.org/Opus-tools"
arch
=
"all"
license
=
"BSD"
depends
=
""
depends_dev
=
""
makedepends
=
"
$depends_dev
libogg-dev opus-dev flac-dev linux-headers"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"pkgname-
$pkgver
.tar.gz::http://downloads.xiph.org/releases/opus/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--mandir
=
/usr/share/man
\
--enable-assertions
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
md5sums
=
"20682e4d8d1ae9ec5af3cf43e808b8cb pkgname-0.1.9.tar.gz"
sha256sums
=
"b1873dd78c7fbc98cf65d6e10cfddb5c2c03b3af93f922139a2104baedb4643a pkgname-0.1.9.tar.gz"
sha512sums
=
"e2cdc0c9c24297565f9d457893bcc548696b1a9c9b66e4cd48ddbe4dcf865bc50da5ed1b438b2b9ecdcd8be1d7c211d2be199f707cdbcd8a46a75353b0173a4c pkgname-0.1.9.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