Skip to content

Commit 216b721

Browse files
author
Marc-Antoine Arnaud
committed
add packaging for debian based platforms
1 parent 6574e59 commit 216b721

File tree

6 files changed

+648
-1
lines changed

6 files changed

+648
-1
lines changed

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
avtranscoder (0.5.8-1) raring; urgency=medium
2+
3+
* first packaging for release 0.5.8
4+
5+
-- Marc-Antoine Arnaud <arnaud.marcantoine@gmail.com> Wen, 29 Jul 2015 15:07:58 +0100

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8

debian/control

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: avtranscoder
2+
Maintainer: Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
3+
Section: video
4+
Priority: extra
5+
Build-Depends: debhelper (>= 8)
6+
XS-Python-Version: >= 2.6
7+
Standards-Version: 3.9.4
8+
9+
Package: avtranscoder
10+
Architecture: all
11+
Depends: ${misc:Depends}
12+
Description: C++ API for LibAV / FFMpeg
13+
Based on Libav/FFmpeg libraries to support various video and audio formats, avTranscoder provides the high level API to re-wrap or transcode media easily.

0 commit comments

Comments
 (0)