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
3dac51cb
Commit
3dac51cb
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/mpv: enable uchardet
parent
50f780b4
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/mpv/APKBUILD
+4
-2
4 additions, 2 deletions
community/mpv/APKBUILD
with
4 additions
and
2 deletions
community/mpv/APKBUILD
+
4
−
2
View file @
3dac51cb
...
...
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
mpv
pkgver
=
0.29.1
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"Video player based on MPlayer/mplayer2"
url
=
"https://mpv.io/"
arch
=
"all"
...
...
@@ -45,6 +45,7 @@ makedepends="
vulkan-headers
vulkan-loader-dev
shaderc-dev
uchardet-dev
"
subpackages
=
"
$pkgname
-doc
...
...
@@ -75,7 +76,8 @@ build() {
--enable-lua
\
--enable-zsh-comp
\
--enable-test
\
--enable-vulkan
--enable-vulkan
\
--enable-uchardet
./waf build
}
...
...
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