wok-next view libquicktime/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents d5aab818505e
children ff751d5d7768
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libquicktime"
4 VERSION="1.2.4"
5 CATEGORY="multimedia"
6 MAINTAINER="devel@slitaz.org"
7 LICENSE="LGPL2.1"
8 SHORT_DESC="A library for reading and writing quicktime files"
9 WEB_SITE="http://libquicktime.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gtk2-dev ffmpeg-dev alsa-lib-dev libxv-dev libxaw-dev \
15 x264-dev zlib-dev mesa-dev"
16 SPLIT="$PACKAGE-dev"
18 compile_rules() {
19 ./configure \
20 --enable-gpl \
21 --with-ffmpeg \
22 --with-x264 \
23 --without-doxygen \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make DESTDIR=$install install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 libquicktime)
33 copy @std
34 DEPENDS="gtk2 ffmpeg alsa-lib libxv mesa libxaw x264"
35 ;;
36 *-dev)
37 copy @dev
38 ;;
39 esac
40 }