wok rev 24719

updated libass and libass-dev (0.10.0 -> 0.15.2)
author Hans-G?nter Theisgen
date Tue Mar 15 07:52:08 2022 +0100 (2022-03-15)
parents e0d3d0d02527
children d75b8343bc3e
files libass-dev/receipt libass/description.txt libass/receipt
line diff
     1.1 --- a/libass-dev/receipt	Tue Mar 15 07:41:02 2022 +0100
     1.2 +++ b/libass-dev/receipt	Tue Mar 15 07:52:08 2022 +0100
     1.3 @@ -1,22 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libass-dev"
     1.7 -VERSION="0.10.0"
     1.8 +VERSION="0.15.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for libass"
    1.11 +SHORT_DESC="Development files for libass."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://github.com/libass/libass"
    1.15 -WANTED="libass"
    1.16  
    1.17  DEPENDS="libass pkg-config"
    1.18 +WANTED="libass"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +	get_dev_files
    1.28  }
    1.29 -
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/libass/description.txt	Tue Mar 15 07:52:08 2022 +0100
     2.3 @@ -0,0 +1,3 @@
     2.4 +Libass is a portable subtitle renderer for the ASS/SSA
     2.5 +(Advanced Substation Alpha/Substation Alpha) subtitle format.
     2.6 +It is mostly compatible with VSFilter.
     3.1 --- a/libass/receipt	Tue Mar 15 07:41:02 2022 +0100
     3.2 +++ b/libass/receipt	Tue Mar 15 07:52:08 2022 +0100
     3.3 @@ -1,18 +1,19 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="libass"
     3.7 -VERSION="0.10.0"
     3.8 +VERSION="0.15.2"
     3.9  CATEGORY="multimedia"
    3.10 -SHORT_DESC="A portable library for SSA/ASS subtitles rendering"
    3.11 +SHORT_DESC="A portable library for SSA/ASS subtitles rendering."
    3.12  MAINTAINER="slaxemulator@gmail.com"
    3.13  LICENSE="BSD"
    3.14 +WEB_SITE="https://github.com/libass/libass"
    3.15 +
    3.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    3.17 -WEB_SITE="https://github.com/libass/libass"
    3.18 -WGET_URL="http://libass.googlecode.com/files/$TARBALL"
    3.19 +WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL"
    3.20  
    3.21 -DEPENDS="enca fontconfig libpng fribidi"
    3.22 -BUILD_DEPENDS="enca-dev freetype-dev fontconfig-dev libpng-dev \
    3.23 -expat-dev fribidi-dev pkg-config libxml2-dev"
    3.24 +DEPENDS="enca fontconfig fribidi libpng"
    3.25 +BUILD_DEPENDS="enca-dev expat-dev fontconfig-dev freetype-dev
    3.26 +	fribidi-dev libpng-dev libxml2-dev pkg-config"
    3.27  
    3.28  # What is the latest version available today?
    3.29  current_version()
    3.30 @@ -24,15 +25,13 @@
    3.31  # Rules to configure and make the package.
    3.32  compile_rules()
    3.33  {
    3.34 -	cd $src
    3.35  	./configure $CONFIGURE_ARGS &&
    3.36 -	make && make install
    3.37 +	make &&
    3.38 +	make install
    3.39  }
    3.40  
    3.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.42  genpkg_rules()
    3.43  {
    3.44 -	mkdir -p $fs/usr/lib
    3.45 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.46 +	cook_copy_files	*.so*
    3.47  }
    3.48 -