# HG changeset patch # User Hans-G?nter Theisgen # Date 1584518831 -3600 # Node ID e9de689753f87a8834f3deed27c23940e97eb6ea # Parent b7a8bcb5d575f885f4bddf37914dafc0542480d8 updated mediainfo (19.04 -> 19.09) diff -r b7a8bcb5d575 -r e9de689753f8 mediainfo/receipt --- a/mediainfo/receipt Wed Mar 18 06:58:12 2020 +0100 +++ b/mediainfo/receipt Wed Mar 18 09:07:11 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mediainfo" -VERSION="19.04" +VERSION="19.09" CATEGORY="utilities" SHORT_DESC="Command-line utility for reading information from media files." MAINTAINER="al.bobylev@gmail.com" @@ -12,14 +12,14 @@ WGET_URL="https://mediaarea.net/download/source/$PACKAGE/$VERSION/$TARBALL" DEPENDS="libmediainfo" -BUILD_DEPENDS="automake autoconf curl-dev libmediainfo-dev libmms-dev \ +BUILD_DEPENDS="autoconf automake curl-dev libmediainfo-dev libmms-dev \ libtool libzen" # Rules to configure and make the package. compile_rules() { cd Project/GNU/CLI - ./autogen.sh + ./autogen.sh && ./configure $CONFIGURE_ARGS && make -j 1 && make install