forked from MediaArea/MediaInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* trim excess whitespace * trim trailing whitespace * unify indentation * make sure every line has a ending newline
- Loading branch information
Showing
24 changed files
with
74 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
extraction: | ||
cpp: | ||
prepare: | ||
packages: | ||
packages: | ||
- libzen-dev | ||
- libmediainfo-dev | ||
configure: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,7 +133,6 @@ else | |
exit 1 | ||
fi | ||
|
||
|
||
# Compile MediaInfo | ||
if test -e MediaInfo; then | ||
# CLI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
#libtoolize | ||
if test "$(uname)" = "Darwin" ; then | ||
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize. | ||
glibtoolize --automake | ||
#libtoolize | ||
if test "$(uname)" = "Darwin"; then | ||
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize. | ||
glibtoolize --automake | ||
else | ||
libtoolize --automake | ||
libtoolize --automake | ||
fi | ||
|
||
#aclocal | ||
if test -e /usr/bin/aclocal-1.11 ; then | ||
#OpenSolaris: no aclocal | ||
aclocal-1.11 | ||
elif test -e /usr/bin/aclocal-1.10 ; then | ||
aclocal-1.10 | ||
if test -e /usr/bin/aclocal-1.11; then | ||
#OpenSolaris: no aclocal | ||
aclocal-1.11 | ||
elif test -e /usr/bin/aclocal-1.10; then | ||
aclocal-1.10 | ||
else | ||
aclocal | ||
aclocal | ||
fi | ||
|
||
#automake | ||
if test -e /usr/bin/automake-1.11 ; then | ||
#OpenSolaris: no automake | ||
automake-1.11 -a | ||
elif test -e /usr/bin/automake-1.10 ; then | ||
automake-1.10 -a | ||
if test -e /usr/bin/automake-1.11; then | ||
#OpenSolaris: no automake | ||
automake-1.11 -a | ||
elif test -e /usr/bin/automake-1.10; then | ||
automake-1.10 -a | ||
else | ||
automake -a | ||
automake -a | ||
fi | ||
|
||
autoreconf -fi | ||
autoreconf -fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
#libtoolize | ||
if test "$(uname)" = "Darwin" ; then | ||
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize. | ||
glibtoolize --automake | ||
#libtoolize | ||
if test "$(uname)" = "Darwin"; then | ||
#Darwin based Systems like Mac OS X: libtoolize is called glibtoolize. | ||
glibtoolize --automake | ||
else | ||
libtoolize --automake | ||
libtoolize --automake | ||
fi | ||
|
||
#aclocal | ||
if test -e /usr/bin/aclocal-1.11 ; then | ||
#OpenSolaris: no aclocal | ||
aclocal-1.11 | ||
elif test -e /usr/bin/aclocal-1.10 ; then | ||
aclocal-1.10 | ||
if test -e /usr/bin/aclocal-1.11; then | ||
#OpenSolaris: no aclocal | ||
aclocal-1.11 | ||
elif test -e /usr/bin/aclocal-1.10; then | ||
aclocal-1.10 | ||
else | ||
aclocal | ||
aclocal | ||
fi | ||
|
||
#automake | ||
if test -e /usr/bin/automake-1.11 ; then | ||
#OpenSolaris: no automake | ||
automake-1.11 -a | ||
elif test -e /usr/bin/automake-1.10 ; then | ||
automake-1.10 -a | ||
if test -e /usr/bin/automake-1.11; then | ||
#OpenSolaris: no automake | ||
automake-1.11 -a | ||
elif test -e /usr/bin/automake-1.10; then | ||
automake-1.10 -a | ||
else | ||
automake -a | ||
automake -a | ||
fi | ||
|
||
autoreconf -fi | ||
autoreconf -fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[Desktop Entry] | ||
Name=mediainfo-gui.desktop | ||
ServiceTypes=audio/*,video/*,image/*,application/x-flash-video | ||
Actions=mediainfo-gui | ||
X-KDE-Priority=TopLevel | ||
Keywords=media info;metadata;tag;video;audio;subtitles;chapters;codec;mkv;mpeg;mp3;h264;avc;h265;hevc;avi; | ||
|
||
[Desktop Action mediainfo-gui] | ||
Name=MediaInfo | ||
GenericName=Media Analyzer | ||
Exec=mediainfo-gui %u | ||
Icon=mediainfo | ||
[Desktop Entry] | ||
Name=mediainfo-gui.desktop | ||
ServiceTypes=audio/*,video/*,image/*,application/x-flash-video | ||
Actions=mediainfo-gui | ||
X-KDE-Priority=TopLevel | ||
Keywords=media info;metadata;tag;video;audio;subtitles;chapters;codec;mkv;mpeg;mp3;h264;avc;h265;hevc;avi; | ||
|
||
[Desktop Action mediainfo-gui] | ||
Name=MediaInfo | ||
GenericName=Media Analyzer | ||
Exec=mediainfo-gui %u | ||
Icon=mediainfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,3 @@ package_mediainfo-gui() { | |
cd "${srcdir}"/MediaInfo/Project/GNU/GUI | ||
make DESTDIR="${pkgdir}" install | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,3 @@ def __init__(self, name, options, project): | |
|
||
def enable_cross_compilation(self): | ||
return | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,4 +30,3 @@ def __init__(self, name, options, project): | |
|
||
def enable_cross_compilation(self): | ||
return | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters