wok-next view kino/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 d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="kino"
4 VERSION="1.3.4"
5 CATEGORY="multimedia"
6 SHORT_DESC="Non linear Video editor"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://web.archive.org/web/20171208061933/http://kinodv.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="intltool libdv perl xorg-dev xorg-dev-proto gtk2-dev libglade-dev \
15 libdv-dev libraw1394-dev libavc1394-dev libsamplerate-dev libxv-dev \
16 libiec61883-dev libxml2-dev bash libpng-dev freetype-dev fontconfig-dev \
17 libiec61883 ffmpeg-dev libsamplerate util-linux-uuid-dev \
18 alsa-lib libxext v4l-utils-dev"
20 compile_rules() {
21 sed -i 's|linux/videodev.h|libv4l1-videodev.h|' \
22 ffmpeg/libavdevice/v4l.c src/v4l.h
24 ./configure \
25 --disable-local-ffmpeg \
26 --enable-shared \
27 --with-libdv-only \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make &&
31 make DESTDIR=$install install
32 }
34 genpkg_rules() {
35 copy @std
36 # Remove Help files
37 rm -rf $fs/usr/share/kino/help
38 DEPENDS="gtk2 libglade libdv libraw1394 libavc1394 libsamplerate alsa-lib \
39 libiec61883 libxv linux-firewire libxdamage ffmpeg"
40 SUGGESTED="lame vorbis-tools mjpegtools dvdauthor"
41 TAGS="video editor"
42 }