Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
FFmpeg
x265
Newest Tests
Rustls
LiteRT
WarpX
Epoch
Valkey
Whisperfile
Recently Updated Tests
Mobile Neural Network
ACES DGEMM
NWChem
SuperTuxKart
ASTC Encoder
SVT-AV1
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Timed MPlayer Compilation 1.5.0
pts/build-mplayer-1.5.0
- 02 March 2022 -
Update against new MPlayer 1.5 upstream.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.5.tar.xz</URL> <MD5>0419b64db24b6db0943dbc6afece7c44</MD5> <SHA256>650cd55bb3cb44c9b39ce36dac488428559799c5f18d16d98edb2b7256cbbf85</SHA256> <FileName>MPlayer-1.5.tar.xz</FileName> <FileSize>15379972</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh echo "#!/bin/sh cd MPlayer-1.5/ make -j \$NUM_CPU_CORES 2>&1 echo \$? > ~/test-exit-status" > time-compile-mplayer chmod +x time-compile-mplayer
interim.sh
#!/bin/sh cd MPlayer-1.5/ make clean
post.sh
#!/bin/sh rm -rf MPlayer-1.5
pre.sh
#!/bin/sh rm -rf MPlayer-1.5/ tar -xf MPlayer-1.5.tar.xz cd MPlayer-1.5/ ./configure > /dev/null make clean
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v10.8.2--> <PhoronixTestSuite> <TestInformation> <Title>Timed MPlayer Compilation</Title> <AppVersion>1.5</AppVersion> <Description>This test times how long it takes to build the MPlayer open-source media player program.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Time To Compile</SubTitle> <Executable>time-compile-mplayer</Executable> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.5.0</Version> <SupportedPlatforms>Linux</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <ProjectURL>http://www.mplayerhq.hu/</ProjectURL> <InternalTags>SMP</InternalTags> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>