wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="mediainfo-gui"
4 VERSION="19.04"
5 CATEGORY="utilities"
6 SHORT_DESC="Unified display of the technical and tag data for media files."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://mediaarea.net/MediaInfo"
11 TARBALL="MediaInfo_GUI_${VERSION}_GNU_FromSource.tar.xz"
12 WGET_URL="http://mediaarea.net/download/binary/$PACKAGE/$VERSION/$TARBALL"
14 DEPENDS="gtk+ wxWidgets"
15 BUILD_DEPENDS="file wxWidgets-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./GUI_Compile.sh
21 cd MediaInfo/Project/GNU/GUI
22 make DESTDIR=$install install
24 mkdir -p $install/usr/share/applications
25 cp -a $src/MediaInfo/Project/GNU/GUI/mediainfo-gui.desktop \
26 $install/usr/share/applications
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $install/* $fs
33 }