compat-32/gst-plugins-base-32/Pkgfile

29 lines
799 B
Plaintext
Raw Normal View History

2016-02-28 04:29:19 +01:00
# Description: An essential exemplary set of plugins for gstreamer.
2017-02-15 12:31:47 +01:00
# URL: https://gstreamer.freedesktop.org/modules/gst-plugins-base.html
2016-02-28 04:29:19 +01:00
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
2019-04-20 13:45:50 +02:00
# Depends on: alsa-lib-32 gst-plugins-base gstreamer-32 libtheora-32 libvisual-32 mesa3d-32 orc-32 pango-32
# Optional: cdparanoia-32
2016-02-28 04:29:19 +01:00
name=gst-plugins-base-32
2019-04-20 13:45:50 +02:00
version=1.16.0
2016-02-28 04:29:19 +01:00
release=1
2017-02-15 12:31:47 +01:00
source=(https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-$version.tar.xz)
2016-02-28 04:29:19 +01:00
build() {
cd gst-plugins-base-$version
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--disable-debug \
--disable-nls \
--disable-dependency-tracking \
--disable-valgrind \
--disable-examples
make
make DESTDIR=$PKG install
2016-05-29 13:40:35 +02:00
rm -r $PKG/usr/{bin,include,share/man,share/gtk-doc,share}
2016-02-28 04:29:19 +01:00
}