wok-next view gst1-libav/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d958fec46c9f
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gst1-libav"
4 VERSION="1.10.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="GStreamer 1.x libav/ffmpeg Plugin"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="https://gstreamer.freedesktop.org/"
10 REPOLOGY="gstreamer1plugins:libav"
12 TARBALL="gst-libav-$VERSION.tar.xz"
13 WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev bzip2-dev \
16 coreutils-file-format coreutils-file-special glib-dev yasm gtk-doc"
18 COOKOPTS="skip-log-errors"
20 compile_rules() {
21 sed '/set ERROR_C/d' -i configure
23 ./configure \
24 --disable-static \
25 --with-libav-extra-configure="--enable-runtime-cpudetect" \
26 --with-package-name="GStreamer libav Plugin (1.0)" \
27 --with-package-origin="http://www.slitaz.org/" \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make $MAKEFLAGS &&
31 make DESTDIR=$install install
32 }
34 genpkg_rules() {
35 copy @std
36 DEPENDS="gst1-plugins-base bzip2 gst1-plugins-good"
37 }