SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gst-omx"

# SliTaz package receipt.

PACKAGE="gst-omx"
VERSION="1.0.0"
CATEGORY="system-tools"
SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi."
MAINTAINER="pankso@slitaz.org"
LICENSE="LGPL2.1"
TARBALL="$PACKAGE-$VERSION.tar.xz"
WEB_SITE="https://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
WGET_URL="https://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
HOST_ARCH="arm"

DEPENDS="gstreamer-1.0 gst-plugins-base-1.0"
BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-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()
{
    ./configure $CONFIGURE_ARGS &&
    make && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr
    cp -a ${install}/usr/lib ${fs}/usr
    rm ${fs}/usr/lib/*/*.la
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)