diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 08:26:04 +0000 |
commit | 113e9f87ad0dcb2a5c7d71cadfdba93fe2ef92e3 (patch) | |
tree | e8f66c90bbf5fd25e373992147282f48d9d0619f /libogg | |
parent | 06f7d17e81de21a95e35b03453242bc62b05a6aa (diff) |
Add a ton of missing package DESCRIPTION fields.
BKrev: 4052c59c7bolGgKg0fqnaHTjcsYRWQ
Diffstat (limited to 'libogg')
-rw-r--r-- | libogg/libogg_1.0.oe | 3 | ||||
-rw-r--r-- | libogg/libogg_1.1.oe | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libogg/libogg_1.0.oe b/libogg/libogg_1.0.oe index 7216c4049a..898d6d6ff7 100644 --- a/libogg/libogg_1.0.oe +++ b/libogg/libogg_1.0.oe @@ -1,6 +1,9 @@ SECTION = "libs" RDEPENDS = "libc6" DEPENDS = "virtual/libc" +DESCRIPTION = "libogg is the bitstream and framing library \ +for the Ogg project. It provides functions which are \ +necessary to codec libraries like libvorbis." SRC_URI = http://www.vorbis.com/files/1.0/unix/libogg-${PV}.tar.gz diff --git a/libogg/libogg_1.1.oe b/libogg/libogg_1.1.oe index 4a6a9f8622..67693fb212 100644 --- a/libogg/libogg_1.1.oe +++ b/libogg/libogg_1.1.oe @@ -1,6 +1,9 @@ SECTION = "libs" RDEPENDS = "libc6" DEPENDS = "virtual/libc" +DESCRIPTION = "libogg is the bitstream and framing library \ +for the Ogg project. It provides functions which are \ +necessary to codec libraries like libvorbis." SRC_URI = http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz |