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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
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 }