wok diff mediainfo-gui/receipt @ rev 22439

clementine 1.3.1 needs newer gstreamer 1.0
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Dec 23 12:19:23 2019 +0000 (2019-12-23)
parents d37d15244372
children a72a832af45d
line diff
     1.1 --- a/mediainfo-gui/receipt	Sat Dec 15 09:20:58 2018 +0100
     1.2 +++ b/mediainfo-gui/receipt	Mon Dec 23 12:19:23 2019 +0000
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mediainfo-gui"
     1.7 -VERSION="0.7.79"
     1.8 +VERSION="19.04"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Unified display of the technical and tag data for media files"
    1.11 +SHORT_DESC="Unified display of the technical and tag data for media files."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -WEB_SITE="http://mediaarea.net/"
    1.15 +WEB_SITE="https://mediaarea.net/MediaInfo"
    1.16 +
    1.17  TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz"
    1.18  WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
    1.19  
    1.20 -DEPENDS="wxWidgets gtk+"
    1.21 -BUILD_DEPENDS="wxWidgets-dev file"
    1.22 +DEPENDS="gtk+ wxWidgets"
    1.23 +BUILD_DEPENDS="file wxWidgets-dev"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28  	./GUI_Compile.sh
    1.29 -	cd MediaInfo/Project/GNU/GUI; make DESTDIR=$install install
    1.30 +	cd MediaInfo/Project/GNU/GUI
    1.31 +	make DESTDIR=$install install
    1.32  
    1.33  	mkdir -p $install/usr/share/applications
    1.34  	cp -a $src/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \