wok-4.x diff alsaplayer/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 03117e7655ff
children
line diff
     1.1 --- a/alsaplayer/receipt	Mon Nov 08 22:56:00 2010 +0000
     1.2 +++ b/alsaplayer/receipt	Sun Apr 02 14:34:44 2023 +0000
     1.3 @@ -6,12 +6,12 @@
     1.4  SHORT_DESC="Alsa GTK+ PCM player."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  DEPENDS="gtk+ alsa-lib libmad libogg libvorbis xorg-libXdamage"
     1.7 -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev"
     1.8 -SUGGESTED="alsaplayer-scopes libid3tag"
     1.9 +BUILD_DEPENDS="gtk+-dev alsa-lib-dev libmad-dev libogg-dev libvorbis-dev flac-dev"
    1.10 +SUGGESTED="alsaplayer-scopes libid3tag flac"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.alsaplayer.org/"
    1.13  WGET_URL="http://www.alsaplayer.org/$TARBALL"
    1.14 -TAGS="music audio player mp3 ogg"
    1.15 +TAGS="music audio player mp3 ogg flac"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19 @@ -23,7 +23,7 @@
    1.20  		--infodir=/usr/share/info \
    1.21  		--mandir=/usr/share/man \
    1.22  		--enable-gtk2 \
    1.23 -		--disable-flac \
    1.24 +		--enable-flac \
    1.25  		--disable-jack \
    1.26  		--disable-esd \
    1.27  		$CONFIGURE_ARGS &&