wok rev 21501

updated mutagen (1.28 -> 1.42.0)
author Hans-G?nter Theisgen
date Thu May 02 15:41:19 2019 +0100 (2019-05-02)
parents e509d54c1ccc
children 7ad044cdc1c1
files mutagen/receipt
line diff
     1.1 --- a/mutagen/receipt	Thu May 02 15:32:44 2019 +0100
     1.2 +++ b/mutagen/receipt	Thu May 02 15:41:19 2019 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mutagen"
     1.7 -VERSION="1.28"
     1.8 +VERSION="1.42.0"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="Read and write audio tags for many formats"
    1.11 +SHORT_DESC="Read and write audio tags for many formats."
    1.12  MAINTAINER="rj.rohit@gmail.com"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="https://github.com/quodlibet/mutagen"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="$WEB_SITE/downloads/$TARBALL"
    1.18  TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
    1.19  
    1.20  DEPENDS="python"
    1.21 -BUILD_DEPENDS="wget cacerts python"
    1.22 +BUILD_DEPENDS="cacerts python"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26 @@ -26,4 +27,3 @@
    1.27  {
    1.28  	cp -a $install/* $fs
    1.29  }
    1.30 -