mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/mediainfo-gui: Updated for version 0.7.59.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
917eda0610
commit
b64556d47f
3 changed files with 7 additions and 9 deletions
|
@ -1,4 +1,2 @@
|
|||
This is GUI for MediaInfo. It supplies technical and tag
|
||||
information about a video or audio file.
|
||||
|
||||
This requires libmediainfo and wxGTK.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mediainfo-gui
|
||||
|
||||
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mediainfo-gui
|
||||
VERSION=${VERSION:-0.7.45}
|
||||
VERSION=${VERSION:-0.7.59}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -100,7 +100,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
# We need an icon file
|
||||
install -D -m 0644 Source/Ressource/Image/MediaInfo.png \
|
||||
install -D -m 0644 Source/Resource/Image/MediaInfo.png \
|
||||
$PKG/usr/share/pixmaps/mediainfo.png
|
||||
|
||||
# Manually install the .desktop file
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mediainfo-gui"
|
||||
VERSION="0.7.45"
|
||||
VERSION="0.7.59"
|
||||
HOMEPAGE="http://mediainfo.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mediainfo/mediainfo_0.7.45.tar.bz2"
|
||||
MD5SUM="8b8287dcc6d9805a1ba5209d99727ffb"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/mediainfo/mediainfo_0.7.59.tar.bz2"
|
||||
MD5SUM="485b160334254d9574ed0f7bb29ef35f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmediainfo mediainfo wxGTK"
|
||||
REQUIRES="libmediainfo wxPython"
|
||||
MAINTAINER="Binh Nguyen"
|
||||
EMAIL="binhnguyen@fastmail.fm"
|
||||
|
|
Loading…
Reference in a new issue