
Receipt for package "gst-plugins-bad"
# SliTaz package receipt. PACKAGE="gst-plugins-bad" VERSION="0.10.23" SERIES="${VERSION%.*}" # first two numbers from version CATEGORY="multimedia" SHORT_DESC="GStreamer Bad Plugins" MAINTAINER="jozee@slitaz.org" LICENSE="GPL2" SUGGESTED="libsdl schroedinger" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="https://gstreamer.freedesktop.org/" WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" LOCALES="da de es fr id it pt_BR ru zh_CN" DEPENDS="gst-plugins-base faac libpng libvpx openssl xvidcore faad2 jasper libmms libmodplug libsndfile mjpegtools neon" BUILD_DEPENDS="gstreamer-dev gst-plugins-base-dev faac-dev libpng-dev libvpx-dev openssl-dev xvidcore-dev jpeg-dev faad2-dev jasper-dev libmms-dev libmodplug-dev libsndfile-dev libsdl-dev mjpegtools-dev neon-dev schroedinger-dev expat-dev flac-dev" current_version() { wget -O - https://gstreamer.freedesktop.org/src/$PACKAGE/ 2>/dev/null | \ sed '/tar/!d;s|.*'$PACKAGE'-||;s|.tar.*||' | sed '$!d' } # Rules to configure and make the package. compile_rules() { grep -rl '\\n\\#include' . | xargs sed -i 's|\\n\\#include|\\n#include|' sed -i 's|ndef VPX_|def |' ext/vp8/gstvp8utils.h sed -i 's|stdafx.h|libmodplug/&|' ext/modplug/gstmodplug.cc # Patch to support openssl 1.1.x patch -p1 < $stuff/openssl-1.1-support.patch ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --disable-static \ --disable-debug \ --enable-experimental \ --with-package-name="GStreamer Bad Plugins ($SERIES)" \ --with-package-origin="http://www.slitaz.org/" \ $CONFIGURE_ARGS && make $MAKEFLAGS && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share/locale mv $install/usr/lib/*.so* $fs/usr/lib mv $install/usr/lib/gstreamer-$SERIES/*.so* $fs/usr/lib/gstreamer-$SERIES for locale in $LOCALES; do mv $install/usr/share/locale/$locale $fs/usr/share/locale done }
6091 packages and 256114 files in current database (Thu Apr 3 00:00:04 2025)