wok-next diff smpeg2/receipt @ rev 21716

created get-anydesk
author Hans-G?nter Theisgen
date Tue Jul 28 11:20:16 2020 +0100 (2020-07-28)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/smpeg2/receipt	Tue Jul 28 11:20:16 2020 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="smpeg2"
     1.7 +VERSION="2.0.0"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="SDL2 MPEG Player Library"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2"
    1.12 +WEB_SITE="http://icculus.org/smpeg/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/Distrotech/smpeg/archive/release_${VERSION//./_}.tar.gz"
    1.16 +TARBALL_SHA1="ac200a91292a2db2b784a6a544fca3f5717768ea"
    1.17 +
    1.18 +BUILD_DEPENDS="automake sdl2-dev"
    1.19 +SPLIT="$PACKAGE-player $PACKAGE $PACKAGE-dev"
    1.20 +
    1.21 +COPY_player="plaympeg"
    1.22 +
    1.23 +CAT_player="multimedia|player"
    1.24 +
    1.25 +DEPENDS_player="$PACKAGE sdl2"
    1.26 +DEPENDS_std="sdl2"
    1.27 +
    1.28 +compile_rules() {
    1.29 +	CFLAGS="$CFLAGS -Wno-error=narrowing"
    1.30 +	./autogen.sh &&
    1.31 +
    1.32 +	./configure \
    1.33 +		--disable-static \
    1.34 +		--disable-debug \
    1.35 +		$CONFIGURE_ARGS &&
    1.36 +	fix libtool &&
    1.37 +	make &&
    1.38 +	make install
    1.39 +}