1
0
forked from ports/contrib

[notify] gst-plugins-ugly: make some depenedencies optional

This commit is contained in:
Danny Rawlins 2022-01-03 17:52:27 +11:00
parent 2009f78e4f
commit f4a83b6ae6
3 changed files with 15 additions and 19 deletions

View File

@ -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

View File

@ -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

View File

@ -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}