Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 83 additions & 0 deletions gst-plugins-base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
package:
name: gst-plugins-base
version: 1.22.4
epoch: 0
description: GStreamer streaming media framework base plug-ins
copyright:
- license: GPL-2.0-or-later AND LGPL-2.0-or-later

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- alsa-lib-dev
# - cdparanoia-dev
- expat-dev
- glib-dev
- gobject-introspection-dev
- graphene-dev
- gstreamer-dev
- gtk-2.0-dev
- libice-dev
- libogg-dev
- libsm-dev
- libtheora-dev
- libvorbis-dev
- libxv-dev
- mesa-dev
- meson
- opus-dev
- orc-compiler
- orc-dev
- perl
- cmake
- gdk-pixbuf
- gstreamer

pipeline:
- uses: fetch
with:
expected-sha512: f623a78534ec7674e770bbec3900f909efd2b3388cfa5d3c47cceb968acbad681ba1b1fa1925f82c21f17151c226d9b5f188fc8699a57f2a94329d18d5745639
uri: https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-${{package.version}}.tar.xz

- runs: |
# This breaks the build on aarc64 builds
if [ "${{build.arch}}" = "aarch64" ]; then
export LDFLAGS="$(echo $LDFLAGS | sed 's/,-z,noexecheap//g')"
fi
meson \
--prefix=/usr \
-Dalsa=enabled \
-Dintrospection=enabled \
-Dtests=disabled \
. output
meson compile -C output

DESTDIR="${{targets.destdir}}" meson install --no-rebuild -C output

- uses: strip

subpackages:
- name: gst-plugins-dev
pipeline:
- uses: split/dev
description: gst-plugins dev

- name: gst-plugins-doc
pipeline:
- uses: split/manpages
description: gst-plugins manpages

- name: gst-plugins-lang
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/share/locale
mv ${{targets.destdir}}/usr/share/locale ${{targets.subpkgdir}}/usr/share/locale
description: gst-plugins lang

update:
enabled: true
release-monitor:
identifier: 21850
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,7 @@ x264
ffmpeg
libdaemon
avahi
gst-plugins-base
guacamole-server
proxysql
metallb
Expand Down