Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
rygel
rygel.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rygel.changes of Package rygel
------------------------------------------------------------------- Sun Apr 29 14:40:11 UTC 2012 - dimstar@opensuse.org - Update to version 0.14.1: + Fix compilation with GLib <= 2.28. + Fix generation of SinkProtocolInfo in all players. + Add work-around for Onkyo TX-NRxxx devices. + Escape URIs in player's ChangeLog. + MediaExport: - Fix the fix for using the correct container UPnP class. + Playbin: - Notify listeners about duration change only once. + UI: - Fix enabling and disabling of service autostart + Bugs fixed: bgo#674071, bgo#674733. + Updated translations. ------------------------------------------------------------------- Mon Mar 26 16:12:53 UTC 2012 - vuntz@opensuse.org - Update to version 0.14.0: + Updated translations. ------------------------------------------------------------------- Tue Mar 20 17:11:54 UTC 2012 - vuntz@opensuse.org - Update to version 0.13.4: + Add the new logo. + Don't abort if a client requests an invalid thumbnail or subtitle. + Don't crash if a GStreamer element is missing. + Set X_DLNACAP according to the allow-upload/allow-deletion configuration. + Drop the "maximum version" requirements in configure.ac. + Revert the "npt=0- is not a seek" patch since it broke DLNA requirement 7.3.33.4. + Don't crash if a User-Agent contains non-UTF-8 characters. + MPRIS: - Don't abort if a server doesn't use the proper type for the "Metadata" property. + MediaExport: - Set proper UPnP class for virtual containers. + Mediathek: - Reduce severity of a warning message. + Playbin: - Emit duration change once the playbin can know it. + Tracker: - Refactor alternative properties. + Bugs fixed: bgo#667781, bgo#672048. + Updated translations. ------------------------------------------------------------------- Wed Mar 7 21:02:41 UTC 2012 - dimstar@opensuse.org - Update to version 0.13.3: + Fix a regression introduced in 0.13.2 that caused the XBox 360 to show empty Album, Artist and Genre folders with the Tracker plugin. + Fix the time-out used on item creation. + Only ask tumbler to create thumbnails if it's not a remote resource. + Updated translations. ------------------------------------------------------------------- Tue Feb 21 14:44:18 UTC 2012 - vuntz@opensuse.org - Update to version 0.13.2: + Work around a reference issue when using vala-0.16. + Really add the hack for WMP 12. + Fix XBox 360 showing the same songs multiple times in the "Songs" listing when not using MediaExport back-end. + Drop obsolete gconf dependency. + Don't crash when loading the same module twice accidently. + Add tests for ItemCreator class. + Refactor, document and clean-up ItemCreator class. + Use supplied <dc:date> in CreateObject call. + Tracker: - Revert the change that lets the fs-miner choose the RDF type. This broke uploading very badly. - Use the item's date when creating a new item. + Bugs fixed: bgo#660477, bgo#664184, bgo#669858. + Updated translations. ------------------------------------------------------------------- Thu Feb 9 18:54:46 UTC 2012 - dimstar@opensuse.org - Update to version 0.13.1: + Fix MPEG2 transcoding to not fail due to a typo in the container caps. + Output debug information about the used transcoding profile. + Fix AVC transcoding: Framerate and resource resolution. + Some documentation updates. + Simplify the RTP depayloader guessing code by using GStreamer functionality. + Stop leaking HTTPRequests due to a ref cycle. + Some stability errors and conformance changes. + Add coverage reports for unittests. + Increase the coverage of some classes. + Fix basic search implementation for offset > 0 and limit == 0. + Add an environment variable to set the time-out for plug-in loading to help when running in valgrind. + IOP: - More refactoring: Version downgrade is not longer bound to the XBox 360 hacks and configurable. - Add hacks for XBMC which has problems to play AAC/M4A files shared with the "correct" DLNA mime-type. - Fix Slideshow option in XBox 360 when called from top-level image browser. - If a time-seek requests everything, just ignore that it's a seek. - Add a file extension to all served URIs to help those devices that need them. - Fix an issue where Windows Media Player 12 only showed the first 200 items. + UI: - Minor clean-up and polishing. - Tooltips. + Tracker: - Get rid of work-around for bgo#623685 + MediaExport: - Fix a regression in the file monitor that caused moved files to be missed. - Update the documentation to clarify how to enter URIs in the configuration file. - Fix an endless loop when adding media to an empty but watched directory. - Delay the creation of the virtual folder hierarchy until the initial walk is done. + Mediathek: - Update the documentation on how to configure it and distribute those. + MPRIS: - Add possibility to disable the whole module. + External: - Don't crash if the D-Bus server doesn't behave as specified when sending updates. - Transcoding/Proxying if the uri contained the @ADDRESS@ template - Fix icons; it was still using the MediaItem1 interface. - Update child count properly if container changes. - Add possibility to disable the whole module. + Bugs fixed: bgo#644538, bgo#653120, bgo#659432, bgo#663631, bgo#663826, bgo#666363, bgo#668335, bgo#669677, bgo#669680, rh#759206. + Updated translations. - Remove xz BuildRequires now that it comes for free in the build system. ------------------------------------------------------------------- Wed Nov 23 21:39:06 UTC 2011 - dimstar@opensuse.org - Update to version 0.13.0: + Use context-less API from gupnp-0.18. + Get rid of a nested MainLoop in HTTP POST handling that caused a lot of trouble with vala's async support. + Refactor ClientHacks into a generic part and XBox support. + Add a hack for Panasonic TVs that can only handle PNG thumbnails if you tell them they're JPEG. + Always build and run tests when using autogen.sh. + Write uploaded data to a temporary hidden file first and move to real file later, helping file monitors to only create a single event. + Add a 128x128 version of the icon. + Move the 48x48 JPEG icon and 120x120 icons necessary for DLNA out of the icon theme. + Drop XML comments from the content description files which might cause issues in IOP. + Stabilize the error handling in HTTP POST. + Clean-up GTK+ checks in configure.ac. + Only pass -g to valac when --enable-debug was passed. + More robust transcoding on faulty input. + Clean-up and refactor audio- and video-transcoders. + Clean-up RTP depayloader guessing. + Fix deadlock on Ctrl-C. + Fix a crash on filesystem error while uploading. + MediaExport: - Refactor and clean QueryContainer. - Use proper UPnP classes like object.container.album.musicAlbum for virtual folders. - Support audio-less videos. + Mediathek: - Set proper DLNA profile on the WMV streams. + Playbin: - Add support for image/jpeg and image/png. + Tracker: - Fix querybuilder for graphed statements. - Let tracker-fs-miner override properties and chose the proper RDF type for an uploaded file. - Cache ContainerUpdateIDs for metadata-based containers. + Bugs fixed: bgo#660107, bgo#661336, bgo#637226. + Updated translations. - Drop rygel-newer-libsoup.patch: fixed upstream. - Add xz BuildRequires because we can't build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details. ------------------------------------------------------------------- Tue Nov 15 10:25:40 UTC 2011 - vuntz@opensuse.org - Update to version 0.12.5: + Send proper SSDP notification when killed with SIGTERM. + Fix out-of-tree builds. + Prevent a crash when searching and uploading in parallel. + Prevent a critical error when the uri to be added already exists. + Prevent a name clash when an uploader is really fast in creating items. + Mark thumbnail resources as transcoded. This helps certain devices to use them as thumbnails and not as the original stream. + Prevent a false-positive test success in http-post-test. + Use proper error if a client tries to get the children of a media item. + Fix huge CPU load if a client did a lot of byte-range requests on a large media file. + Tracker: - Fall back to nfo:fileLastModified if nie:creationDate is not available. - Properly clean and escape any passed item ID. + MediaExport: - Properly disable MediaExport if Tracker start-up is slow. - Add rygel-newer-libsoup.patch: fix build with libsoup 2.37.x. ------------------------------------------------------------------- Sat Oct 8 22:36:47 CEST 2011 - zaitor@opensuse.org - Update to version 0.12.4: + Fix an assertion when one of the preconditions failed during HTTP Post. + Limit the length of the filename generated in CreateObject to avoid problems on FAT. + Use SoupURI to validate and properly escape the URI given during CreateObject. This could cause huge CPU consumption if the URI was really long (1k). + Do not crash if ImportResource is cancelled. + Fix DBUS thumbnailer regression introduced in 0.12.3 (bgo#660892). + Updated translations. ------------------------------------------------------------------- Tue Sep 27 13:31:33 UTC 2011 - vuntz@opensuse.org - Update to version 0.12.3: + Fix item upload when the upload directory was on a FAT partition and the title contained characters which are illegal on FAT. + Do not show a critical when the thumbnailer DBus service is not available. + Updated translations. ------------------------------------------------------------------- Wed Sep 21 11:15:05 UTC 2011 - vuntz@opensuse.org - Update to version 0.12.2: + Fix a crash when a context disappears and reappears while Rygel is streaming media. + Only check for vala compiler when --enable-vala is passed. + Sanity check of upnp:class in CreateObject call. + Properly finish ImportResource call when the host in SourceUri is not reachable. + MediaExport: - Fix "contains" search - Add m2ts to harvested media files + Updated translations. ------------------------------------------------------------------- Wed Sep 14 07:29:24 UTC 2011 - vuntz@opensuse.org - Update to version 0.12.1: + Fix service description templates for RenderingControl and AVTransport. + Update documentation for run-time dependencies. + MediaExport: - Speed-up virtual container browsing by adding indices to the database. + Playbin: - Fix setting of current playback URI, preventing a possible crash later on. - Announce support for video/x-mkv additonaly to video/x-matroska. + Tracker: - Only consider objects with URIs, otherwise a search or browse will error out unnecessarily. + External: - Add TrackNumber to optional properties. ------------------------------------------------------------------- Mon Sep 5 16:32:05 UTC 2011 - vuntz@opensuse.org - Update to version 0.12.0: + Make use of the Thumbnailer DBus service if available. + Revert encodebin transcoder to pre 0.10.0 state. Transcoding should now work for everyone again. + Updated translations. ------------------------------------------------------------------- Fri Aug 5 20:10:34 CEST 2011 - dimstar@opensuse.org - Update to version 0.11.3: + Fixed an abort if the client requested chunks of data being too small. + Fix memory leaking related to file upload. + Work-around a crash when the service description file is invalid. + Make rygel a single-instance app. If a new instance is started, the old instance will be shut down. This is likely to be reveresed in a future release. + Fix an UPnP compatibility regression. + Fix resolution and framerate for MPEG_TS_HD_NA_ISO transcoder. + Adapt to changes in upcoming vala-0.14 + Allow UPnP class generalization on upload to DLNA_ORG.AnyContainer. + Add transcoders for AAC_ISO_320 and AVC_MP4_BL_CIF15_AAC_520. Note that both are disabled by default since GStreamer has some issues with these pipelines. + IOP: - Fix IOP with XBox 360's music browsing. - Fix IOP with Samsung Galaxy S. - Fix IOP with Allegro clients. + Tracker: - Properly escape meta-data strings. - Update search containers if tracker content changes. - Fix wrong search result when "exists true" was searched for artist, album and genre. - Implement @refID. - Add an option to share only those files that have a nmm:dlnaProfile set. + MediaExport: - Refactor database access code. + Bugs fixed: bgo#629582, bgo#654833 + Updated translations. ------------------------------------------------------------------- Sun Jul 17 12:40:48 CEST 2011 - dimstar@opensuse.org - Update to version 0.11.2: + Fix regression introduced in 0.11.1 which made tracker plugin fail to start. + Add commandline options -c, --config to override the user configuration file. + Add a config file options to override the upload directories. + Use proper UPnP service description syntax. + Tracker: - Clean-up left-over place-holder items on plugin start-up. + Updated translations. ------------------------------------------------------------------- Tue Jun 21 13:45:48 CEST 2011 - dimstar@opensuse.org - Update to version 0.11.1: + Fix warnings and critical messages when Rygel is run without a DBus session bus available. + Modify XBox support to not disturb UPnP conformance. + Bump required minimum versions of GSSDP, GUPnP, GUPnP-AV and GUPnP-Vala. + Implement upnp:searchClass. + Several improvements to SOAP action parameter validation. + MediaExport: - Add APE to the supported media formats. + Updated translations. ------------------------------------------------------------------- Fri Jun 10 09:10:09 CEST 2011 - dimstar@opensuse.org - Update to version 0.11.0: + Serve video thumbnails to XBox 360 + Change ImportResource not to use GVFS + Validate passed sort criteria string + More validation and robustness of input arguments for actions + Complete supported formats for TimeSeekRange parsing + Ignore unknown commandline options and print help string when encountering those + Make sure an uploaded file is closed after HTTP POST + Several fixes related to seeking + Add restrictions to correct transfer modes + MediaExport: - Wait for filesystem events to settle before harvesting new files - General code clean-up, especially in the file monitor - Add option to disable file monitoring - Add more exotic media to be harvested: .mpc/.mpc: MusePack .wv: WavPack .aac: Stand-alone AAC (raw/ADTS) .mp2: MPEG 1, Audio Profile 2 .webm: WebM video files .mka: Audio in a Matroska file - Ignore unknown file from discoverer + Tracker: - Print the used upload directories - Use D-Bus filtering for GraphUpdated, be waken much less by tracker - Support adding of existing but non-indexed files as well as general objects with all kinds of URIs through the CreateObject call - Generally rework the handling of place holder items which are uploaded later by the Content-Directory - Set item size in the tracker-miner graph + Updated translations. ------------------------------------------------------------------- Wed Jun 1 11:54:58 CEST 2011 - vuntz@opensuse.org - Update summaries and descriptions based on new text from upstream. - Remove now unneeded dbus-1-glib-devel BuildRequires: code got ported to GDBus. ------------------------------------------------------------------- Wed Jun 1 06:29:49 UTC 2011 - dimstar@opensuse.org - Update to version 0.10.2: + Fix sorting on dates without time + Fix MediaExport plugin skipping m4a files + Fix serving of album art + Fix an assertion when harvesting files still being downloaded + Don't entity-quote UTF-8 characters + Fix a hidden potential crasher with vala async functions + bgo#648486: Rygel doesn't show up in Samsung PS50C77 TV. ------------------------------------------------------------------- Fri May 6 14:59:10 CEST 2011 - dimstar@opensuse.org - Update to version 0.10.1: + Fix severe performance regression introduced in 0.9.9 + Fix a crash on corrupt files + Generate ChangeLog from git on make dist - Main changes in 0.10.0, since 0.8.x (see NEWS for all changes): + Satisfy more DLNA requirements and pass more DLNA testcases. + Various fixes for compatibility with different hardware (including XBox). + Sort Search and Browse results alphabetically (in descending order) by title when no sorting criteria is specified by the client. + Sort in ascending order by default. + HTTP Connection stalling supported for ALL streams. + Support 'background' mode for all streams. + Don't offer audio transcoding for videos. + Ability to enable/disable upload of media. + Ability to enable/disable deletion of media. + Add option to disable UPnP to all configuration sources. + Use both user & system configuration. + UI: - Trim-down the UI to only provide options that end-user needs. - Use the correct key for 'UPnP enabled' option. - All widgets must be disabled when sharing is. - Option to use 'any' network. + MediaExport: - Improved performance. - Hide empty virtual folders. - Avoid crawling $HOME by default. - Implement search by duration. + Mediathek: - Add option to choose between H.264 and WMV videos. + Tracker: - Improved performance. - Add 'Genre' hierarchy. - Expose more information for music items. - Make sure we only expose items that are either explicity marked to be shared over UPnP network or not marked at all. - Add "New" container: Under each category container, add a child container that lists all items of that category that were added (to tracker-store) less than 3 days ago. - Only share available files: As tracker also indices removable media we need to filter out those files that are currently unavailable. + Improved log output control. + Port from dbus-glib and GValue usage to GDBus and GVariant. + Many bug fixes, including fixes for crashes. + Updated translations. - Replace gtk2-devel BuildRequires with pkgconfig(gtk+-3.0) ------------------------------------------------------------------- Mon Feb 14 19:49:24 CET 2011 - sbrabec@suse.cz - Added support for translation-update-upstream. ------------------------------------------------------------------- Sun Feb 13 17:02:39 CET 2011 - vuntz@opensuse.org - Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. - Drop %mime_database_post/postun calls in %post/%postun: there is no mime type definition in the package. - Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage. ------------------------------------------------------------------- Tue Dec 14 15:19:51 CET 2010 - vuntz@opensuse.org - Do not install 120x120 icons: this is an invalid size, and it makes the build fail. So we remove them for now, until upstream uses the right 128x128 size. ------------------------------------------------------------------- Tue Nov 16 16:46:24 CET 2010 - dimstar@opensuse.org - Update to version 0.8.3: + Sort Search and Browse results alphabetically (in descending order) by title when no sorting criteria is specified by the client. + Remove redundant call to Gst.init(). + Unique short commandline argument for disabling WMV transcoding + MediaExport: - Export media even if metadata extraction fails for it. - Improved debug log. + Updated translations. ------------------------------------------------------------------- Fri Oct 22 11:43:38 CEST 2010 - vuntz@opensuse.org - Update to version 0.8.2: + Don't assume user's config folder to be present everywhere. + Destroy the device list before quitting main loop to make sure to send the SSDP 'BYE' message to devices. + Tracker: - Make sure we only expose items that are either explicity marked to be shared over UPnP network or not marked at all. - Assume UPnP-created items to be shared. We create items on demand from UPnP clients so its logical to assume that the client would want it to be available on the UPnP network immediately after their creation. - URI escape metadata titles for IDs to correctly handle titles that have charachters like ',' and ':' in them. - Some non-functional changes. + MediaExport: - Proper default values for item metdata. This fixes the misterious "0" Album and Artist on XBox. - Handle requests for audio and image item types, not just music and pictures. + Updated translations. ------------------------------------------------------------------- Tue Sep 28 19:45:06 CEST 2010 - vuntz@opensuse.org - Update to version 0.8.1: + Make i18n actually work. + Updated translations. ------------------------------------------------------------------- Tue Sep 28 01:54:25 CEST 2010 - vuntz@opensuse.org - Update to version 0.8.0: + Don't add 'modelDescription' node in device description if already added. + Generate XML files from templates at build time so we can strip out newlines and leading whitespace to improve our IOP with some devices in the market that use some crappy XML parsers. + Don't let libxml add a newline after the 'xml' header node. + rygel-preferences: - Use correct Gtk+ Vala API version. + MediaExport: - Add null checks to avoid crash in environments where standard XDG folders are undefined or unknown to glib. + Localization: - Make .desktop files translatable. + Updated translations. ------------------------------------------------------------------- Tue Sep 14 12:57:54 CEST 2010 - vuntz@opensuse.org - Update to version 0.7.8: + If the client didn't pass a Range header in the request, don't append Accept-Ranges and Content-Range headers to response. This fixes picture browsing on XBox 360 (again). + Don't put empty nodes in device description. + Use '\r\n' instead of '\n' in XML files. Some UPnP devices in the market are apparently unable to handle the unix EOL character so we better provide the XML files in DOS format. + MediaExport: - Fix an assertion failure. + Localization: - Remove markup from a translatable string in preferences UI. - Don't build translatable strings by substitution. - Prefer the term 'folder' over 'directory' in translated strings. - Miscellaneous string fixes. - Don't translate debug messages. + Updated translations. ------------------------------------------------------------------- Sat Sep 4 10:26:22 CEST 2010 - vuntz@opensuse.org - Cleanup package: + Improve summaries and descriptions. + Add Recommends for gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-bad, gstreamer-0_10-plugins-good, gstreamer-0_10-plugins-ugly. + Ship in the main package some useful plugins, instead of having them in separate packages. + Make the plugin-zdf-mediathek subpackage automatically installable for users using the de locale. + Move the Supplements for tracker to the plugin-tracker subpackage, where it belongs. + Create a lang subpackage. ------------------------------------------------------------------- Wed Sep 1 00:12:25 UTC 2010 - lmedinas@opensuse.org - Initial package (version 0.7.7).
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor