2013-04-09 12:51:36 +10:00
|
|
|
# Description: A set of good-quality plugins for gstreamer under the LGPL.
|
2017-02-15 23:11:13 +11:00
|
|
|
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-good.html
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2019-10-06 18:36:12 +11:00
|
|
|
# Depends on: flac gst-plugins-base gtk3 lame libdv libshout libsoup libvpx mpg123 taglib wavpack xorg-libxcomposite xorg-libxcursor xorg-libxinerama
|
2018-04-01 14:45:16 +10:00
|
|
|
# Optional: qt5 icu krb5 v4l-utils dbus
|
2016-05-29 20:05:18 +10:00
|
|
|
|
2014-07-27 21:50:11 +10:00
|
|
|
name=gst-plugins-good
|
2022-03-21 08:40:36 +11:00
|
|
|
version=1.20.1
|
2013-04-09 12:51:36 +10:00
|
|
|
release=1
|
2017-02-15 23:11:13 +11:00
|
|
|
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
|
2013-04-09 12:51:36 +10:00
|
|
|
|
|
|
|
build() {
|
2014-07-27 21:50:11 +10:00
|
|
|
cd $name-$version
|
2013-04-09 12:51:36 +10:00
|
|
|
|
2019-10-06 18:36:12 +11:00
|
|
|
meson build \
|
2013-04-09 12:51:36 +10:00
|
|
|
--prefix=/usr \
|
2019-10-06 18:36:12 +11:00
|
|
|
--libexecdir=/usr/lib \
|
2021-01-08 00:47:18 +11:00
|
|
|
-D buildtype=plain \
|
2019-10-06 18:36:12 +11:00
|
|
|
-D nls=disabled \
|
|
|
|
-D package-name="GStreamer (CRUX Linux)" \
|
|
|
|
-D package-origin="https://crux.nu/"
|
2013-04-09 12:51:36 +10:00
|
|
|
|
2019-10-06 18:36:12 +11:00
|
|
|
ninja -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG ninja -C build install
|
2013-04-09 12:51:36 +10:00
|
|
|
}
|