---
htdocs/default.css | 17 +++++++++++++++
src/download | 59 +++++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 73 insertions(+), 3 deletions(-)
diff --git a/htdocs/default.css b/htdocs/default.css
index 8195c86..306acb9 100644
--- a/htdocs/default.css
+++ b/htdocs/default.css
@@ -136,3 +136,20 @@ pre {
padding: 0.2em;
border: solid 1px #6A996A;
}
+
+#distro_status {
+ margin-left: 1em;
+ margin-right: 1em;
+ border-collapse: collapse;
+ border: solid 1px #6A996A;
+}
+
+#distro_status th {
+ background-color: #7BB37B;
+ border: solid 1px #6A996A;
+}
+
+#distro_status td {
+ padding: 0.2em;
+ border: solid 1px #6A996A;
+}
diff --git a/src/download b/src/download
index 5ab7e8b..13235fe 100644
--- a/src/download
+++ b/src/download
@@ -1,6 +1,4 @@
-<h1>Libav Download and Source Code Repository Access</h1>
-
-<h2>Getting Libav</h2>
+<h1>Getting Libav</h1>
<p>
Libav has always been a very experimental and developer-driven project. It
is a key component in many multimedia projects and has new features added
@@ -8,6 +6,14 @@ constantly. Development branch snapshots work really well 99%
of the
time so people are not afraid to use them.
</p>
+<p>
+Additionally, a number of indivduals and distributions offer precompiled
+packages to their users. This site aggregates information about
+distribution channels.
+</p>
+
+<h1>Libav Download and Source Code Repository Access</h1>
+
<h2>Libav Git</h2>
<p>
Libav is developed with <a href="http://git-scm.com/">Git</a>.
@@ -181,3 +187,50 @@ release branch cut on 2009-03-02.
<a href="releases/ffmpeg-0.5.4.changelog">Changelog</a><br />
<a href="releases/ffmpeg-0.5.4.release">Release Notes</a>
</p>
+
+<a name="distros"></a><h1>Distribution Status</h1>
+
+<p>This table is sorted alphabetically. Please help to keep it up-to-date.
+</p>
+
+<table id="distro_status">
+<thead>
+<tr>
+ <th>Distribution</th>
+ <th>Package Information URL</th>
+ <th>Version Tracked</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+ <td>Debian</td>
+ <td><a href="http://packages.qa.debian.org/liba/libav.html">
+ http://packages.qa.debian.org/liba/libav.html</a></td>
+ <td>Release Branches</td>
+</tr>
+<tr>
+ <td>Gentoo</td>
+ <td><a href="http://packages.gentoo.org/package/media-video/libav">
+ http://packages.gentoo.org/package/media-video/libav</a></td>
+ <td>Release Branches, git master</td>
+</tr>
+<tr>
+ <td>Ubuntu</td>
+ <td><a href="https://launchpad.net/ubuntu/+source/libav">
+ https://launchpad.net/ubuntu/+source/libav</a></td>
+ <td>Release Branches</td>
+</tr>
+<tr>
+ <td>Open Embedded</td>
+ <td><a
href="http://cgit.openembedded.net/cgit.cgi/openembedded/tree/recipes/libav">
+
http://cgit.openembedded.net/cgit.cgi/openembedded/tree/recipes/libav</a></td>
+ <td>git master</td>
+</tr>
+<tr>
+ <td>Packman (for OpenSuSE)</td>
+ <td><a
href="http://pmbs.links2linux.org/package/files?package=libav&project=Essentials">
+
http://pmbs.links2linux.org/package/files?package=libav&project=Essentials</a></td>
+ <td>git master</td>
+</tr>
+</tbody>
+</table>
--
1.7.0.4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel