SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "gstreamer"

# SliTaz package receipt.

PACKAGE="gstreamer"
VERSION="0.10.35"
CATEGORY="multimedia"
SHORT_DESC="GStreamer Multimedia Framework"
MAINTAINER="jozee@slitaz.org"
DEPENDS="libxml2 glib"
BUILD_DEPENDS="intltool pkg-config bison flex glib-dev libxml2-dev python
python-dev m4 libgio-dev gobject-introspection-dev libffi"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://gstreamer.freedesktop.org/"
WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./configure \
        --sysconfdir=/etc \
        --localstatedir=/var \
        --libexecdir=/usr/lib \
        $CONFIGURE_ARGS &&
    make $MAKEFLAGS && make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    cp -a $_pkg/usr/lib/gstreamer* $fs/usr/lib
}
3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)