# HG changeset patch # User Hans-G?nter Theisgen # Date 1556808079 -3600 # Node ID 74296b85e0a2a1e8f1b82b670fb668ae3042051a # Parent e509d54c1ccceb53772eba15afa3e958a0cc27cd updated mutagen (1.28 -> 1.42.0) diff -r e509d54c1ccc -r 74296b85e0a2 mutagen/receipt --- a/mutagen/receipt Thu May 02 15:32:44 2019 +0100 +++ b/mutagen/receipt Thu May 02 15:41:19 2019 +0100 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="mutagen" -VERSION="1.28" +VERSION="1.42.0" CATEGORY="multimedia" -SHORT_DESC="Read and write audio tags for many formats" +SHORT_DESC="Read and write audio tags for many formats." MAINTAINER="rj.rohit@gmail.com" LICENSE="GPL2" WEB_SITE="https://github.com/quodlibet/mutagen" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/downloads/$TARBALL" TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3" DEPENDS="python" -BUILD_DEPENDS="wget cacerts python" +BUILD_DEPENDS="cacerts python" # Rules to configure and make the package. compile_rules() @@ -26,4 +27,3 @@ { cp -a $install/* $fs } -