wok-next rev 21327
try to build libquicktime again
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 15:30:55 2019 +0100 (2019-12-12) |
parents | 501a3c39f91b |
children | fcef1cda9393 |
files | libquicktime/receipt |
line diff
1.1 --- a/libquicktime/receipt Thu Dec 12 15:18:23 2019 +0100 1.2 +++ b/libquicktime/receipt Thu Dec 12 15:30:55 2019 +0100 1.3 @@ -3,7 +3,7 @@ 1.4 PACKAGE="libquicktime" 1.5 VERSION="1.2.4" 1.6 CATEGORY="multimedia" 1.7 -MAINTAINER="devel@slitaz.org" 1.8 +MAINTAINER="maintainer@slitaz.org" 1.9 LICENSE="LGPL2.1" 1.10 SHORT_DESC="A library for reading and writing quicktime files" 1.11 WEB_SITE="http://libquicktime.sourceforge.net/" 1.12 @@ -11,27 +11,29 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="gtk2-dev ffmpeg-dev alsa-lib-dev libxv-dev libxaw-dev \ 1.17 -x264-dev zlib-dev mesa-dev" 1.18 +BUILD_DEPENDS="alsa-lib-dev ffmpeg-dev gtk2-dev libxaw-dev libxv-dev \ 1.19 + mesa-dev x264-dev zlib-dev" 1.20 SPLIT="$PACKAGE-dev" 1.21 1.22 -compile_rules() { 1.23 - ./configure \ 1.24 - --enable-gpl \ 1.25 - --with-ffmpeg \ 1.26 - --with-x264 \ 1.27 - --without-doxygen \ 1.28 +compile_rules() 1.29 +{ 1.30 + ./configure \ 1.31 + --enable-gpl \ 1.32 + --with-ffmpeg \ 1.33 + --with-x264 \ 1.34 + --without-doxygen \ 1.35 $CONFIGURE_ARGS && 1.36 fix libtool && 1.37 make && 1.38 make DESTDIR=$install install 1.39 } 1.40 1.41 -genpkg_rules() { 1.42 +genpkg_rules() 1.43 +{ 1.44 case $PACKAGE in 1.45 libquicktime) 1.46 copy @std 1.47 - DEPENDS="gtk2 ffmpeg alsa-lib libxv mesa libxaw x264" 1.48 + DEPENDS="alsa-lib ffmpeg gtk2 libxaw libxv mesa x264" 1.49 ;; 1.50 *-dev) 1.51 copy @dev