[SCM] libmediainfo/master: Add packages for python bindings

hyperair at users.alioth.debian.org hyperair at users.alioth.debian.org
Sat Aug 17 22:23:47 UTC 2013


The following commit has been merged in the master branch:
commit 551fb074b068c26645266e38f2c5b8ddbabfbd0b
Author: Chow Loong Jin <hyperair at debian.org>
Date:   Sun Aug 18 02:17:00 2013 +0800

    Add packages for python bindings

diff --git a/debian/control b/debian/control
index 8411b5b..9a906a3 100644
--- a/debian/control
+++ b/debian/control
@@ -74,6 +74,60 @@ Description: library for reading metadata from media files -- shared library
  This package contains the shared library needed for running applications which
  use this library.
 
+Package: python-mediainfodll
+Section: python
+Architecture: all
+Depends: ${python:Depends}, libmediainfo0 (>= ${source:Version}),
+         ${misc:Depends}
+Description: library for reading metadata from media files -- shared library
+ MediaInfo is a library used for retrieving technical information and other
+ metadata about audio or video files.
+ .
+ A non-exhaustive list of the information MediaInfo can retrieve from media
+ files include:
+  - General: title, author, director, album, track number, date, duration...
+  - Video: codec, aspect, fps, bitrate...
+  - Audio: codec, sample rate, channels, language, bitrate...
+  - Text: language of subtitle
+  - Chapters: number of chapters, list of chapters
+ .
+ MediaInfo supports the following formats:
+  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
+           MPEG-4, DVD (VOB)...
+  - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
+  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
+  - Subtitles: SRT, SSA, ASS, SAMI...
+ .
+ This package contains the Python 2.x module required for using this library
+ from Python 2.x applications.
+
+Package: python3-mediainfodll
+Section: python
+Architecture: all
+Depends: ${python3:Depends}, libmediainfo0 (>= ${source:Version}),
+         ${misc:Depends}
+Description: library for reading metadata from media files -- shared library
+ MediaInfo is a library used for retrieving technical information and other
+ metadata about audio or video files.
+ .
+ A non-exhaustive list of the information MediaInfo can retrieve from media
+ files include:
+  - General: title, author, director, album, track number, date, duration...
+  - Video: codec, aspect, fps, bitrate...
+  - Audio: codec, sample rate, channels, language, bitrate...
+  - Text: language of subtitle
+  - Chapters: number of chapters, list of chapters
+ .
+ MediaInfo supports the following formats:
+  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
+           MPEG-4, DVD (VOB)...
+  - Video Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
+  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
+  - Subtitles: SRT, SSA, ASS, SAMI...
+ .
+ This package contains the Python 3.x module required for using this library
+ from Python 3.x applications.
+
 Package: libmediainfo-doc
 Section: doc
 Architecture: all
diff --git a/debian/python-mediainfodll.install b/debian/python-mediainfodll.install
new file mode 100644
index 0000000..dbdb301
--- /dev/null
+++ b/debian/python-mediainfodll.install
@@ -0,0 +1 @@
+/usr/lib/python2*
diff --git a/debian/python3-mediainfodll.install b/debian/python3-mediainfodll.install
new file mode 100644
index 0000000..fef6392
--- /dev/null
+++ b/debian/python3-mediainfodll.install
@@ -0,0 +1 @@
+/usr/lib/python3*

-- 
libmediainfo packaging



More information about the pkg-multimedia-commits mailing list