summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <contact@romster.me>2022-01-03 17:52:27 +1100
committerDanny Rawlins <contact@romster.me>2022-01-05 08:58:41 +1100
commitf4a83b6ae6deb437eb14777a658140507cece535 (patch)
treeb8c79fb82d7b0e07f28ab187df44a2bd5400d1e1
parent2009f78e4fa3b8034b6fa840dc4ddcf0340356b7 (diff)
downloadcontrib-f4a83b6ae6deb437eb14777a658140507cece535.tar.gz
contrib-f4a83b6ae6deb437eb14777a658140507cece535.tar.xz
[notify] gst-plugins-ugly: make some depenedencies optional
-rw-r--r--gst-plugins-ugly/.footprint7
-rw-r--r--gst-plugins-ugly/.signature6
-rw-r--r--gst-plugins-ugly/Pkgfile21
3 files changed, 15 insertions, 19 deletions
diff --git a/gst-plugins-ugly/.footprint b/gst-plugins-ugly/.footprint
index 5265d8dad..6bfe49699 100644
--- a/gst-plugins-ugly/.footprint
+++ b/gst-plugins-ugly/.footprint
@@ -1,20 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gstreamer-1.0/
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgsta52dec.so
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrnb.so
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrwbdec.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstasf.so
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcdio.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdread.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdsub.so
--rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstmpeg2dec.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstrealmedia.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstx264.so
-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstxingmux.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gstreamer-1.0/
drwxr-xr-x root/root usr/share/gstreamer-1.0/presets/
--rw-r--r-- root/root usr/share/gstreamer-1.0/presets/GstAmrnbEnc.prs
-rw-r--r-- root/root usr/share/gstreamer-1.0/presets/GstX264Enc.prs
diff --git a/gst-plugins-ugly/.signature b/gst-plugins-ugly/.signature
index 027c93f16..82e4fdf97 100644
--- a/gst-plugins-ugly/.signature
+++ b/gst-plugins-ugly/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xwMNNdIfRTFGuncKKV9X/5oAm7/z68puMYQuPTLHykOUHJsgw7u49h/iQdCTPelVgoD26NrwyWQRka4YhERgg8=
-SHA256 (Pkgfile) = 1080786e87f31cd060f04b35fc3d5c1c3fc54356d1a7208ea2702f4ab8100450
-SHA256 (.footprint) = c69e15985585b85d173ee2352afd6fed82894a703ae591f93b0d18880b6c8f70
+RWSagIOpLGJF389U35NcSm14lr/B5PmN7sguhjKgy2eiMWDA8QJCcTar32qLjngM/o4HeMNQ0cN7aEJdppqDqJKvAePXWHPLjg4=
+SHA256 (Pkgfile) = 2d0076ce7ec7902dc23a8b4e34127e241a56647c58f36ea0304c8f35a6f1f631
+SHA256 (.footprint) = fedf67c00e9410ed792e4319fd5234475f989a9f3099595d9e078d1b5ce12fd1
SHA256 (gst-plugins-ugly-1.18.5.tar.xz) = df32803e98f8a9979373fa2ca7e05e62f977b1097576d3a80619d9f5c69f66d9
diff --git a/gst-plugins-ugly/Pkgfile b/gst-plugins-ugly/Pkgfile
index a52417ffa..bca5569b1 100644
--- a/gst-plugins-ugly/Pkgfile
+++ b/gst-plugins-ugly/Pkgfile
@@ -1,23 +1,26 @@
# Description: A set of plugins for gstreamer that may pose distribution problems.
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
# Maintainer: Danny Rawlins, crux at romster dot me
-# Depends on: gst-plugins-base liba52 libcdio libdvdread libmpeg2 opencore-amr x264
+# Depends on: gst-plugins-base x264
+# Optional: libcdio libdvdread libsidplay libmpeg2 liba52 opencore-amr
name=gst-plugins-ugly
version=1.18.5
-release=1
+release=2
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
build() {
- cd $name-$version
-
- meson build \
+ meson build $name-$version \
--prefix=/usr \
- --libexecdir=/usr/lib \
- -D buildtype=plain \
- -D gtk_doc=disabled \
+ --libexecdir lib \
+ --buildtype plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true \
+ -D doc=disabled \
-D nls=disabled \
- -D package-name="GStreamer (CRUX Linux)" \
+ -D gobject-cast-checks=disabled \
+ -D package-name="GStreamer Ugly Plugins (CRUX Linux)" \
-D package-origin="https://crux.nu/"
ninja -C build -j ${JOBS:-1}

Generated by cgit