[Python-modules-commits] r2724 - in /packages/hachoir-metadata/trunk/debian: changelog control
mca-guest at users.alioth.debian.org
mca-guest at users.alioth.debian.org
Fri Jul 13 01:56:22 UTC 2007
Author: mca-guest
Date: Fri Jul 13 01:56:22 2007
New Revision: 2724
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2724
Log:
upstream fixed the --profiler option and bumped release number
Suggests: python-profiler as the --profiler option needs it
Modified:
packages/hachoir-metadata/trunk/debian/changelog
packages/hachoir-metadata/trunk/debian/control
Modified: packages/hachoir-metadata/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/changelog?rev=2724&op=diff
==============================================================================
--- packages/hachoir-metadata/trunk/debian/changelog (original)
+++ packages/hachoir-metadata/trunk/debian/changelog Fri Jul 13 01:56:22 2007
@@ -1,8 +1,8 @@
-hachoir-metadata (1.0-1) unstable; urgency=low
+hachoir-metadata (1.0.1-1) unstable; urgency=low
* New upstream release
- -- Michel Casabona <michel.casabona at free.fr> Fri, 13 Jul 2007 00:26:09 +0200
+ -- Michel Casabona <michel.casabona at free.fr> Fri, 13 Jul 2007 03:48:25 +0200
hachoir-metadata (0.10.0-1) unstable; urgency=low
Modified: packages/hachoir-metadata/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/hachoir-metadata/trunk/debian/control?rev=2724&op=diff
==============================================================================
--- packages/hachoir-metadata/trunk/debian/control (original)
+++ packages/hachoir-metadata/trunk/debian/control Fri Jul 13 01:56:22 2007
@@ -12,15 +12,16 @@
Package: python-hachoir-metadata
Architecture: all
Depends: ${python:Depends}, python-hachoir-parser (>= 1.0)
+Suggests: python-profiler
Description: Program to extract metadata using Hachoir library
hachoir-metadata extracts metadata from multimedia files: music, picture,
video, but also archives. It supports most common file formats:
- * Archives: bzip2, gzip, zip, tar
- * Audio: MPEG audio ("MP3"), WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI,
- AIFF, AIFC, Real audio (RA)
- * Image: BMP, CUR, EMF, ICO, GIF, JPEG, PCX, PNG, TGA, TIFF, WMF, XCF
- * Video: ASF format (WMV video), AVI, Matroska (MKV), Quicktime (MOV),
- Ogg/Theora, Real media (RM)
+ * Archives: bzip2, gzip, zip, tar
+ * Audio: MPEG audio ("MP3"), WAV, Sun/NeXT audio, Ogg/Vorbis (OGG), MIDI,
+ AIFF, AIFC, Real audio (RA)
+ * Image: BMP, CUR, EMF, ICO, GIF, JPEG, PCX, PNG, TGA, TIFF, WMF, XCF
+ * Video: ASF format (WMV video), AVI, Matroska (MKV), Quicktime (MOV),
+ Ogg/Theora, Real media (RM)
.
It tries to give the more informations as possible. For some file formats,
it gives really more informations then libextractor for example. RIFF parser
More information about the Python-modules-commits
mailing list