summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira2019-10-04 00:46:30 -0400
committerPhilip Sequeira2019-10-04 00:46:30 -0400
commitd9e34d5af08014bdbe8584b59765a1f8cab66975 (patch)
tree6db94b5d352662dcecd2e807ffff84aa691b1706
parentc01326535b1d74e98409d98d1af1093c84d69ce0 (diff)
downloadaur-d9e34d5af08014bdbe8584b59765a1f8cab66975.tar.gz
remove shaderc feature option; it'll always be there
ffmpeg transitively depends on shaderc (through libplacebo), so there's no need to add a dependency here. (Also, it's in repos, not just AUR, though that comment never got updated.)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7f8012e98ff..0cf9905354b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 4 04:24:40 UTC 2019
+# Fri Oct 4 04:45:48 UTC 2019
pkgbase = mpv-git
pkgdesc = Video player based on MPlayer/mplayer2 (git version)
pkgver = 0.29.0_804_gfd7aff7a9d
diff --git a/PKGBUILD b/PKGBUILD
index e8bba41d192e..c88ef9beaf47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,8 +26,6 @@ _opt_features=(
#x11
#wayland
- #shaderc # preferred SPIR-V compiler; available from AUR
-
#uchardet
#rubberband
@@ -98,7 +96,7 @@ for feature in "${_opt_features[@]}"; do
wayland)
depends+=('wayland' 'libxkbcommon')
;;
- shaderc|uchardet|rubberband)
+ uchardet|rubberband)
depends+=("$feature")
;;
dvbin)