2013-04-09 12:52:57 +10:00
|
|
|
# Description: A set of plugins for gstreamer that may pose distribution problems.
|
2017-02-15 23:11:44 +11:00
|
|
|
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2022-01-03 17:52:27 +11:00
|
|
|
# Depends on: gst-plugins-base x264
|
|
|
|
# Optional: libcdio libdvdread libsidplay libmpeg2 liba52 opencore-amr
|
2013-04-09 12:52:57 +10:00
|
|
|
|
2014-07-27 22:23:39 +10:00
|
|
|
name=gst-plugins-ugly
|
2022-06-19 14:23:58 +02:00
|
|
|
version=1.20.3
|
2022-02-20 01:26:22 +11:00
|
|
|
release=1
|
2017-02-15 23:11:44 +11:00
|
|
|
source=(https://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
|
2013-04-09 12:52:57 +10:00
|
|
|
|
|
|
|
build() {
|
2022-01-03 17:52:27 +11:00
|
|
|
meson build $name-$version \
|
2013-04-09 12:52:57 +10:00
|
|
|
--prefix=/usr \
|
2022-01-03 17:52:27 +11:00
|
|
|
--libexecdir lib \
|
|
|
|
--buildtype plain \
|
|
|
|
--wrap-mode nodownload \
|
|
|
|
-D b_pie=true \
|
|
|
|
-D doc=disabled \
|
2019-10-06 18:38:39 +11:00
|
|
|
-D nls=disabled \
|
2022-01-03 17:52:27 +11:00
|
|
|
-D gobject-cast-checks=disabled \
|
|
|
|
-D package-name="GStreamer Ugly Plugins (CRUX Linux)" \
|
2019-10-06 18:38:39 +11:00
|
|
|
-D package-origin="https://crux.nu/"
|
2013-04-09 12:52:57 +10:00
|
|
|
|
2019-10-06 18:38:39 +11:00
|
|
|
ninja -C build -j ${JOBS:-1}
|
|
|
|
DESTDIR=$PKG ninja -C build install
|
2013-04-09 12:52:57 +10:00
|
|
|
}
|