wok view gst-omx/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents d3eb5f4b53ea
children 3cdc90c472a2
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-omx"
4 VERSION="1.0.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 WEB_SITE="https://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
11 WGET_URL="https://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
12 HOST_ARCH="arm"
14 DEPENDS="gstreamer-1.0 gst-plugins-base-1.0"
15 BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a ${install}/usr/lib ${fs}/usr
29 rm ${fs}/usr/lib/*/*.la
30 }