~ubuntu-branches/ubuntu/precise/rygel/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Henriksson, Andreas Henriksson, Marc-André Lureau
  • Date: 2009-09-26 14:04:05 UTC
  • Revision ID: james.westby@ubuntu.com-20090926140405-1xggvv00nry42fex
Tags: 0.4.1-1
[ Andreas Henriksson ]
* New upstream release.
* debian/rygel.install:
  - don't install gconf schemas, they've been dropped.
  - Install rygel-media-export instead of rygel-media-folder.
* debian/control:
  - Drop rygel-dvb package, dvb-daemon will provide this.
  - Drop build-dependency on libgconf2-dev.
  - Bump build-dependencies on gupnp to >= 0.13, gupnp-av to >= 0.5,
    gstreamer to >= 0.10.23, gee to >= 0.3.0.
* debian/rules: update-patch-series: Use xargs -r to cope with null input.
* run update-patch-series to drop unused gee patch, not needed anymore.
* fix lintian warnings:
  - out-of-date-standards-version 3.8.1 (current is 3.8.3)
  - build-depends-on-1-revision build-depends: uuid-dev (>= 1.2-1.41.3-1)
  - copyright-lists-upstream-authors-with-dh_make-boilerplate
* debian/rules:
  - drop gconf schema related configure flags.
  - uncomment quilt patch script.
* debian/patches/0001-rygel.conf-enabled-by-default.patch:
  - enable the rygel session service by default.
* debian/rygel.install:
  - install /etc/rygel.conf
  - install rygel dbus service file.
* debian/control: make rygel-tracker recommend tracker
* debian/patches/0002-update-forgotten-dbus-paths-to-all-use-Rygel1.patch:
  - Added, dbus path is org.gnome.Rygel1, some still used of org.gnome.Rygel.
* New upstream bugfix release
* debian/patches/0002-update-forgotten-dbus-paths-to-all-use-Rygel1.patch:
  - Dropped, fixed upstream.
* debian/control:
  - Add myself to uploaders and set a team email alias as maintainer address.
  - Make rygel suggest the packages with tracker and mediathek plugins.
  - Add libsqlite3-dev to build-dependencies.

[ Marc-André Lureau ]
* Initial packaging.
* debian/control:
  - changed rygel-1.0-dev architecture to "any".
  - added rygel-1.0-dev dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: rygel
 
2
Section: net
 
3
Priority: extra
 
4
Maintainer: Debian Rygel Maintainers <ah-rygel@debian.org>
 
5
Uploaders: Marc-André Lureau <marcandre.lureau@gmail.com>, Andreas Henriksson <andreas@fatal.se>
 
6
Build-Depends: quilt, debhelper (>= 7), autotools-dev,
 
7
    libgupnp-1.0-dev (>= 0.13),
 
8
    libgupnp-av-1.0-dev (>= 0.5),
 
9
    libdbus-glib-1-dev (>= 0.74),
 
10
    libgstreamer0.10-dev (>= 0.10.23),
 
11
    libglib2.0-dev (>= 2.16.6),
 
12
    libgee-dev (>= 0.3.0),
 
13
    uuid-dev (>= 1.2-1.41.3),
 
14
    libsoup2.4-dev (>= 2.26.0),
 
15
    libsqlite3-dev (>= 3.5),
 
16
    libgtk2.0-dev (>= 2.16)
 
17
Standards-Version: 3.8.3
 
18
Homepage: http://live.gnome.org/Rygel
 
19
Vcs-Git: git://git.debian.org/git/collab-maint/rygel.git
 
20
Vcs-Browser: http://git.debian.org/?p=collab-maint/rygel.git
 
21
 
 
22
Package: rygel
 
23
Architecture: any
 
24
Depends: ${shlibs:Depends}, ${misc:Depends}
 
25
Suggests: rygel-tracker, rygel-mediathek
 
26
Description: GNOME UPnP/DLNA services
 
27
 Rygel is a collection of UPnP/DLNA sevices, implemented through a
 
28
 plug-in mechanism. Important facts and features:
 
29
 .
 
30
   * APIs to ease the implementation of AV devices (currently only
 
31
     MediaServer V 2.0 specification).
 
32
 .
 
33
   * Audio and Video Transcoding: source format could be anything
 
34
     GStreamer's decodebin2 can handle but output formats are currently
 
35
     limited to: mp3, PCM and MPEG TS. Fortunately the transcoding
 
36
     framework is flexible enough to easily add more transcoding targets.
 
37
 .
 
38
   * Specifically designed for GNOME (Mobile).
 
39
 .
 
40
   * Based on GUPnP.
 
41
 .
 
42
   * Written (mostly) in Vala language.
 
43
 .
 
44
 This package contains the core of Rygel and following plugins:
 
45
 .
 
46
   * folder: A MediaServer plugin that recursively exports folders
 
47
     specified in the user preferences.
 
48
 .
 
49
   * external: A MediaServer plugin that exports media hierarchies
 
50
     provided by external applications.
 
51
 
 
52
Package: rygel-1.0-dev
 
53
Architecture: any
 
54
Depends: ${misc:Depends}, libgupnp-1.0-dev, libgstreamer0.10-dev
 
55
Description: GNOME UPnP/DLNA services - plugin development files
 
56
 Rygel is a collection of UPnP/DLNA sevices, implemented through a
 
57
 plug-in mechanism. Important facts and features:
 
58
 .
 
59
   * APIs to ease the implementation of AV devices (currently only
 
60
     MediaServer V 2.0 specification).
 
61
 .
 
62
   * Audio and Video Transcoding: source format could be anything
 
63
     GStreamer's decodebin2 can handle but output formats are currently
 
64
     limited to: mp3, PCM and MPEG TS. Fortunately the transcoding
 
65
     framework is flexible enough to easily add more transcoding targets.
 
66
 .
 
67
   * Specifically designed for GNOME (Mobile).
 
68
 .
 
69
   * Based on GUPnP.
 
70
 .
 
71
   * Written (mostly) in Vala language.
 
72
 .
 
73
 This package privdes the files needed to build Rygel plugins.
 
74
 
 
75
Package: rygel-mediathek
 
76
Architecture: any
 
77
Depends: ${shlibs:Depends}, ${misc:Depends}
 
78
Description: GNOME UPnP/DLNA services - Mediathek plugin
 
79
 Rygel is a collection of UPnP/DLNA sevices, implemented through a
 
80
 plug-in mechanism. Important facts and features:
 
81
 .
 
82
   * APIs to ease the implementation of AV devices (currently only
 
83
     MediaServer V 2.0 specification).
 
84
 .
 
85
   * Audio and Video Transcoding: source format could be anything
 
86
     GStreamer's decodebin2 can handle but output formats are currently
 
87
     limited to: mp3, PCM and MPEG TS. Fortunately the transcoding
 
88
     framework is flexible enough to easily add more transcoding targets.
 
89
 .
 
90
   * Specifically designed for GNOME (Mobile).
 
91
 .
 
92
   * Based on GUPnP.
 
93
 .
 
94
   * Written (mostly) in Vala language.
 
95
 .
 
96
 This package provides a MediaServer plugin that exports TV programs
 
97
 from the 2nd German TV station online service (http://www.zdf.de/)
 
98
 over the UPnP network.
 
99
 
 
100
Package: rygel-tracker
 
101
Architecture: any
 
102
Depends: ${shlibs:Depends}, ${misc:Depends}
 
103
Recommends: tracker
 
104
Description: GNOME UPnP/DLNA services - Tracker plugin
 
105
 Rygel is a collection of UPnP/DLNA sevices, implemented through a
 
106
 plug-in mechanism. Important facts and features:
 
107
 .
 
108
   * APIs to ease the implementation of AV devices (currently only
 
109
     MediaServer V 2.0 specification).
 
110
 .
 
111
   * Audio and Video Transcoding: source format could be anything
 
112
     GStreamer's decodebin2 can handle but output formats are currently
 
113
     limited to: mp3, PCM and MPEG TS. Fortunately the transcoding
 
114
     framework is flexible enough to easily add more transcoding targets.
 
115
 .
 
116
   * Specifically designed for GNOME (Mobile).
 
117
 .
 
118
   * Based on GUPnP.
 
119
 .
 
120
   * Written (mostly) in Vala language.
 
121
 .
 
122
 This package provides a MediaServer plugin that exports user's media
 
123
 contents known to Tracker (http://www.gnome.org/projects/tracker).