wok-next view gst1-omx/receipt @ rev 20896

dialog: up (1.3-20180621); dropbear: up (2018.76); e2fsprogs: up (1.44.3); elfutils: up (0.173); eudev: up (3.2.5); expat: up (2.2.5); fontconfig: up (2.13.0); freetype: up (2.9.1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 20 16:59:33 2018 +0300 (2018-07-20)
parents 0e8dadf052b9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="gst1-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 WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
10 REPOLOGY="gstreamer1plugins:omx"
12 TARBALL="gst-omx-$VERSION.tar.xz"
13 WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
14 HOST_ARCH="arm"
16 DEPENDS="gstreamer1 gst1-plugins-base"
17 BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a ${install}/usr/lib ${fs}/usr
31 rm ${fs}/usr/lib/*/*.la
32 }