🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637
pkgname: gstreamer-plugins-bad
pkgver: '1.28.6'
pkgrel: '1'
pkgdesc: GStreamer Multimedia Framework Bad Plugins
url: 'https://gstreamer.freedesktop.org/modules/gst-plugins-base.html'
arch: x86_64
license:
- LGPL
depends: []
makedepends:
- pkgconf
- meson
- ninja
- gstreamer-plugins-base
- libdvdread
- faac
- faad2
- libexif
- mpg123
- libnice
- libsoup3
- soundtouch
- webrtc-audio-processing
source:
- 'https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${pkgver}.tar.xz'
sha256sums:
- 6636f2c2289ceda52c4aba971338c81e2b5780d3381bd3673c1c116ec87587c3
build: |
# mv zmienia nazwe katalogu (gst-plugins-bad-* -> ${pkgname}-${pkgver}),
# potem meson z nazwa po mv – bez mv meson nie znajdzie zrodla
mv gst-plugins-bad-${pkgver} ${pkgname}-${pkgver}
meson setup --prefix /usr --buildtype plain --libexecdir lib --sbindir bin -D b_pie=true ${pkgname}-${pkgver} builddir
meson compile -C builddir
DESTDIR=${PKGDIR} meson install -C builddir
package: |
install -Dm644 ${pkgname}-${pkgver}/COPYING \
${PKGDIR}/usr/share/licenses/${pkgname}/COPYING