aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-05-07 14:58:44 +0000
committerpsykose <alice@ayaya.dev>2022-05-07 16:59:00 +0200
commit1b109fee883a36358f55b36e1496ef1a3caf89bb (patch)
tree920f6e2f4fecc30a20f6a4090ad2b47e7926c4e7
parent1b4f8c699e3afef8abe4783e91b34160759f720b (diff)
community/gst-plugins-ugly: add -Dgpl=enabled
needed for the x264enc plugin also disable the other now-enabled plugins that are perhaps less useful
-rw-r--r--community/gst-plugins-ugly/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/community/gst-plugins-ugly/APKBUILD b/community/gst-plugins-ugly/APKBUILD
index d02b14f2faf..762f35b19f8 100644
--- a/community/gst-plugins-ugly/APKBUILD
+++ b/community/gst-plugins-ugly/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-ugly
pkgver=1.20.1
-pkgrel=0
+pkgrel=1
pkgdesc="GStreamer streaming media framework ugly plug-ins"
url="https://gstreamer.freedesktop.org"
arch="all"
@@ -24,6 +24,10 @@ build() {
-Dpackage-name="GStreamer ugly plug-ins (Alpine Linux)" \
-Damrnb=enabled \
-Damrwbdec=enabled \
+ -Dgpl=enabled \
+ -Dcdio=disabled \
+ -Ddvdread=disabled \
+ -Dmpeg2dec=disabled \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}