Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Fri 5/17/13 22:52
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index b7fa4b6..13dfdc4 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -7,6 +7,7 @@ Phoronix Test Suite (Git)
- phoromatic: HTTPS connection support, install the Phoromatic.com SSL certificate
- pts: Update apache test profile against upstream Apache 2.2.17
- pts: Update build-apache test profile against upstream Apache 2.2.17
+- pts: Update build-mplayer test profile against upstream MPlayer 1.0rc3
Phoronix Test Suite 3.0 Alpha 2
18 November 2010
diff --git a/pts/test-profiles/build-apache/interim.sh b/pts/test-profiles/build-apache/interim.sh
index 0120dcc..30b4d49 100755
--- a/pts/test-profiles/build-apache/interim.sh
+++ b/pts/test-profiles/build-apache/interim.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-cd httpd-2.2.11/
+cd httpd-2.2.17/
make clean
diff --git a/pts/test-profiles/build-apache/post.sh b/pts/test-profiles/build-apache/post.sh
index 86093cf..7fb7a54 100755
--- a/pts/test-profiles/build-apache/post.sh
+++ b/pts/test-profiles/build-apache/post.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-rm -rf httpd-2.2.11/
+rm -rf httpd-2.2.17/
diff --git a/pts/test-profiles/build-apache/pre.sh b/pts/test-profiles/build-apache/pre.sh
index 66c3715..2302909 100755
--- a/pts/test-profiles/build-apache/pre.sh
+++ b/pts/test-profiles/build-apache/pre.sh
@@ -1,8 +1,8 @@
#!/bin/sh
-rm -rf httpd-2.2.11/
-tar -zxvf httpd-2.2.11.tar.gz
-cd httpd-2.2.11/
+rm -rf httpd-2.2.17/
+tar -zxvf httpd-2.2.17.tar.gz
+cd httpd-2.2.17/
./configure > /dev/null
make clean
diff --git a/pts/test-profiles/build-mplayer/downloads.xml b/pts/test-profiles/build-mplayer/downloads.xml
index 88d65a5..42280e6 100644
--- a/pts/test-profiles/build-mplayer/downloads.xml
+++ b/pts/test-profiles/build-mplayer/downloads.xml
@@ -1,9 +1,9 @@
<PhoronixTestSuite>
<Downloads>
<Package>
- <URL>http://www3.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc2.tar.bz2, http://ftp.kaist.ac.kr/pub/MPlayer/releases/MPlayer-1.0rc2.tar.bz2</URL>
- <MD5>7e27e535c2d267637df34898f1b91707</MD5>
- <FileSize>9338201</FileSize>
+ <URL>http://www.mplayerhq.hu/MPlayer/releases/MPlayer-1.0rc3.tar.bz2, http://ftp.kaist.ac.kr/MPlayer/releases/MPlayer-1.0rc3.tar.bz2</URL>
+ <MD5>e1221be5fcad74a2a4185f67ba6c9ae0</MD5>
+ <FileSize>9650074</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>
diff --git a/pts/test-profiles/build-mplayer/install.sh b/pts/test-profiles/build-mplayer/install.sh
index 547d407..e18a9b5 100755
--- a/pts/test-profiles/build-mplayer/install.sh
+++ b/pts/test-profiles/build-mplayer/install.sh
@@ -1,7 +1,7 @@
#!/bin/sh
echo "#!/bin/sh
-cd MPlayer-1.0rc2/
+cd MPlayer-1.0rc3/
make -j \$NUM_CPU_JOBS 2>&1" > time-compile-mplayer
chmod +x time-compile-mplayer
diff --git a/pts/test-profiles/build-mplayer/interim.sh b/pts/test-profiles/build-mplayer/interim.sh
index 82e8cd0..6359f01 100755
--- a/pts/test-profiles/build-mplayer/interim.sh
+++ b/pts/test-profiles/build-mplayer/interim.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-cd MPlayer-1.0rc2/
+cd MPlayer-1.0rc3/
make clean
diff --git a/pts/test-profiles/build-mplayer/post.sh b/pts/test-profiles/build-mplayer/post.sh
index 18b5e2c..4ad4e2c 100755
--- a/pts/test-profiles/build-mplayer/post.sh
+++ b/pts/test-profiles/build-mplayer/post.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-rm -rf MPlayer-1.0rc2/
+rm -rf MPlayer-1.0rc3/
diff --git a/pts/test-profiles/build-mplayer/pre.sh b/pts/test-profiles/build-mplayer/pre.sh
index ba000ba..c0972ee 100755
--- a/pts/test-profiles/build-mplayer/pre.sh
+++ b/pts/test-profiles/build-mplayer/pre.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-rm -rf MPlayer-1.0rc2/
-tar -xjf MPlayer-1.0rc2.tar.bz2
-cd MPlayer-1.0rc2/
+rm -rf MPlayer-1.0rc3/
+tar -xjf MPlayer-1.0rc3.tar.bz2
+cd MPlayer-1.0rc3/
./configure --disable-ivtv > /dev/null
make clean
diff --git a/pts/test-profiles/build-mplayer/test-definition.xml b/pts/test-profiles/build-mplayer/test-definition.xml
index e15302f..f7ba819 100644
--- a/pts/test-profiles/build-mplayer/test-definition.xml
+++ b/pts/test-profiles/build-mplayer/test-definition.xml
@@ -2,7 +2,7 @@
<?xml-stylesheet type="text/xsl" href="xsl/pts-test-profile-viewer.xsl" ?>
<PhoronixTestSuite>
<TestProfile>
- <Version>1.2.0</Version>
+ <Version>1.3.0</Version>
<Maintainer>Michael Larabel</Maintainer>
<ProjectURL>http://www.mplayerhq.hu/</ProjectURL>
<Extends>timed-build</Extends>
@@ -10,7 +10,7 @@
</TestProfile>
<TestInformation>
<Title>Timed MPlayer Compilation</Title>
- <Version>1.0-rc2</Version>
+ <Version>1.0-rc3</Version>
<Executable>time-compile-mplayer</Executable>
<Description>This test times how long it takes to build the MPlayer media player program.</Description>
&n
Copyright © 2013 by Phoronix Media