🔒 Repository is read-only – file editing is disabled.

recipes/gui/gstreamer-plugins-good/PAGBUILD.yaml main

50 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
pkgname: 'gstreamer-plugins-good'
pkgver: '1.28.6'
pkgrel: '2'
pkgdesc: 'GStreamer Multimedia Framework good Plugins'
url: 'https://gstreamer.freedesktop.org/'
arch: x86_64
license:
- LGPL

depends: []
makedepends:
- meson
- ninja
- aalib
- jack
- lame
- libcaca
- libdv
- libgudev
- mpg123
- speex
- wavpack
- 'v4l-utils'
- taglib
- libshout
- libraw1394
- 'gstreamer-plugins-base'
- flac
- gtk3
- 'gdk-pixbuf'
- 'libjpeg-turbo'
- libpng
- libsoup3
- libvpx
- pulseaudio

source:
- 'https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true gst-plugins-good-${pkgver} builddir
  meson compile -C builddir
  DESTDIR=${PKGDIR} meson install -C builddir

package: |
  install -Dm644 gst-plugins-good-${pkgver}/COPYING \
    ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING