Skip to content
Closed
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
85 changes: 85 additions & 0 deletions gst-plugins-base.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
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: |
CFLAGS="${CFLAGS} -O2 -fPIC" \
CPPFLAGS="$CFLAGS -O2" \
CXXFLAGS="$CFLAGS -O2" \
LDFLAGS="$(echo $LDFLAGS | sed 's/,-z,noexecheap//g')" \
meson \
-Db_lto=true \
-Dalsa=enabled \
-Dintrospection=enabled \
-Dpackage-origin="https://alpinelinux.org" \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these two lines.

-Dpackage-name="GStreamer base plug-ins (Alpine Linux)" \
-Dtests=disabled \
. output
meson compile -C output

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

- uses: strip

subpackages:
- name: ${{package.name}}-dev
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you have to fix these too right?

pipeline:
- uses: split/dev
description: ${{package.name}} dev

- name: ${{package.name}}-doc
pipeline:
- uses: split/manpages
description: ${{package.name}} manpages

- name: ${{package.name}}-lang
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/share/locale
mv ${{targets.destdir}}/usr/local/share/locale ${{targets.subpkgdir}}/usr/share/locale
description: ${{package.name}} 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 @@ -840,6 +840,7 @@ opus
k3s
gobuster
runit
gst-plugins-base
libtheora
ipset
nuclei
Expand Down