wok-current rev 12368
Up: libass to 0.10.0.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Apr 19 21:42:12 2012 +0000 (2012-04-19) |
parents | 641d98dacf82 |
children | c31e6a3937d9 |
files | libass-dev/receipt libass/receipt |
line diff
1.1 --- a/libass-dev/receipt Thu Apr 19 21:41:08 2012 +0000 1.2 +++ b/libass-dev/receipt Thu Apr 19 21:42:12 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libass-dev" 1.7 -VERSION="0.9.11" 1.8 +VERSION="0.10.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="devel files for libass" 1.11 MAINTAINER="slaxemulator@gmail.com"
2.1 --- a/libass/receipt Thu Apr 19 21:41:08 2012 +0000 2.2 +++ b/libass/receipt Thu Apr 19 21:42:12 2012 +0000 2.3 @@ -1,26 +1,24 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libass" 2.7 -VERSION="0.9.11" 2.8 +VERSION="0.10.0" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="A portable library for SSA/ASS subtitles rendering" 2.11 MAINTAINER="slaxemulator@gmail.com" 2.12 -DEPENDS="enca fontconfig libpng" 2.13 -BUILD_DEPENDS="enca-dev freetype-dev fontconfig-dev libpng-dev expat-dev pkg-config" 2.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.15 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.16 WEB_SITE="http://code.google.com/p/libass/" 2.17 WGET_URL="http://libass.googlecode.com/files/$TARBALL" 2.18 2.19 +DEPENDS="enca fontconfig libpng fribidi" 2.20 +BUILD_DEPENDS="enca-dev freetype-dev fontconfig-dev libpng-dev \ 2.21 +expat-dev fribidi-dev pkg-config" 2.22 + 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 { 2.26 cd $src 2.27 - ./configure \ 2.28 - --prefix=/usr \ 2.29 - --infodir=/usr/share/info \ 2.30 - --mandir=/usr/share/man \ 2.31 - $CONFIGURE_ARGS && 2.32 - make && make DESTDIR=$PWD/_pkg install 2.33 + ./configure $CONFIGURE_ARGS && 2.34 + make && make install 2.35 } 2.36 2.37 # Rules to gen a SliTaz package suitable for Tazpkg.