wok-next view libquicktime/receipt @ rev 20644

Up clutter-gtk (1.8.4), clutter, add clutter-gst, colord-gtk.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 01 17:41:04 2018 +0300 (2018-05-01)
parents c0521c689857
children d6378d455338
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libquicktime"
4 VERSION="1.2.4"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@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="gtk+-dev ffmpeg-dev alsa-lib-dev xorg-libXv-dev xorg-libXaw-dev \
15 x264-dev zlib-dev mesa-dev"
16 SPLIT="libquicktime-dev"
18 compile_rules() {
19 patch -p0 < $stuff/ffmpeg.u
21 ./configure \
22 --enable-gpl \
23 --with-ffmpeg \
24 --with-x264 \
25 --without-doxygen \
26 $CONFIGURE_ARGS &&
27 fix libtool &&
28 make &&
29 make DESTDIR=$DESTDIR install
30 }
32 genpkg_rules() {
33 case $PACKAGE in
34 libquicktime)
35 copy @std
36 DEPENDS="gtk+ ffmpeg alsa-lib xorg-libXv mesa xorg-libXaw x264"
37 ;;
38 *-dev)
39 copy @dev
40 ;;
41 esac
42 }