aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2024-03-28 15:08:05 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2024-03-28 15:05:54 +0000
commit18a801a670b3f1a65bc0a174c039c5d20ff9f03e (patch)
tree22e1477332a53f16efdf75c9f6b9162dc82f4942
parent2b767065b29306aad75ff733f1351df317f039f6 (diff)
community/vlc: don't explicitely depend on a fontHEADmaster
For some reason VLC has depended on dejavu since the moment it was introduced into Alpine in 050e7af13e12b166050838451dac0960e009465d I see no need to depend on this however and in fact dejavu messes with my emoji font configuration so I rather not have it installed at all.
-rw-r--r--community/vlc/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/vlc/APKBUILD b/community/vlc/APKBUILD
index ae55f9f759d..82650dea5d6 100644
--- a/community/vlc/APKBUILD
+++ b/community/vlc/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=vlc
pkgver=3.0.20
-pkgrel=3
+pkgrel=4
pkgdesc="Multi-platform MPEG, VCD/DVD, and DivX player"
triggers="vlc-libs.trigger=/usr/lib/vlc/plugins"
pkgusers="vlc"
@@ -20,7 +20,6 @@ subpackages="
$pkgname-daemon::noarch
$pkgname-libs
"
-depends="font-dejavu"
makedepends="
a52dec-dev
abseil-cpp-dev