[xiph-commits] r3837 - in liboggplay/debian: . debian
johnf at svn.annodex.net
johnf at svn.annodex.net
Wed Jan 14 22:08:55 PST 2009
Author: johnf
Date: 2009-01-14 22:08:55 -0800 (Wed, 14 Jan 2009)
New Revision: 3837
Modified:
liboggplay/debian/
liboggplay/debian/debian/control
liboggplay/debian/debian/copyright
Log:
cleanup descriptions
Property changes on: liboggplay/debian
___________________________________________________________________
Name: bzr:revision-info
- timestamp: 2008-08-10 22:49:41.747999907 +1000
committer: John Ferlito <johnf at inodes.org>
properties:
branch-nick: debian
+ timestamp: 2009-01-15 17:08:23.384000063 +1100
committer: John Ferlito <johnf at inodes.org>
properties:
branch-nick: liboggplay/debian
Name: bzr:file-ids
-
+ debian/control control-20080805114216-jvj0kbj1mwkfpupo-5
debian/copyright copyright-20080805114216-jvj0kbj1mwkfpupo-6
Name: bzr:revision-id:v3-single1-bGlib2dncGxheS9kZWJpYW4.
- 2 johnf at inodes.org-20080805114641-xfmsxspozwt24gl3
3 johnf at inodes.org-20080805114755-26bmt3xw6qlwkigy
4 johnf at inodes.org-20080805142951-3ywamfplllqni7dc
5 johnf at inodes.org-20080810124941-3poltm0nizx8h848
+ 2 johnf at inodes.org-20080805114641-xfmsxspozwt24gl3
3 johnf at inodes.org-20080805114755-26bmt3xw6qlwkigy
4 johnf at inodes.org-20080805142951-3ywamfplllqni7dc
5 johnf at inodes.org-20080810124941-3poltm0nizx8h848
6 johnf at inodes.org-20090115060823-7lf6g3l6hkzcqyc9
Name: bzr:text-parents
+ debian/copyright johnf at inodes.org-20080805142951-3ywamfplllqni7dc
Name: bzr:text-revisions
+
Modified: liboggplay/debian/debian/control
===================================================================
--- liboggplay/debian/debian/control 2009-01-10 16:08:31 UTC (rev 3836)
+++ liboggplay/debian/debian/control 2009-01-15 06:08:55 UTC (rev 3837)
@@ -11,14 +11,20 @@
Architecture: any
Depends: ${shlibs:Depends}
Description: A library for playing OGG multimedia
- <insert long description, indented with spaces>
+ A library designed to allow drop-in playback of Xiph.Org media in an
+ application. liboggplay handles demuxing and decoding, generates timestamps for
+ raw data, maintains synchronisation across multiple streams, and provides a
+ lock-free buffer implementation for easy multithreading.
Package: liboggplay-dev
Section: libdevel
Architecture: any
Depends: liboggplay1 (= ${binary:Version})
Description: A library for playing OGG multimedia (development files)
- <insert long description, indented with spaces>
+ A library designed to allow drop-in playback of Xiph.Org media in an
+ application. liboggplay handles demuxing and decoding, generates timestamps for
+ raw data, maintains synchronisation across multiple streams, and provides a
+ lock-free buffer implementation for easy multithreading.
Package: liboggplay1-dbg
Section: libdevel
@@ -26,4 +32,7 @@
Architecture: any
Depends: liboggplay1 (= ${binary:Version})
Description: A library for playing OGG multimedia (debugging symbols)
- <insert long description, indented with spaces>
+ A library designed to allow drop-in playback of Xiph.Org media in an
+ application. liboggplay handles demuxing and decoding, generates timestamps for
+ raw data, maintains synchronisation across multiple streams, and provides a
+ lock-free buffer implementation for easy multithreading.
Modified: liboggplay/debian/debian/copyright
===================================================================
--- liboggplay/debian/debian/copyright 2009-01-10 16:08:31 UTC (rev 3836)
+++ liboggplay/debian/debian/copyright 2009-01-15 06:08:55 UTC (rev 3837)
@@ -1,9 +1,9 @@
This package was debianized by John Ferlito <johnf at inodes.org> on
Sat, 16 Feb 2008 22:04:01 +1100.
-It was downloaded from <url://example.com>
+It was downloaded from http://annodex.net/software/liboggplay/download/
-Upstream Author(s):
+Upstream Authors:
Shane Stephens (shans) <shans at annodex.net>
- Design, general implementation
More information about the commits
mailing list