debian/0000755000000000000000000000000012314131030007152 5ustar debian/watch0000644000000000000000000000014212266273313010221 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/rygel/(\d+\.\d*[02468])/rygel-([\d\.]+)\.tar\.xz debian/librygel-server-2.0-1.install0000644000000000000000000000004112266273313014326 0ustar usr/lib/librygel-server-2.0.so.* debian/rygel.triggers0000644000000000000000000000006312266273313012064 0ustar interest /usr/lib/rygel-2.0 interest rygel-restart debian/rygel-playbin.install0000644000000000000000000000012312266273313013335 0ustar usr/lib/rygel-*/plugins/librygel-playbin.so usr/lib/rygel-*/plugins/playbin.plugin debian/README.source0000644000000000000000000000220112266273313011345 0ustar This package is maintained in git, see Vcs* headers in debian/control. Set up a working copy: git checkout git checkout -b upstream origin/upstream git checkout -b pristine-tar origin/pristine-tar git checkout -b patches origin/patches Adding new patches against the upstream source: git checkout patches git checkout master fakeroot debian/rules update-patch-series git commit Dropping patches: git checkout patches git rebase -i origin/upstream git checkout master fakeroot debian/rules update-patch-series git commit git push origin :patches git push origin patches:patches New upstream release: git import-orig --pristine-tar ../tarballs/package-version.tar.gz dch -v version-1 git commit debian/changelog -m "Update debian/changelog" Releasing: dch -r git commit debian/changelog -m "Update debian/changelog" #git-buildpackage --git-pristine-tar --git-builder="pdebuild --debbuildopts '-I.git -i\.git'" --git-cleaner="fakeroot debian/rules clean" git-buildpackage --git-pristine-tar git-buildpackage --git-tag-only git push git push --tags debian/rules0000755000000000000000000000143312314113427010245 0ustar #!/usr/bin/make -f %: dh $@ --with=autoreconf override_dh_auto_configure: find . -name "*_vala.stamp" | xargs rm -f ./configure --prefix=/usr --mandir=\$${prefix}/share/man \ --sysconfdir=/etc \ --enable-mediathek-plugin \ --enable-gst-launch-plugin \ LDFLAGS="$(LDFLAGS) -Wl,-z,defs -Wl,--as-needed" \ CFLAGS="$(CFLAGS)" override_dh_strip: dh_strip --dbg-package=rygel-dbg override_dh_makeshlibs: dh_makeshlibs -X /usr/lib/rygel-2.0/ override_dh_install: dh_install --list-missing # kfreebsd is fubar and noone around to remove the existing kfreebsd binary # packages (see #711947). Just continue shipping it broken for now.... # This makes test-suite failures non-fatal on kfreebsd. ifeq ($(DEB_HOST_ARCH_OS), kfreebsd) override_dh_auto_test: dh_auto_test || true endif debian/rygel-tracker.NEWS0000644000000000000000000000101212266273313012436 0ustar rygel-tracker (0.8.0-1) experimental; urgency=low One of the major differences between rygel 0.6 and 0.8 is that only one of MediaExport or Tracker backends will be enabled. The Tracker backend has higher priority, so if you want to continue using MediaExport you will need to disable tracker in your rygel.conf (or via rygel-preferences). Another option is to simply uninstall the rygel-tracker package, if you have no use for it. -- Andreas Henriksson Thu, 23 Sep 2010 09:48:34 +0200 debian/rygel-2.0-dev.install0000644000000000000000000000022112266273313012751 0ustar usr/include/rygel-*/* usr/lib/librygel-*-2.0.so usr/lib/pkgconfig/*.pc usr/share/vala/vapi/*.deps usr/share/vala/vapi/*.vapi usr/share/gtk-doc/* debian/rygel-mediathek.install0000644000000000000000000000012712266273313013636 0ustar usr/lib/rygel-*/plugins/librygel-mediathek.so usr/lib/rygel-*/plugins/mediathek.plugin debian/librygel-renderer-2.0-1.install0000644000000000000000000000004312266273313014630 0ustar usr/lib/librygel-renderer-2.0.so.* debian/rygel-gst-launch.install0000644000000000000000000000013112266273313013743 0ustar usr/lib/rygel-*/plugins/librygel-gst-launch.so usr/lib/rygel-*/plugins/gst-launch.plugin debian/rygel.postinst0000644000000000000000000000065312266273313012126 0ustar #! /bin/sh set -e case "$1" in configure) dpkg-trigger rygel-restart ;; triggered) # both "/usr/lib/rygel-2.0" and "rygel-restart" triggers # should result in rygel being restarted. # make running rygel processes restart themselves. PIDS=$(pidof /usr/bin/rygel || true) if [ "$PIDS" != "" ]; then kill -HUP $PIDS echo "Running rygel instances was told to restart." fi ;; *) ;; esac #DEBHELPER# debian/rygel.install0000644000000000000000000000105612266273313011707 0ustar etc/rygel.conf usr/bin/rygel usr/lib/rygel-*/engines/*.so usr/lib/rygel-*/engines/*.plugin usr/lib/rygel-*/plugins/librygel-external.so usr/lib/rygel-*/plugins/external.plugin usr/lib/rygel-*/plugins/librygel-media-export.so usr/lib/rygel-*/plugins/media-export.plugin usr/lib/rygel-*/plugins/librygel-mpris.so usr/lib/rygel-*/plugins/mpris.plugin usr/share/icons/ usr/share/rygel/icons/ usr/share/rygel/presets/ usr/share/rygel/*.ui usr/share/rygel/xml/*.xml usr/share/dbus-1/services/* usr/share/applications/rygel.desktop usr/share/man/ usr/share/locale/ debian/librygel-core-2.0-1.install0000644000000000000000000000003712266273313013755 0ustar usr/lib/librygel-core-2.0.so.* debian/copyright0000644000000000000000000000206312266273313011127 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: Rygel Maintainer: Source: http://ftp.gnome.org/pub/GNOME/sources/rygel/ Files: * Copyright: 2006, 2007, 2008 OpenedHand Ltd. 2008-2012 Nokia Corporation. 2008-2012 Jens Georg . 2008-2010 Zeeshan Ali (Khattak) . 2009 Thijs Vermeir 2010 Andreas Henriksson . 2010 MediaNet Inh. 2011 Red Hat, Inc. 2012 Intel Corporation. 2012 Openismus GmbH. License: LGPL-2+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. Files: debian/* Copyright: 2009 Marc-Andre Lureau 2009-2013 Andreas Henriksson License: LGPL-2+ On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/docs0000644000000000000000000000002112266273313010037 0ustar NEWS README TODO debian/rygel.prerm0000644000000000000000000000040012266273313011356 0ustar #! /bin/sh set -e case "$1" in remove) # shut down daemon when removing it. PIDS=$(pidof /usr/bin/rygel || true) if [ "$PIDS" != "" ]; then kill $PIDS echo "Running rygel instances was told to terminate." fi ;; *) ;; esac #DEBHELPER# debian/source/0000755000000000000000000000000012266273313010473 5ustar debian/source/format0000644000000000000000000000001412266273313011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012307033303010607 5ustar debian/patches/0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch0000644000000000000000000000142712307033303022125 0ustar From 7b8f12e4283dda3260b4a4e37774dea42d059cc9 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Wed, 20 Feb 2013 15:51:33 +0100 Subject: [PATCH] Revert "data: Hide rygel-preferences in GNOME" This reverts commit badc404d9911d0199bce5042063f6431e722a393. --- data/rygel-preferences.desktop.in.in | 1 - 1 file changed, 1 deletion(-) diff --git a/data/rygel-preferences.desktop.in.in b/data/rygel-preferences.desktop.in.in index 05513c8..ca4bace 100644 --- a/data/rygel-preferences.desktop.in.in +++ b/data/rygel-preferences.desktop.in.in @@ -7,7 +7,6 @@ Exec=rygel-preferences Terminal=false Type=Application StartupNotify=true -NotShowIn=GNOME; X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=Rygel X-GNOME-Bugzilla-Component=rygel-preferences debian/patches/series0000644000000000000000000000006712307033303012027 0ustar 0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch debian/compat0000644000000000000000000000000212266273313010371 0ustar 9 debian/control0000644000000000000000000003150112314113430010561 0ustar Source: rygel Section: net Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Rygel Maintainers Uploaders: Marc-André Lureau , Andreas Henriksson Build-Depends: debhelper (>= 9), dh-autoreconf, intltool, valac (>= 0.20.0), valadoc (>= 0.2), gtk-doc-tools, gstreamer1.0-plugins-base, libgssdp-1.0-dev (>= 0.13.0), libgupnp-1.0-dev (>= 0.19.0), libgupnp-av-1.0-dev (>= 0.11.4), libgupnp-dlna-2.0-dev (>= 0.9.4-2), libgstreamer1.0-dev (>= 1.0), libgstreamer-plugins-base1.0-dev (>= 1.0), libglib2.0-dev (>= 2.34.0), libgee-0.8-dev, uuid-dev (>= 1.41.3), libsoup2.4-dev (>= 2.34.0), libsqlite3-dev (>= 3.5), libtracker-sparql-0.16-dev, libunistring-dev, libgtk-3-dev (>= 3.0) Standards-Version: 3.9.4 Homepage: http://live.gnome.org/Rygel Vcs-Git: git://git.debian.org/git/collab-maint/rygel.git Vcs-Browser: http://git.debian.org/?p=collab-maint/rygel.git Package: rygel Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-libav Suggests: rygel-preferences, rygel-playbin, rygel-tracker, rygel-mediathek, tumbler Description: GNOME UPnP/DLNA services Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the core of Rygel and following plugins: * media-export: Recursively exports folders and files specified in the user configuration. This plugin supports all types of URIs that gio/gvfs and GStreamer can handle. * external: A MediaServer plugin that exports media hierarchies provided by external applications. * mpris: Export of media players that implement MPRIS2 D-Bus interface, as MediaRenderer devices. Package: rygel-dbg Section: debug Architecture: any Depends: rygel (= ${binary:Version}), ${misc:Depends} Description: GNOME UPnP/DLNA services Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the debug symbols for rygel itself as well as all the extra plugins. Package: rygel-2.0-dev Section: devel Architecture: any Depends: ${misc:Depends}, libgupnp-1.0-dev, libgstreamer1.0-dev, librygel-core-2.0-1 (= ${binary:Version}), librygel-server-2.0-1 (= ${binary:Version}), librygel-renderer-2.0-1 (= ${binary:Version}), librygel-renderer-gst-2.0-1 (= ${binary:Version}) Replaces: rygel-1.0-dev Conflicts: rygel-1.0-dev Description: GNOME UPnP/DLNA services - plugin development files Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides the development files needed to build Rygel plugins. Package: librygel-core-2.0-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME UPnP/DLNA services - core library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the core of Rygel, used by other rygel modules. #Package: librygel-core-2.0-dev #Section: devel #Architecture: any #Depends: ${misc:Depends} #Description: GNOME UPnP/DLNA services - core library development files # Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), # implemented through a plug-in mechanism. # . # This package contains the development files for the core of Rygel. Package: librygel-server-2.0-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME UPnP/DLNA services - server library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by application implementing UPnP server functionality by using rygel server plug-ins. #Package: librygel-server-2.0-dev #Section: devel #Architecture: any #Depends: ${misc:Depends} #Description: GNOME UPnP/DLNA services - server library development files # Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), # implemented through a plug-in mechanism. # . # This package contains the files to develop rygel server plug-ins and add # UPnP server functionality to your application. Package: librygel-renderer-2.0-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME UPnP/DLNA services - renderer library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by applications implementing UPnP renderer functionality by using rygel renderer plug-ins. #Package: librygel-renderer-2.0-dev #Section: devel #Architecture: any #Depends: ${misc:Depends} #Description: GNOME UPnP/DLNA services - renderer library development files # Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), # implemented through a plug-in mechanism. # . # This package contains the files to develop rygel renderer plug-ins and add # UPnP renderer functionality to your application. Package: librygel-renderer-gst-2.0-1 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: GNOME UPnP/DLNA services - renderer library Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains a library used by applications implementing UPnP renderer functionality based on GStreamer by using rygel renderer plug-ins. #Package: librygel-renderer-gst-2.0-dev #Section: devel #Architecture: any #Depends: ${misc:Depends} #Description: GNOME UPnP/DLNA services - renderer library development files # Rygel is a collection of DLNA (UPnP AV) services (devices in UPnP speak), # implemented through a plug-in mechanism. # . # This package contains the files to develop rygel renderer plug-ins based # on GStreamer and add UPnP renderer functionality to your application. Package: rygel-mediathek Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rygel (= ${binary:Version}) Description: GNOME UPnP/DLNA services - Mediathek plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a MediaServer plugin that exports TV programs from the 2nd German TV station online service (http://www.zdf.de/) over the UPnP network. Package: rygel-tracker Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rygel (= ${binary:Version}), tracker (>= 0.8) Description: GNOME UPnP/DLNA services - Tracker plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a MediaServer plugin that exports user's media contents known to Tracker (http://projects.gnome.org/tracker). Package: rygel-gst-renderer Section: oldlibs Architecture: all Depends: rygel-playbin, ${misc:Depends} Description: transitional dummy package The old rygel-gst-renderer package was renamed to rygel-playbin. This is just a transitional dummy package to guide upgrades. This package can safely be removed! Package: rygel-playbin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rygel (= ${binary:Version}), gstreamer1.0-plugins-good Replaces: rygel-gst-renderer (<< 0.8.3-1~) Conflicts: rygel-gst-renderer (<< 0.8.3-1~) Enhances: rygel Description: GNOME UPnP/DLNA services - GStreamer Media Renderer plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package contains the Playbin plugin which is a MediaRenderer plugin. With this installed Rygel can render (view/play) media locally from other network resources (MediaServers) through GStreamer playbin2. Package: rygel-gst-launch Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rygel (= ${binary:Version}) Description: GNOME UPnP/DLNA services - gst-launch plugin Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a gst-launch plugin that enables using a custom GStreamer pipeline as a DLNA service/UPnP device. Package: rygel-preferences Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, rygel (= ${binary:Version}) Description: GNOME UPnP/DLNA services - preferences tool Rygel is a home media solution that allows you to easily share audio, video and pictures, and control of media player on your home network. In technical terms it is both a UPnP AV MediaServer and MediaRenderer implemented through a plug-in mechanism. Interoperability with other devices in the market is achieved by conformance to very strict requirements of DLNA and on the fly conversion of media to format that client devices are capable of handling. . This package provides a graphical tool to configure Rygel and set custom preferences. Normally you'd configure your sharing preferences with GNOME Control Center and not need this tool. debian/changelog0000644000000000000000000005723412314131026011044 0ustar rygel (0.20.3-1ubuntu2) trusty; urgency=medium * Convert to dh-autoreconf in order to update libtool.m4 for new ports. -- Colin Watson Mon, 24 Mar 2014 22:30:45 +0000 rygel (0.20.3-1ubuntu1) trusty; urgency=low * Merge from Debian unstable (LP: #1285553). Remaining changes: - Restore 0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch since we don't have gnome-control-center 3.8 in Ubuntu yet -- Jackson Doak Fri, 17 Jan 2014 22:47:38 +0000 rygel (0.20.3-1) unstable; urgency=medium * Imported Upstream version 0.20.3 * Bump glib build-dependency to 2.34 according to configure.ac -- Andreas Henriksson Fri, 17 Jan 2014 19:39:52 +0100 rygel (0.20.1-1ubuntu1) trusty; urgency=medium * Merge frm debian. Remaining changes: - Restore 0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch since we don't have gnome-control-center 3.8 in Ubuntu yet -- Jackson Doak Thu, 19 Dec 2013 17:14:14 +1100 rygel (0.20.1-1) unstable; urgency=low * Imported Upstream version 0.20.1 -- Andreas Henriksson Thu, 17 Oct 2013 21:28:27 +0200 rygel (0.20.0-1) unstable; urgency=low * Imported Upstream version 0.20.0 -- Andreas Henriksson Tue, 24 Sep 2013 16:27:47 +0200 rygel (0.19.7-1) experimental; urgency=low * Imported Upstream version 0.19.7 -- Andreas Henriksson Tue, 17 Sep 2013 23:33:27 +0200 rygel (0.19.6-1) experimental; urgency=low * Imported Upstream version 0.19.6 -- Andreas Henriksson Tue, 03 Sep 2013 18:13:21 +0200 rygel (0.19.5-1) experimental; urgency=low [ Michael Biebl ] * Drop tracker 0.14 build-dep alternative to transition to 0.16 [ Jeremy Bicha ] * Drop unnecessary alternate build-depends on valac-0.20 [ Andreas Henriksson ] * Imported Upstream version 0.19.5 * Update package descriptions to new improved version from upstream -- Andreas Henriksson Wed, 21 Aug 2013 16:38:21 +0200 rygel (0.19.4-1) experimental; urgency=low * Make rygel-2.0-dev also depend on librygel-renderer-gst-2.0-1 (Closes: #715132) * Imported Upstream version 0.19.4 * Bump valac build-dependency to >= 0.20 as required by new upstream release. -- Andreas Henriksson Wed, 31 Jul 2013 11:38:32 +0200 rygel (0.19.3-1) experimental; urgency=low [ Andreas Henriksson ] * Use http instead of ftp in debian/watch for faster lookups * Imported Upstream version 0.19.3 [ Jens Georg ] * Install plugin support files [ Andreas Henriksson ] * Revert "patch rygel-preferences to properly restore configured interface" - included in new upstream release. * Bump libgtk-3-dev build-dependency to >= 3.0 according to configure.ac -- Andreas Henriksson Sun, 23 Jun 2013 02:14:41 +0200 rygel (0.18.4-1ubuntu1) saucy; urgency=low * Sync with Debian * Drop alternate build-depends on valac-0.18 * Restore 0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch since we don't have gnome-control-center 3.8 in Ubuntu yet -- Jeremy Bicha Sat, 24 Aug 2013 16:29:12 -0400 rygel (0.18.2-2) unstable; urgency=high * Add rygel recommends on gstreamer1.0-plugins-good * Make test-suite failures non-fatal on kfreebsd - kfreebsd is fubar, but noone seems to care.... - getting the old broken binary kfreebsd packages of rygel removed seems like a challenge (see #711947), so just continue shipping it broken for now to allow new versions to enter 'testing'. * Upload with high urgency, the wait has been long enough already. -- Andreas Henriksson Sun, 23 Jun 2013 01:38:41 +0200 rygel (0.18.2-1) unstable; urgency=low * Imported Upstream version 0.18.2 - Includes "ui: Check that autostart file exists" (Closes: #703281) * Revert "Add patch from upstream to work around vala bug causing ..." - debian/patches/0001-engine-gst-Fix-obscure-test-failure.patch - now included in upstream release. * patch rygel-preferences to properly restore configured interface - debian/patches/0001-ui-don-t-lose-the-interface-setting.patch - see https://bugzilla.gnome.org/show_bug.cgi?id=700570 * Add alternative tracker-sparql 0.16 build-dependency * Make rygel-playbin depend on gstreamer1.0-plugins-good. Thanks to Jens Georg for finding and suggesting this. -- Andreas Henriksson Sat, 18 May 2013 17:08:27 +0200 rygel (0.18.1-3) unstable; urgency=low * Upload to unstable. -- Andreas Henriksson Sat, 18 May 2013 02:46:50 +0200 rygel (0.18.1-2) experimental; urgency=low * Add patch from upstream to work around vala bug causing test failures - debian/patches/0001-engine-gst-Fix-obscure-test-failure.patch * Drop patch to revert hiding rygel-preferences ... now that we have gnome-control-center 3.8 with integrated support for configuring rygel. - debian/patches/0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch -- Andreas Henriksson Mon, 29 Apr 2013 14:37:34 +0200 rygel (0.18.1-1) experimental; urgency=low * Imported Upstream version 0.18.1 * Revert "make tests non-fatal for now" -- Andreas Henriksson Fri, 19 Apr 2013 15:33:54 +0200 rygel (0.18.0-1) experimental; urgency=low * Imported Upstream version 0.18.0 -- Andreas Henriksson Tue, 26 Mar 2013 20:37:48 +0100 rygel (0.17.10-1) experimental; urgency=low * Imported Upstream version 0.17.10 * Update 0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch to apply. -- Andreas Henriksson Fri, 22 Mar 2013 11:52:29 +0100 rygel (0.17.9-1) experimental; urgency=low * Move librygel* to libs section according to archive overrides * Imported Upstream version 0.17.9 -- Andreas Henriksson Thu, 07 Mar 2013 17:25:10 +0100 rygel (0.17.8-1) experimental; urgency=low * dh_makeshlibs: fix exclude path for rygel 2.0 plugin ABI. * Update package descriptions to be more factually correct. Thanks to to Jens Georg for suggesting the improvements. * Add -Wl,-z,defs -Wl,--as-needed to LDFLAGS * Make -dev packages replace and conflict because of clashing api docs (Closes: #700508) * Imported Upstream version 0.17.8 * Add patch to not hide rygel-preferences in GNOME (yet): debian/patches/0001-Revert-data-Hide-rygel-preferences-in-GNOME.patch -- Andreas Henriksson Wed, 20 Feb 2013 15:59:08 +0100 rygel (0.17.7-1) experimental; urgency=low * Imported Upstream version 0.17.4 * Update build-dependencies according to configure.ac - gupnp-vala dropped, gstreamer 1.0, valac 0.18, and more... * Build-depend on libgee-0.8-dev * Build-depend on gstreamer plugins to pass tests * Switch recommends and depends to GStreamer 1.0 * make tests non-fatal for now. Upstream confirmed the problems and are working on improving the tests. Avoid killing the build when they fail for now.... * Add valac-0.18 as alternative to valac (>= 0.18) - since valac hasn't been updated to vala 0.18 yet. * Bump standards version to 3.9.4 to shut lintian up * Drop leftover debian/rygel-dvb.install - the rygel-dvb package was dropped long time ago * Update install paths for new plugins subdirectory * Install new rygel engines (gst and simple) files * Update triggers for new rygel plugin abi version * Rename packages to match new plugin abi version and soname * Add librygel-renderer-gst-2.0-1 package * Imported Upstream version 0.17.5 * Imported Upstream version 0.17.5.1 * Fix typo in rygel-1.0-dev package description (Closes: #697989) * Imported Upstream version 0.17.6 * Imported Upstream version 0.17.7 * Update gupnp-dlna build dependency to >= 0.9.4-2 * debian/copyright: update copyright holders and years -- Andreas Henriksson Mon, 28 Jan 2013 22:11:21 +0100 rygel (0.16.3-2) unstable; urgency=low * Upload to unstable. -- Andreas Henriksson Mon, 10 Dec 2012 10:06:49 +0100 rygel (0.16.3-1) experimental; urgency=low * Imported Upstream version 0.16.2 * Imported Upstream version 0.16.3 * Install librygel-* api documentation in rygel-1.0-dev -- Andreas Henriksson Tue, 13 Nov 2012 16:09:04 +0100 rygel (0.16.1-1) experimental; urgency=low * Imported Upstream version 0.16.1 -- Andreas Henriksson Fri, 12 Oct 2012 13:29:48 +0200 rygel (0.16.0-2) experimental; urgency=low * debian/rules: list missing files on installation * Install the gstreamer presets files for transcoding. Thanks to Jens Georg -- Andreas Henriksson Sat, 06 Oct 2012 19:29:52 +0200 rygel (0.16.0-1) experimental; urgency=low * Imported Upstream version 0.16.0 -- Andreas Henriksson Wed, 26 Sep 2012 22:34:15 +0200 rygel (0.15.4-1) experimental; urgency=low * Imported Upstream version 0.15.4 * Update build dependencies according to configure.ac: - add valadoc (>= 0.2), gtk-doc-tools and libtracker-sparql-0.14-dev (>= 0.14.0) - bump required versions for valac, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev and libglib2.0-dev * Drop patch from upstream which was added in previous version. * Add librygel-{core,server,rendere}-1.0-0 packages and install their development files in rygel-1.0-dev. -- Andreas Henriksson Mon, 24 Sep 2012 09:02:36 +0200 rygel (0.14.3-2) unstable; urgency=low * Add patch from upstream fixing choppy playback on some clients -- Andreas Henriksson Thu, 13 Sep 2012 11:02:23 +0200 rygel (0.14.3-1) unstable; urgency=low * rygel suggests -playbin, and -playbin enhances rygel * Imported Upstream version 0.14.3 - this is a bugfix release with 2 fixes: - samsung compatibility - initial indexing of media taking very long time * Revert "Cherry-pick patch from upstream to fix Samsung user agent matching" since it's now included in the release. -- Andreas Henriksson Fri, 10 Aug 2012 14:15:54 +0200 rygel (0.14.2-3) unstable; urgency=low * Cherry-pick patch from upstream to fix Samsung user agent matching. Thanks to Jens Georg (upstream) for recommending this -- Andreas Henriksson Thu, 28 Jun 2012 16:16:04 +0200 rygel (0.14.2-2) unstable; urgency=low * Install locales. Thanks to Jens Georg, for noticing the missing .mo files -- Andreas Henriksson Fri, 22 Jun 2012 02:28:00 +0200 rygel (0.14.2-1) unstable; urgency=low * Imported Upstream version 0.14.2 * Add libunistring-dev build dependency for faster media-export. Thanks to upstream for the suggestion * Bump to debhelper compat level 9 to enable hardening -- Andreas Henriksson Thu, 14 Jun 2012 07:48:49 +0200 rygel (0.14.1-1) unstable; urgency=low * Install DLNA compatible icons from new location * Imported Upstream version 0.14.1 -- Andreas Henriksson Wed, 02 May 2012 16:13:07 +0200 rygel (0.14.0-1) unstable; urgency=low * Imported Upstream version 0.13.3 * Add vala build dependencies * Remove vala stamp files to force vala rebuild * Imported Upstream version 0.14.0 -- Andreas Henriksson Mon, 26 Mar 2012 17:45:13 +0200 rygel (0.12.6-2) unstable; urgency=low * Upload to unstable -- Andreas Henriksson Fri, 16 Dec 2011 15:21:25 +0100 rygel (0.12.6-1) experimental; urgency=low * Imported Upstream version 0.12.6 -- Andreas Henriksson Thu, 15 Dec 2011 14:49:54 +0100 rygel (0.12.5-1) experimental; urgency=low * Imported Upstream version 0.12.5 -- Andreas Henriksson Mon, 31 Oct 2011 13:29:18 +0100 rygel (0.12.4-1) experimental; urgency=low * Suggest tumbler for thumbnail generation * Imported Upstream version 0.12.4 * Bump gupnp build dep according to configure.ac -- Andreas Henriksson Sun, 09 Oct 2011 19:55:21 +0200 rygel (0.12.3-1) experimental; urgency=low * Imported Upstream version 0.12.3 -- Andreas Henriksson Tue, 04 Oct 2011 16:24:26 +0200 rygel (0.12.2-1) experimental; urgency=low * Imported Upstream version 0.12.2 -- Andreas Henriksson Tue, 20 Sep 2011 21:33:44 +0200 rygel (0.12.1-1) experimental; urgency=low * Imported Upstream version 0.12.1 - "Fix setting of current playback URI, ..." (Closes: #638006) -- Andreas Henriksson Wed, 14 Sep 2011 17:43:54 +0200 rygel (0.12.0-1) experimental; urgency=low * Imported Upstream version 0.12.0 * debian/watch: switch to tar.xz * debian/rules: drop update-patch-series target * Bump build dependencies according to configure.ac - also drop dbus-glib which is not needed anymore since a while. -- Andreas Henriksson Mon, 05 Sep 2011 19:02:00 +0200 rygel (0.10.4-1) unstable; urgency=low * debian/watch: scan for tar.bz2 since gz is no longer available. * Imported Upstream version 0.10.4 * Switch to dpkg-source 3.0 (quilt) format * Bump policy to version 3.9.2 * Convert debian/rules to use dh * Bump debhelper compatibility level to 8 -- Andreas Henriksson Mon, 01 Aug 2011 17:58:02 +0200 rygel (0.10.1-1) unstable; urgency=low * Include the mpris plugin in the rygel package * Imported Upstream version 0.10.1 -- Andreas Henriksson Sat, 16 Apr 2011 20:36:59 +0200 rygel (0.10.0-1) unstable; urgency=low * Imported Upstream version 0.10.0 * Update build-deps according to configure.ac * Drop patches, no longer needed * Update install for the tracker plugins new name. * Split out rygel-preferences in separate package * Generate debian/patches/series header to avoid empty file -- Andreas Henriksson Fri, 15 Apr 2011 15:39:57 +0200 rygel (0.8.3-3) unstable; urgency=low * Upload to unstable. -- Andreas Henriksson Mon, 07 Feb 2011 10:59:43 +0100 rygel (0.8.3-2) experimental; urgency=low * rename debian/rygel-player.install -> debian/rygel-playbin.install - fixes rygel-playbin package to not be empty. Oops. * Use triggers to detect and perform needed rygel restarts. * Drop redundant call to dh_builddeb -- Andreas Henriksson Tue, 16 Nov 2010 14:39:55 +0100 rygel (0.8.3-1) experimental; urgency=low * Stop relying on gupnp-dlna pulling in gst-plugins-base. * Imported Upstream version 0.8.3 * add rygel.postinst to restart running rygel processes * add rygel.prerm to terminate running rygel processes on removal * Rename rygel-gst-renderer to rygel-playbin, add transition dummy. -- Andreas Henriksson Tue, 16 Nov 2010 12:01:31 +0100 rygel (0.8.2-1) experimental; urgency=low * Imported Upstream version 0.8.2 -- Andreas Henriksson Wed, 20 Oct 2010 10:01:52 +0200 rygel (0.8.1-1) experimental; urgency=low * Imported Upstream version 0.8.1 -- Andreas Henriksson Mon, 11 Oct 2010 10:30:38 +0200 rygel (0.8.0-1) experimental; urgency=low * Imported Upstream version 0.8.0 - ... avoid crash in environments where standard XDG folders are undefined or unknown to glib. (Closes: #596902) * rygel-tracker: add NEWS entry about Tracker vs MediaExport backend. -- Andreas Henriksson Tue, 28 Sep 2010 09:40:39 +0200 rygel (0.7.8-1) experimental; urgency=low * Imported Upstream version 0.7.8 -- Andreas Henriksson Tue, 14 Sep 2010 14:43:51 +0200 rygel (0.7.7-1) experimental; urgency=low * Imported Upstream version 0.7.7 * drop debian/patches/1000-configure-only-require-gtk-220.patch * install man-pages for rygel(1) and rygel.conf(5). -- Andreas Henriksson Tue, 31 Aug 2010 12:12:54 +0200 rygel (0.7.6-1) experimental; urgency=low [ Andreas Henriksson ] * Imported Upstream version 0.7.6 * debian/control: Bump build-dependencies according to configure.ac + libgupnp-av-1.0-dev (>= 0.5.8) to (>= 0.5.9), + libgupnp-dlna-1.0-dev (>= 0.2.1) to (>= 0.3.0), + libgstreamer0.10-dev (>= 0.10.23) to (>= 0.10.28). * debian/control: Bump policy version to 3.9.1 * debian/manpage.xml.ex: drop unused template file. [ Jens Georg ] * Add debug package, rygel-dbg. -- Andreas Henriksson Mon, 23 Aug 2010 14:41:20 +0200 rygel (0.7.3-1) experimental; urgency=low * Imported Upstream version 0.7.3 * debian/control: update build-dependencies. - add gupnp-dlna (>= 0.2.1) - bump gupnp to >= 0.13.4, gupnp-av to >= 0.5.8, libgee to >= 0.5.2 and gtk+ to >= 2.21.5 (gupnp-dlna and the version of Gtk+ is only available for experimental) * gst-renderer plugin has been renamed to playbin. - install the playbin plugin in rygel-gst-renderer package for now until we transition the package name as well. - also mention the new name in rygel-gst-renderer description. * add 1000-configure-only-require-gtk-220.patch and lower gtk+ build-dependency. - Gtk+ 2.21.5 isn't really required, patch down to >= 2.20. (This round also included the following changes, which was then dropped again because of getting a fix upstream: * Add patches to revert building rygel-preferences against Gtk+ 3.x * Revert "Temporarily disable installing rygel-preferences" * .... upstream 0.7.3 introduces a configure switch ... * drop "revert gtk3/autoreconf" patches. ) -- Andreas Henriksson Tue, 03 Aug 2010 22:09:42 +0200 rygel (0.7.2-1) experimental; urgency=low * Imported Upstream version 0.7.2 * update debian/copyright: gstrenderer was re-licensed to LGPLv2+. -- Andreas Henriksson Tue, 13 Jul 2010 09:38:10 +0200 rygel (0.7.1-1) experimental; urgency=low [ Andreas Henriksson ] * Make rygel-tracker depend on tracker >= 0.8 [ Yann Leboulanger ] * Add rygel-gst-launch plugin [ Andreas Henriksson ] * Imported Upstream version 0.7.1 * Fix debian/control syntax error for tracker dependency * Temporarily disable installing rygel-preferences (since we don't have gtk+ 2.90.x) * Bump libgupnp-av-1.0-dev dependency to >= 0.5.7 -- Andreas Henriksson Sat, 26 Jun 2010 23:16:19 +0200 rygel (0.6.0-1) unstable; urgency=low * Imported Upstream version 0.6.0 * Add build-dependency on intltool * install new rygel icons -- Andreas Henriksson Mon, 17 May 2010 20:55:24 +0200 rygel (0.5.2-1) experimental; urgency=low * Imported Upstream version 0.5.2 * Bump build-dependency versions according to configure.ac * Re-enable rygel-tracker. -- Andreas Henriksson Tue, 20 Apr 2010 20:18:36 +0200 rygel (0.4.12-2) unstable; urgency=low * Disable rygel-tracker for now. (Closes: #577206) (Will likely not be re-enabled until rygel 0.6.x, which supports tracker 0.8, is released.) -- Andreas Henriksson Sat, 17 Apr 2010 14:05:31 +0200 rygel (0.4.12-1) unstable; urgency=low * Add recommends on gstreamer0.10-ffmpeg for transcoding support. * Imported Upstream version 0.4.12 * Drop 0003-Fix-rygel-desktop-file.patch: merged upstream. -- Andreas Henriksson Fri, 12 Mar 2010 14:03:17 +0100 rygel (0.4.10-2) unstable; urgency=low * Bump Standards-Version to 3.8.4 * Update patch series (+ 0002-enable-rygel-by-default-in-maemo-config-as-well.patch) + 0003-Fix-rygel-desktop-file.patch -- Andreas Henriksson Sat, 20 Feb 2010 09:34:38 +0100 rygel (0.4.10-1) unstable; urgency=low * Add recommends on gstreamer plugin sets base and ugly. (Closes: #565284) * Imported Upstream version 0.4.10 * Exclude rygel plugins when running dh_makeshlibs -- Andreas Henriksson Mon, 25 Jan 2010 23:29:49 +0100 rygel (0.4.8-1) unstable; urgency=low * Imported Upstream version 0.4.8 -- Andreas Henriksson Fri, 01 Jan 2010 23:29:12 +0100 rygel (0.4.6-1) unstable; urgency=low * Set rygel-1.0-dev section to devel. * Imported Upstream version 0.4.6 * Bump libgupnp-av-1.0-dev build-dependency to >= 0.5.2 * Make long description more compact (Closes: #558397) -- Andreas Henriksson Mon, 30 Nov 2009 16:01:12 +0100 rygel (0.4.4-1) unstable; urgency=low [ Marc-André Lureau ] * New Upstream Version * debian/patches: + removed 0002-VALAC-port-to-libgee-0.5.patch * debian/rules: + touch *_vala.stamp files before build (git doesn't update timestamp) [ Andreas Henriksson ] * Update debian/copyright w.r.t. gst-renderer and convert to DEP5 * Add rygel-gst-renderer package. * Add tight rygel dependency to plugin packages. -- Andreas Henriksson Tue, 10 Nov 2009 12:17:16 +0100 rygel (0.4.2-1) unstable; urgency=low * New upstream release * update-patch-series: - drop 0002-Fix-desktopdir-definition-to-usr-share-applications.patch, fixed upstream. * Add debian/README.source * Spell gstreamer as GStreamer in package description * debian/control: bump required version of libgee to >= 0.5.0. * update-patch-series: add port to libgee-0.5 patch. -- Andreas Henriksson Mon, 05 Oct 2009 10:59:53 +0200 rygel (0.4.1-2) unstable; urgency=low * Fix package description, plugin is called "export" * Update package description to closer match upstream * configure with sysconfdir set to /etc - prevents rygel-preferences from crashing when not finding config file. * Install rygel and rygel-preferences desktop files * Add a global autostart symlink for rygel * update-patch-series: add 0002-Fix-desktopdir-definition-to-usr- share-applications.patch * Add Thijs Vermeir to debian/copyright -- Andreas Henriksson Tue, 29 Sep 2009 12:09:29 +0200 rygel (0.4.1-1) unstable; urgency=low [ 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 -- Andreas Henriksson Sat, 26 Sep 2009 14:04:05 +0200 debian/rygel-tracker.install0000644000000000000000000000012312266273313013332 0ustar usr/lib/rygel-*/plugins/librygel-tracker.so usr/lib/rygel-*/plugins/tracker.plugin debian/librygel-renderer-gst-2.0-1.install0000644000000000000000000000004712266273313015427 0ustar usr/lib/librygel-renderer-gst-2.0.so.* debian/rygel-preferences.install0000644000000000000000000000011312266273313014177 0ustar usr/bin/rygel-preferences usr/share/applications/rygel-preferences.desktop