~phablet-team/aethercast/fix-for-microsoft-dongle

« back to all changes in this revision

Viewing changes to debian/control

Add hardware encoding and video streaming support.

The hardware encoding is currently only for Android 5.x based devices. On all others encoding will simply not work. The streaming part of aethercast (MPEGTS packetizing, RTP sending) as based on some code from Android.

Approved by PS Jenkins bot, Thomas Voß, Jim Hodapp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Simon Fels <simon.fels@canonical.com>
6
 
Build-Depends: cmake,
 
6
Build-Depends: android-headers-19 (>= 23),
 
7
               cmake,
7
8
               debhelper (>= 9),
8
9
               dh-apparmor,
9
10
               dbus,
12
13
               libboost-filesystem-dev,
13
14
               libboost-log-dev,
14
15
               libboost-iostreams-dev,
 
16
               libboost-program-options-dev,
15
17
               libboost-system-dev,
16
18
# boost log needs exactly one symbol from boost-thread for resolving
17
19
# thread-specific storage locations.
18
20
               libboost-thread-dev,
19
21
               libglib2.0-dev,
20
22
               libgstreamer1.0-dev,
 
23
               libgstreamer-plugins-base1.0-dev,
21
24
               libgtest-dev,
 
25
               libhybris-dev,
 
26
               libmedia-dev,
22
27
               libreadline-dev,
23
28
               libreadline6-dev,
24
29
               libwds-dev,
31
36
Vcs-Browser: http://bazaar.launchpad.net/aethercast/trunk/files
32
37
 
33
38
Package: aethercast
34
 
Architecture: any
 
39
Architecture: i386 amd64 armhf
35
40
Depends: ${misc:Depends},
36
41
         ${shlibs:Depends},
 
42
         aethercast-tools,
37
43
         isc-dhcp-server,
38
44
         isc-dhcp-client,
39
45
         wpasupplicant
40
46
Description: Display casting service
41
 
 A management service for remote displays which it can stream the
42
 
 current screen content to. It will support multiple approaches
43
 
 for this like Miracast.
 
47
 A management service that streams current device screen content
 
48
 to a remote display. This service supports several different
 
49
 protocols such as Miracast.
 
50
 
 
51
Package: aethercast-tools
 
52
Architecture: i386 amd64 armhf
 
53
Depends: ${misc:Depends},
 
54
         ${shlibs:Depends},
 
55
         isc-dhcp-server,
 
56
         isc-dhcp-client,
 
57
         wpasupplicant
 
58
Description: Tools for the display casting service
 
59
 A management service that streams current device screen content
 
60
 to a remote display. This service supports several different
 
61
 protocols such as Miracast.
 
62
 .
 
63
 This package contains small utilities that assist in working with
 
64
 the display streaming stack.