source: gs2-extensions/video/trunk/build-srcpack/packages/CASCADE-MAKE/MEDIAINFO.sh@ 22517

Last change on this file since 22517 was 22517, checked in by max, 14 years ago

Added MediaInfo for Linux (Tested under Ubuntu Lucid)
Changed the MediaInfo default package for a tailored one
Compile MediaInfo with the automatic script

  • Property svn:executable set to *
File size: 868 bytes
Line 
1#!/bin/bash
2
3package=MediaInfo-CLI
4version=-0.7
5
6progname=$0
7
8source ../../cascade-make/lib/cascade-lib.bash
9
10prefix=$GEXTVIDEO_INSTALLED
11
12opt_run_untar $force_untar $auto_untar $package $version .tar.bz2
13
14#opt_run_configure $force_config $auto_config $package $version "$prefix" \
15# "--with-ogg=$prefix"
16#opt_run_make $compile $package $version
17#opt_run_make $install $package $version "install"
18#opt_run_make $clean $package $version "clean"
19#opt_run_make $distclean $package $version "distclean"
20
21# Run an automatic script that will compile MediaInfo with the dependencies
22cd $package$version
23echo Launching the MediaInfo automatic script CLI_Compile.sh
24./CLI_Compile.sh
25cd MediaInfo/Project/GNU/CLI
26# Copy the static executable to the installed bin directory
27cp -p mediainfo $GEXTVIDEO_INSTALLED/bin
28
29
30opt_run_tarclean $tarclean $package $version
31
Note: See TracBrowser for help on using the repository browser.