2015-05-06 05:23:21 +02:00
|
|
|
# Template file for 'mediainfo'
|
|
|
|
|
|
|
|
pkgname=mediainfo
|
|
|
|
version=0.7.73
|
|
|
|
revision=1
|
|
|
|
short_desc="Display technical and tag data for video and audio files"
|
|
|
|
homepage="http://mediaarea.net/MediaInfo"
|
|
|
|
maintainer="Georg Schabel <gescha@posteo.de>"
|
|
|
|
license="BSD"
|
|
|
|
|
|
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}.tar.gz"
|
|
|
|
checksum=1fde5b2972d923f7f87c2b2e738e8a086603243770961b077cf558f9836e612e
|
|
|
|
|
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2015-05-06 19:26:18 +02:00
|
|
|
makedepends="libmediainfo-devel zlib-devel
|
2015-05-06 20:11:02 +02:00
|
|
|
wxGTK-devel wxWidgets-devel"
|
2015-05-06 05:23:21 +02:00
|
|
|
create_wrksrc=yes
|
|
|
|
build_wrksrc="MediaInfo/Project/GNU/CLI"
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
autoreconf -fi
|
|
|
|
}
|
2015-05-06 15:13:32 +02:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense ${wrksrc}/MediaInfo/License.html
|
|
|
|
}
|
2015-05-06 19:26:18 +02:00
|
|
|
|
|
|
|
mediainfo-gui_package() {
|
|
|
|
short_desc+=" - GUI version"
|
|
|
|
depends="mediainfo>=${version}_${revision} desktop-file-utils hicolor-icon-theme"
|
|
|
|
pkg_install(){
|
|
|
|
cd ${wrksrc}/MediaInfo/Project/GNU/GUI
|
|
|
|
autoreconf -fi
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make DESTDIR="${DESTDIR}" install
|
|
|
|
|
|
|
|
vmkdir usr/share/icons/hicolor/scalable/apps
|
|
|
|
vinstall ${wrksrc}/MediaInfo/Source/Resource/Image/MediaInfo.svg 644 \
|
|
|
|
usr/share/icons/hicolor/scalable/apps mediainfo.svg
|
|
|
|
vinstall ${wrksrc}/MediaInfo/Source/Resource/Image/MediaInfo.png 644 \
|
|
|
|
usr/share/pixmaps mediainfo-gui.png
|
|
|
|
vinstall mediainfo-gui.desktop 644 usr/share/applications
|
|
|
|
}
|
|
|
|
}
|