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
6dd1c725
Commit
6dd1c725
authored
6 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/mkvtoolnix: added check() function. Fixes
#7294
parent
d0f7f9ff
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
community/mkvtoolnix/APKBUILD
+9
-3
9 additions, 3 deletions
community/mkvtoolnix/APKBUILD
with
9 additions
and
3 deletions
community/mkvtoolnix/APKBUILD
+
9
−
3
View file @
6dd1c725
...
@@ -3,14 +3,14 @@
...
@@ -3,14 +3,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
mkvtoolnix
pkgname
=
mkvtoolnix
pkgver
=
29.0.0
pkgver
=
29.0.0
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Set of tools to create, edit and inspect Matroska files"
pkgdesc
=
"Set of tools to create, edit and inspect Matroska files"
url
=
"https://mkvtoolnix.download/index.html"
url
=
"https://mkvtoolnix.download/index.html"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-only"
license
=
"GPL-2.0-only"
makedepends
=
"libmatroska-dev flac-dev libvorbis-dev boost-dev
makedepends
=
"libmatroska-dev flac-dev libvorbis-dev boost-dev
zlib-dev file-dev libogg-dev ruby-rake ruby-json
bash docbook-xsl"
zlib-dev file-dev libogg-dev ruby-rake ruby-json
options
=
"!check
"
gtest-dev bash docbook-xsl
"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"https://mkvtoolnix.download/sources/
$pkgname
-
$pkgver
.tar.xz"
source
=
"https://mkvtoolnix.download/sources/
$pkgname
-
$pkgver
.tar.xz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
...
@@ -28,6 +28,12 @@ build() {
...
@@ -28,6 +28,12 @@ build() {
rake
V
=
1
-j
${
JOBS
}
rake
V
=
1
-j
${
JOBS
}
}
}
check
()
{
cd
"
$builddir
"
rake
V
=
1
-j
$(
JOBS
)
tests:unit
rake
V
=
1
-j
$(
JOBS
)
tests:run_unit
}
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
rake
DESTDIR
=
"
$pkgdir
"
install
rake
DESTDIR
=
"
$pkgdir
"
install
...
...
This diff is collapsed.
Click to expand it.
algitbot
@root
mentioned in issue
#7294 (closed)
·
5 years ago
mentioned in issue
#7294 (closed)
mentioned in issue #7294
Toggle commit list
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