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

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
parents d3eb5f4b53ea
children d958fec46c9f
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 TARBALL="gst-omx-$VERSION.tar.xz"
10 WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
11 WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
12 HOST_ARCH="arm"
14 DEPENDS="gstreamer1 gst1-plugins-base"
15 BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-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 }